Html Css Color HEX #F40479 Deep Pink

📋 copy color: '#F40479'

red 244 ◦ green 4 ◦ blue 121

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

Shades of Deep Pink #F40479

Tints of Deep Pink #F40479

RGB

 RED value IS 244 (95.7% from 255) = 66.12%

 GREEN value IS 4 (1.95% from 255) = 1.08%

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

R = 66.12%
G = 1.08%
B = 32.79%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.50

 K value IS 0.04

RGB Variations

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

Color information

#F40479 (or 0xF40479) is known color: Deep Pink. HEX triplet: F4, 04 and 79. RGB value is (244,4,121). Sum of RGB (Red+Green+Blue) = 244+4+121=369 (48% of max value = 765). Red value is 244 (95.70% from 255 or 66.12% from 369); Green value is 4 (1.95% from 255 or 1.08% from 369); Blue value is 121 (47.66% from 255 or 32.79% from 369); Max value from RGB is 244 - color contains mainly: red. Hex color #F40479 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F40479 is #0BFB86. Grayscale: #585858. Windows color (decimal): -785287 or 7931124. OLE color: 7931124.

HSL color Cylindrical-coordinate representation of color #F40479: hue angle of 330.75º degrees, saturation: 0.97, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F40479 is Cyan = 0, Magento = 0.98, Yellow = 0.50 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 4 121 -
CMYK 0 0.98 0.50 0.04
HSL 330.75º 0.97% 0.49% -
HSV(B) 330.75º 0.98% 0.96% -
XYZ 40.8 20.7 19.93 -
YUV 89.1 146.01 238.49 -
System Red Green Blue C M Y K H S L
Decimal 244 4 121 0 0.98 0.50 0.04 330.75 0.97 0.49
Hex F4 4 79 0 62 32 4 14B 61 31
Octal 364 4 171 0 142 62 4 513 141 61
Binary 11110100 100 1111001 0 1100010 110010 100 101001011 1100001 110001

Color Harmonies of #F40479

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F40479

Black with #F40479

Text Example


Text Example

White with #F40479

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F40479; }

 p { color: rgb(244,4,121); }

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

background-color css

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

 a { background-color: rgb(244,4,121); }

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

border-color css

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

 span { border-color: rgb(244,4,121); }

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