Color Hex Logo

#f42069 Color Hex

#F42069
(244,32,105)
15 Favorites   2 Comments

Color spaces of #f42069

RGB 24432105
HSL0.940.910.54
HSV339°87°96°
CMYK 0.000.870.57   0.04
XYZ40.374521.286015.3452
Yxy21.28600.52430.2764
Hunter Lab46.136875.466912.5757
CIE-Lab53.261177.320915.3356

#f42069 color RGB value is (244,32,105).

#f42069 hex color red value is 244, green value is 32 and the blue value of its RGB is 105. Cylindrical-coordinate representations (also known as HSL) of color #f42069 hue: 0.94 , saturation: 0.91 and the lightness value of f42069 is 0.54.

The process color (four color CMYK) of #f42069 color hex is 0.00, 0.87, 0.57, 0.04. Web safe color of #f42069 is #ff3366. Color #f42069 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110100 00100000 01101001
Octal 364 40 151
Decimal 244 32 105
Hex F4 20 69

RGB Percentages of Color #f42069

%64.04
%8.40
%27.56

CMYK Percentages of Color #f42069

%0
%87
%57
%4

Triadic Colors of #f42069

#f42069 #69f420 #2069f4

Analogous Colors of #f42069

#f42069 #f44120 #f420d3

Monochromatic Colors of #f42069

#f42069

Complementary Color

#f42069 #20f4ab

#f42069 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f42069 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f42069 Color CSS Codes

.mybgcolor {background-color:#f42069; } 
.myforecolor {color:#f42069; }
.mybordercolor {border:3px solid #f42069; }

#f42069 Text Font Color

<p style="color:#f42069">Text here</p>

This sample text font color is #f42069
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#f42069 Background Color

<div style="background-color:#f42069">
Div content here</div>

This div background color is #f42069


#f42069 Border Color

<div style="border:3px solid #f42069">
Div here</div>

This div border color is #f42069


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(244,32,105, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f42069; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f42069;
  -webkit-box-shadow: 1px 1px 3px 2px #f42069;
  box-shadow:         1px 1px 3px 2px #f42069; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(244,32,105, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #f42069">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #f42069;
  -webkit-box-shadow: 1px 1px 3px 2px #f42069;
  box-shadow:         1px 1px 3px 2px #f42069;">
Div content here</div>

This div box has shadow with color #f42069


Comments

7 Jan 2024, 22:32 Terratetradon

Nice

17 Nov 2019, 16:18 siriusly_moony

this colour,,,,this colour is so tasty

Please login to write comment.