#F42182

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

Shades of Deep Pink #F42182

Tints of Deep Pink #F42182

Color information

#F42182 (or 0xF42182) is unknown color: approx Deep Pink. HEX triplet: F4, 21 and 82. RGB value is (244,33,130). Sum of RGB (Red+Green+Blue) = 244+33+130=407 (53% of max value = 765). Red value is 244 (95.70% from 255 or 59.95% from 407); Green value is 33 (13.28% from 255 or 8.11% from 407); Blue value is 130 (51.17% from 255 or 31.94% from 407); Max value from RGB is 244 - color contains mainly: red. Hex color #F42182 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F42182 is #0BDE7D. Grayscale: #6A6A6A. Windows color (decimal): -777854 or 8528372. OLE color: 8528372.

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

Color convert

RGB24433130-
CMYK00.860.470.04
HSL332.42º90.56%54.31%-
HSV(B)332.42º86.48%95.69%-
XYZ41.8821.9323.15-
YUV107.15140.9225.61-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 59.95%
GREEN value IS 33 (13.28% from 255) = 8.11%
BLUE value IS 130 (51.17% from 255) = 31.94%
R=59.95%
G=8.11%
B=31.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.47
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2443313000.860.470.04332.4290.5654.31
HexF421820562F414c5b36
Octal36441202012657451413366
Binary1111010010000110000010010101101011111001010011001011011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F42182

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F42182; }

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

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

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

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

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

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

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

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