#F21585

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

Shades of Deep Pink #F21585

Tints of Deep Pink #F21585

Color information

#F21585 (or 0xF21585) is unknown color: approx Deep Pink. HEX triplet: F2, 15 and 85. RGB value is (242,21,133). Sum of RGB (Red+Green+Blue) = 242+21+133=396 (52% of max value = 765). Red value is 242 (94.92% from 255 or 61.11% from 396); Green value is 21 (8.59% from 255 or 5.30% from 396); Blue value is 133 (52.34% from 255 or 33.59% from 396); Max value from RGB is 242 - color contains mainly: red. Hex color #F21585 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F21585 is #0DEA7A. Grayscale: #636363. Windows color (decimal): -911995 or 8721906. OLE color: 8721906.

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

Color convert

RGB24221133-
CMYK00.910.450.05
HSL329.59º89.47%51.57%-
HSV(B)329.59º91.32%94.9%-
XYZ41.1221.1124.1-
YUV99.85146.72229.39-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 61.11%
GREEN value IS 21 (8.59% from 255) = 5.30%
BLUE value IS 133 (52.34% from 255) = 33.59%
R=61.11%
G=5.30%
B=33.59%

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
Decimal2422113300.910.450.05329.5989.4751.57
HexF2158505B2D514a5934
Octal36225205013355551213164
Binary111100101010110000101010110111011011011010010101011001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F21585

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F21585; }

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

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

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

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

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

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

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

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