#F42184

Color #F42184 Deep Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Pink #F42184

Tints of Deep Pink #F42184

Color information

#F42184 (or 0xF42184) is unknown color: approx Deep Pink. HEX triplet: F4, 21 and 84. RGB value is (244,33,132). Sum of RGB (Red+Green+Blue) = 244+33+132=409 (54% of max value = 765). Red value is 244 (95.70% from 255 or 59.66% from 409); Green value is 33 (13.28% from 255 or 8.07% from 409); Blue value is 132 (51.95% from 255 or 32.27% from 409); Max value from RGB is 244 - color contains mainly: red. Hex color #F42184 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F42184 is #0BDE7B. Grayscale: #6B6B6B. Windows color (decimal): -777852 or 8659444. OLE color: 8659444.

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

Color convert

RGB24433132-
CMYK00.860.460.04
HSL331.85º90.56%54.31%-
HSV(B)331.85º86.48%95.69%-
XYZ42.0221.9923.86-
YUV107.38141.9225.45-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 59.66%
GREEN value IS 33 (13.28% from 255) = 8.07%
BLUE value IS 132 (51.95% from 255) = 32.27%
R=59.66%
G=8.07%
B=32.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.46
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2443313200.860.460.04331.8590.5654.31
HexF421840562E414c5b36
Octal36441204012656451413366
Binary1111010010000110000100010101101011101001010011001011011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F42184

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F42184; }

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

 H1.HeaderClassName
 {
   color: #F42184;
 }
 .AnyTagClassName
 {
   color: #F42184;
 }
</style>
background-color css

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

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

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

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

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

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