Html Css Color HEX #F40879 Deep Pink

📋 copy color: '#F40879'

red 244 ◦ green 8 ◦ blue 121

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

Shades of Deep Pink #F40879

Tints of Deep Pink #F40879

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.14%

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

R = 65.42%
G = 2.14%
B = 32.44%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.50

 K value IS 0.04

RGB Variations

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

Color information

#F40879 (or 0xF40879) is known color: Deep Pink. HEX triplet: F4, 08 and 79. RGB value is (244,8,121). Sum of RGB (Red+Green+Blue) = 244+8+121=373 (49% of max value = 765). Red value is 244 (95.70% from 255 or 65.42% from 373); Green value is 8 (3.52% from 255 or 2.14% from 373); Blue value is 121 (47.66% from 255 or 32.44% from 373); Max value from RGB is 244 - color contains mainly: red. Hex color #F40879 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F40879 is #0BF786. Grayscale: #5B5B5B. Windows color (decimal): -784263 or 7932148. OLE color: 7932148.

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

Color convert

RGB 244 8 121 -
CMYK 0 0.97 0.50 0.04
HSL 331.27º 0.94% 0.49% -
HSV(B) 331.27º 0.97% 0.96% -
XYZ 40.85 20.79 19.95 -
YUV 91.45 144.69 236.81 -
System Red Green Blue C M Y K H S L
Decimal 244 8 121 0 0.97 0.50 0.04 331.27 0.94 0.49
Hex F4 8 79 0 61 32 4 14B 5E 31
Octal 364 10 171 0 141 62 4 513 136 61
Binary 11110100 1000 1111001 0 1100001 110010 100 101001011 1011110 110001

Color Harmonies of #F40879

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F40879

Black with #F40879

Text Example


Text Example

White with #F40879

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F40879; }

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

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

background-color css

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

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

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

border-color css

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

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

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