#F21782

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

Shades of Deep Pink #F21782

Tints of Deep Pink #F21782

Color information

#F21782 (or 0xF21782) is unknown color: approx Deep Pink. HEX triplet: F2, 17 and 82. RGB value is (242,23,130). Sum of RGB (Red+Green+Blue) = 242+23+130=395 (52% of max value = 765). Red value is 242 (94.92% from 255 or 61.27% from 395); Green value is 23 (9.38% from 255 or 5.82% from 395); Blue value is 130 (51.17% from 255 or 32.91% from 395); Max value from RGB is 242 - color contains mainly: red. Hex color #F21782 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F21782 is #0DE87D. Grayscale: #646464. Windows color (decimal): -911486 or 8525810. OLE color: 8525810.

HSL color Cylindrical-coordinate representation of color #F21782: hue angle of 330.68º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F21782 is Cyan = 0, Magento = 0.90, Yellow = 0.46 and Black (K on CMYK) = 0.05.

Color convert

RGB24223130-
CMYK00.900.460.05
HSL330.68º89.39%51.96%-
HSV(B)330.68º90.5%94.9%-
XYZ40.9521.123.03-
YUV100.68144.55228.8-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 61.27%
GREEN value IS 23 (9.38% from 255) = 5.82%
BLUE value IS 130 (51.17% from 255) = 32.91%
R=61.27%
G=5.82%
B=32.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.46
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2422313000.900.460.05330.6889.3951.96
HexF2178205A2E514b5934
Octal36227202013256551313164
Binary111100101011110000010010110101011101011010010111011001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F21782

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F21782; }

 p { color: rgb(242,23,130); }

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

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

 a { background-color: rgb(242,23,130); }

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

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

 span { border-color: rgb(242,23,130); }

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