#F2158E

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

Shades of Deep Pink #F2158E

Tints of Deep Pink #F2158E

Color information

#F2158E (or 0xF2158E) is unknown color: approx Deep Pink. HEX triplet: F2, 15 and 8E. RGB value is (242,21,142). Sum of RGB (Red+Green+Blue) = 242+21+142=405 (53% of max value = 765). Red value is 242 (94.92% from 255 or 59.75% from 405); Green value is 21 (8.59% from 255 or 5.19% from 405); Blue value is 142 (55.86% from 255 or 35.06% from 405); Max value from RGB is 242 - color contains mainly: red. Hex color #F2158E is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F2158E is #0DEA71. Grayscale: #646464. Windows color (decimal): -911986 or 9311730. OLE color: 9311730.

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

Color convert

RGB24221142-
CMYK00.910.410.05
HSL327.15º89.47%51.57%-
HSV(B)327.15º91.32%94.9%-
XYZ41.7721.3727.51-
YUV100.87151.22228.66-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 59.75%
GREEN value IS 21 (8.59% from 255) = 5.19%
BLUE value IS 142 (55.86% from 255) = 35.06%
R=59.75%
G=5.19%
B=35.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.41
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2422114200.910.410.05327.1589.4751.57
HexF2158E05B2951475934
Octal36225216013351550713164
Binary111100101010110001110010110111010011011010001111011001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2158E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2158E; }

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

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

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

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

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

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

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

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