Html Css Color HEX #F01379 Deep Pink

📋 copy color: '#F01379'

red 240 ◦ green 19 ◦ blue 121

#F01379
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Pink #F01379

Tints of Deep Pink #F01379

RGB

 RED value IS 240 (94.14% from 255) = 63.16%

 GREEN value IS 19 (7.81% from 255) = 5%

 BLUE value IS 121 (47.66% from 255) = 31.84%

R = 63.16%
G = 5%
B = 31.84%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.50

 K value IS 0.06

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#F01379 (or 0xF01379) is known color: Deep Pink. HEX triplet: F0, 13 and 79. RGB value is (240,19,121). Sum of RGB (Red+Green+Blue) = 240+19+121=380 (50% of max value = 765). Red value is 240 (94.14% from 255 or 63.16% from 380); Green value is 19 (7.81% from 255 or 5% from 380); Blue value is 121 (47.66% from 255 or 31.84% from 380); Max value from RGB is 240 - color contains mainly: red. Hex color #F01379 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F01379 is #0FEC86. Grayscale: #606060. Windows color (decimal): -1043591 or 7934960. OLE color: 7934960.

HSL color Cylindrical-coordinate representation of color #F01379: hue angle of 332.31º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F01379 is Cyan = 0, Magento = 0.92, Yellow = 0.50 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 19 121 -
CMYK 0 0.92 0.50 0.06
HSL 332.31º 0.88% 0.51% -
HSV(B) 332.31º 0.92% 0.94% -
XYZ 39.62 20.37 19.93 -
YUV 96.71 141.72 230.21 -
System Red Green Blue C M Y K H S L
Decimal 240 19 121 0 0.92 0.50 0.06 332.31 0.88 0.51
Hex F0 13 79 0 5C 32 6 14C 58 33
Octal 360 23 171 0 134 62 6 514 130 63
Binary 11110000 10011 1111001 0 1011100 110010 110 101001100 1011000 110011

Color Harmonies of #F01379

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F01379

Black with #F01379

Text Example


Text Example

White with #F01379

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F01379; }

 p { color: rgb(240,19,121); }

 H1.HeaderClassName
 {
   color: #F01379;
 }
 .AnyTagClassName
 {
   color: #F01379;
 }
</style>

background-color css

<style>
 a { background-color: #F01379; }

 a { background-color: rgb(240,19,121); }

 div.DivClassName
 {
   background-color: #F01379;
 }
 .BgClassName
 {
   background-color: #F01379;
 }
</style>

border-color css

<style>
 span { border-color: #F01379; }

 span { border-color: rgb(240,19,121); }

 td.TdClassName
 {
   border-color: #F01379;
 }
 .TagClassName
 {
   border-color: #F01379;
 }
</style>