Html Css Color HEX #F01579 Deep Pink

📋 copy color: '#F01579'

red 240 ◦ green 21 ◦ blue 121

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

Shades of Deep Pink #F01579

Tints of Deep Pink #F01579

RGB

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

 GREEN value IS 21 (8.59% from 255) = 5.5%

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

R = 62.83%
G = 5.5%
B = 31.68%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.50

 K value IS 0.06

RGB Variations

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

Color information

#F01579 (or 0xF01579) is known color: Deep Pink. HEX triplet: F0, 15 and 79. RGB value is (240,21,121). Sum of RGB (Red+Green+Blue) = 240+21+121=382 (50% of max value = 765). Red value is 240 (94.14% from 255 or 62.83% from 382); Green value is 21 (8.59% from 255 or 5.50% from 382); Blue value is 121 (47.66% from 255 or 31.68% from 382); Max value from RGB is 240 - color contains mainly: red. Hex color #F01579 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F01579 is #0FEA86. Grayscale: #616161. Windows color (decimal): -1043079 or 7935472. OLE color: 7935472.

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

Color convert

RGB 240 21 121 -
CMYK 0 0.91 0.50 0.06
HSL 332.6º 0.88% 0.51% -
HSV(B) 332.6º 0.91% 0.94% -
XYZ 39.65 20.44 19.94 -
YUV 97.88 141.05 229.37 -
System Red Green Blue C M Y K H S L
Decimal 240 21 121 0 0.91 0.50 0.06 332.6 0.88 0.51
Hex F0 15 79 0 5B 32 6 14D 58 33
Octal 360 25 171 0 133 62 6 515 130 63
Binary 11110000 10101 1111001 0 1011011 110010 110 101001101 1011000 110011

Color Harmonies of #F01579

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F01579

Black with #F01579

Text Example


Text Example

White with #F01579

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F01579; }

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

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

background-color css

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

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

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

border-color css

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

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

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