Html Css Color HEX #F41185 Deep Pink

📋 copy color: '#F41185'

red 244 ◦ green 17 ◦ blue 133

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

Shades of Deep Pink #F41185

Tints of Deep Pink #F41185

RGB

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

 GREEN value IS 17 (7.03% from 255) = 4.31%

 BLUE value IS 133 (52.34% from 255) = 33.76%

R = 61.93%
G = 4.31%
B = 33.76%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.45

 K value IS 0.04

RGB Variations

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

Color information

#F41185 (or 0xF41185) is known color: Deep Pink. HEX triplet: F4, 11 and 85. RGB value is (244,17,133). Sum of RGB (Red+Green+Blue) = 244+17+133=394 (52% of max value = 765). Red value is 244 (95.70% from 255 or 61.93% from 394); Green value is 17 (7.03% from 255 or 4.31% from 394); Blue value is 133 (52.34% from 255 or 33.76% from 394); Max value from RGB is 244 - color contains mainly: red. Hex color #F41185 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F41185 is #0BEE7A. Grayscale: #616161. Windows color (decimal): -781947 or 8720884. OLE color: 8720884.

HSL color Cylindrical-coordinate representation of color #F41185: hue angle of 329.34º 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 #F41185 is Cyan = 0, Magento = 0.93, Yellow = 0.45 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 17 133 -
CMYK 0 0.93 0.45 0.04
HSL 329.34º 0.91% 0.51% -
HSV(B) 329.34º 0.93% 0.96% -
XYZ 41.74 21.33 24.11 -
YUV 98.1 147.71 232.07 -
System Red Green Blue C M Y K H S L
Decimal 244 17 133 0 0.93 0.45 0.04 329.34 0.91 0.51
Hex F4 11 85 0 5D 2D 4 149 5B 33
Octal 364 21 205 0 135 55 4 511 133 63
Binary 11110100 10001 10000101 0 1011101 101101 100 101001001 1011011 110011

Color Harmonies of #F41185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F41185

Black with #F41185

Text Example


Text Example

White with #F41185

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F41185; }

 p { color: rgb(244,17,133); }

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

background-color css

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

 a { background-color: rgb(244,17,133); }

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

border-color css

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

 span { border-color: rgb(244,17,133); }

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