Html Css Color HEX #F41F77 Deep Pink

📋 copy color: '#F41F77'

red 244 ◦ green 31 ◦ blue 119

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

Shades of Deep Pink #F41F77

Tints of Deep Pink #F41F77

RGB

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

 GREEN value IS 31 (12.5% from 255) = 7.87%

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

R = 61.93%
G = 7.87%
B = 30.2%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.51

 K value IS 0.04

RGB Variations

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

Color information

#F41F77 (or 0xF41F77) is known color: Deep Pink. HEX triplet: F4, 1F and 77. RGB value is (244,31,119). Sum of RGB (Red+Green+Blue) = 244+31+119=394 (52% of max value = 765). Red value is 244 (95.70% from 255 or 61.93% from 394); Green value is 31 (12.5% from 255 or 7.87% from 394); Blue value is 119 (46.88% from 255 or 30.20% from 394); Max value from RGB is 244 - color contains mainly: red. Hex color #F41F77 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F41F77 is #0BE088. Grayscale: #686868. Windows color (decimal): -778377 or 7806964. OLE color: 7806964.

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

Color convert

RGB 244 31 119 -
CMYK 0 0.87 0.51 0.04
HSL 335.21º 0.91% 0.54% -
HSV(B) 335.21º 0.87% 0.96% -
XYZ 41.13 21.54 19.44 -
YUV 104.72 136.07 227.34 -
System Red Green Blue C M Y K H S L
Decimal 244 31 119 0 0.87 0.51 0.04 335.21 0.91 0.54
Hex F4 1F 77 0 57 33 4 14F 5B 36
Octal 364 37 167 0 127 63 4 517 133 66
Binary 11110100 11111 1110111 0 1010111 110011 100 101001111 1011011 110110

Color Harmonies of #F41F77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F41F77

Black with #F41F77

Text Example


Text Example

White with #F41F77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F41F77; }

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

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

background-color css

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

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

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

border-color css

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

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

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