Html Css Color HEX #F41077 Deep Pink

📋 copy color: '#F41077'

red 244 ◦ green 16 ◦ blue 119

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

Shades of Deep Pink #F41077

Tints of Deep Pink #F41077

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.22%

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

R = 64.38%
G = 4.22%
B = 31.4%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.51

 K value IS 0.04

RGB Variations

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

Color information

#F41077 (or 0xF41077) is known color: Deep Pink. HEX triplet: F4, 10 and 77. RGB value is (244,16,119). Sum of RGB (Red+Green+Blue) = 244+16+119=379 (50% of max value = 765). Red value is 244 (95.70% from 255 or 64.38% from 379); Green value is 16 (6.64% from 255 or 4.22% from 379); Blue value is 119 (46.88% from 255 or 31.40% from 379); Max value from RGB is 244 - color contains mainly: red. Hex color #F41077 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F41077 is #0BEF88. Grayscale: #5F5F5F. Windows color (decimal): -782217 or 7803124. OLE color: 7803124.

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

Color convert

RGB 244 16 119 -
CMYK 0 0.93 0.51 0.04
HSL 332.89º 0.91% 0.51% -
HSV(B) 332.89º 0.93% 0.96% -
XYZ 40.82 20.94 19.34 -
YUV 95.91 141.04 233.62 -
System Red Green Blue C M Y K H S L
Decimal 244 16 119 0 0.93 0.51 0.04 332.89 0.91 0.51
Hex F4 10 77 0 5D 33 4 14D 5B 33
Octal 364 20 167 0 135 63 4 515 133 63
Binary 11110100 10000 1110111 0 1011101 110011 100 101001101 1011011 110011

Color Harmonies of #F41077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F41077

Black with #F41077

Text Example


Text Example

White with #F41077

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F41077; }

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

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

background-color css

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

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

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

border-color css

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

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

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