Html Css Color HEX #F40977 Deep Pink

📋 copy color: '#F40977'

red 244 ◦ green 9 ◦ blue 119

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

Shades of Deep Pink #F40977

Tints of Deep Pink #F40977

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.42%

 BLUE value IS 119 (46.88% from 255) = 31.99%

R = 65.59%
G = 2.42%
B = 31.99%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.51

 K value IS 0.04

RGB Variations

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

Color information

#F40977 (or 0xF40977) is known color: Deep Pink. HEX triplet: F4, 09 and 77. RGB value is (244,9,119). Sum of RGB (Red+Green+Blue) = 244+9+119=372 (49% of max value = 765). Red value is 244 (95.70% from 255 or 65.59% from 372); Green value is 9 (3.91% from 255 or 2.42% from 372); Blue value is 119 (46.88% from 255 or 31.99% from 372); Max value from RGB is 244 - color contains mainly: red. Hex color #F40977 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F40977 is #0BF688. Grayscale: #5B5B5B. Windows color (decimal): -784009 or 7801332. OLE color: 7801332.

HSL color Cylindrical-coordinate representation of color #F40977: hue angle of 331.91º degrees, saturation: 0.93, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F40977 is Cyan = 0, Magento = 0.96, Yellow = 0.51 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 9 119 -
CMYK 0 0.96 0.51 0.04
HSL 331.91º 0.93% 0.5% -
HSV(B) 331.91º 0.96% 0.96% -
XYZ 40.74 20.76 19.31 -
YUV 91.81 143.36 236.56 -
System Red Green Blue C M Y K H S L
Decimal 244 9 119 0 0.96 0.51 0.04 331.91 0.93 0.5
Hex F4 9 77 0 60 33 4 14C 5D 32
Octal 364 11 167 0 140 63 4 514 135 62
Binary 11110100 1001 1110111 0 1100000 110011 100 101001100 1011101 110010

Color Harmonies of #F40977

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F40977

Black with #F40977

Text Example


Text Example

White with #F40977

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F40977; }

 p { color: rgb(244,9,119); }

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

background-color css

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

 a { background-color: rgb(244,9,119); }

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

border-color css

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

 span { border-color: rgb(244,9,119); }

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