#F21582

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

Shades of Deep Pink #F21582

Tints of Deep Pink #F21582

Color information

#F21582 (or 0xF21582) is unknown color: approx Deep Pink. HEX triplet: F2, 15 and 82. RGB value is (242,21,130). Sum of RGB (Red+Green+Blue) = 242+21+130=393 (52% of max value = 765). Red value is 242 (94.92% from 255 or 61.58% from 393); Green value is 21 (8.59% from 255 or 5.34% from 393); Blue value is 130 (51.17% from 255 or 33.08% from 393); Max value from RGB is 242 - color contains mainly: red. Hex color #F21582 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F21582 is #0DEA7D. Grayscale: #636363. Windows color (decimal): -911998 or 8525298. OLE color: 8525298.

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

Color convert

RGB24221130-
CMYK00.910.460.05
HSL330.41º89.47%51.57%-
HSV(B)330.41º91.32%94.9%-
XYZ40.9221.0323.02-
YUV99.5145.22229.64-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 61.58%
GREEN value IS 21 (8.59% from 255) = 5.34%
BLUE value IS 130 (51.17% from 255) = 33.08%
R=61.58%
G=5.34%
B=33.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.46
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2422113000.910.460.05330.4189.4751.57
HexF2158205B2E514a5934
Octal36225202013356551213164
Binary111100101010110000010010110111011101011010010101011001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F21582

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F21582; }

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

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

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

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

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

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

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

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