Html Css Color HEX #F41184 Deep Pink

📋 copy color: '#F41184'

red 244 ◦ green 17 ◦ blue 132

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

Shades of Deep Pink #F41184

Tints of Deep Pink #F41184

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 33.59%

R = 62.09%
G = 4.33%
B = 33.59%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.46

 K value IS 0.04

RGB Variations

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

Color information

#F41184 (or 0xF41184) is known color: Deep Pink. HEX triplet: F4, 11 and 84. RGB value is (244,17,132). Sum of RGB (Red+Green+Blue) = 244+17+132=393 (52% of max value = 765). Red value is 244 (95.70% from 255 or 62.09% from 393); Green value is 17 (7.03% from 255 or 4.33% from 393); Blue value is 132 (51.95% from 255 or 33.59% from 393); Max value from RGB is 244 - color contains mainly: red. Hex color #F41184 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F41184 is #0BEE7B. Grayscale: #616161. Windows color (decimal): -781948 or 8655348. OLE color: 8655348.

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

Color convert

RGB 244 17 132 -
CMYK 0 0.93 0.46 0.04
HSL 329.6º 0.91% 0.51% -
HSV(B) 329.6º 0.93% 0.96% -
XYZ 41.67 21.3 23.74 -
YUV 97.98 147.21 232.15 -
System Red Green Blue C M Y K H S L
Decimal 244 17 132 0 0.93 0.46 0.04 329.6 0.91 0.51
Hex F4 11 84 0 5D 2E 4 14A 5B 33
Octal 364 21 204 0 135 56 4 512 133 63
Binary 11110100 10001 10000100 0 1011101 101110 100 101001010 1011011 110011

Color Harmonies of #F41184

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F41184

Black with #F41184

Text Example


Text Example

White with #F41184

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F41184; }

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

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

background-color css

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

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

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

border-color css

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

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

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