#F21586

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

Shades of Deep Pink #F21586

Tints of Deep Pink #F21586

Color information

#F21586 (or 0xF21586) is unknown color: approx Deep Pink. HEX triplet: F2, 15 and 86. RGB value is (242,21,134). Sum of RGB (Red+Green+Blue) = 242+21+134=397 (52% of max value = 765). Red value is 242 (94.92% from 255 or 60.96% from 397); Green value is 21 (8.59% from 255 or 5.29% from 397); Blue value is 134 (52.73% from 255 or 33.75% from 397); Max value from RGB is 242 - color contains mainly: red. Hex color #F21586 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F21586 is #0DEA79. Grayscale: #636363. Windows color (decimal): -911994 or 8787442. OLE color: 8787442.

HSL color Cylindrical-coordinate representation of color #F21586: hue angle of 329.32º 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 #F21586 is Cyan = 0, Magento = 0.91, Yellow = 0.45 and Black (K on CMYK) = 0.05.

Color convert

RGB24221134-
CMYK00.910.450.05
HSL329.32º89.47%51.57%-
HSV(B)329.32º91.32%94.9%-
XYZ41.1921.1324.46-
YUV99.96147.22229.31-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 60.96%
GREEN value IS 21 (8.59% from 255) = 5.29%
BLUE value IS 134 (52.73% from 255) = 33.75%
R=60.96%
G=5.29%
B=33.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.45
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2422113400.910.450.05329.3289.4751.57
HexF2158605B2D51495934
Octal36225206013355551113164
Binary111100101010110000110010110111011011011010010011011001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F21586

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F21586; }

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

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

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

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

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

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

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

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