#F2158D

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

Shades of Deep Pink #F2158D

Tints of Deep Pink #F2158D

Color information

#F2158D (or 0xF2158D) is unknown color: approx Deep Pink. HEX triplet: F2, 15 and 8D. RGB value is (242,21,141). Sum of RGB (Red+Green+Blue) = 242+21+141=404 (53% of max value = 765). Red value is 242 (94.92% from 255 or 59.90% from 404); Green value is 21 (8.59% from 255 or 5.20% from 404); Blue value is 141 (55.47% from 255 or 34.90% from 404); Max value from RGB is 242 - color contains mainly: red. Hex color #F2158D is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F2158D is #0DEA72. Grayscale: #646464. Windows color (decimal): -911987 or 9246194. OLE color: 9246194.

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

Color convert

RGB24221141-
CMYK00.910.420.05
HSL327.42º89.47%51.57%-
HSV(B)327.42º91.32%94.9%-
XYZ41.6921.3427.12-
YUV100.76150.72228.74-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 59.90%
GREEN value IS 21 (8.59% from 255) = 5.20%
BLUE value IS 141 (55.47% from 255) = 34.90%
R=59.90%
G=5.20%
B=34.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.42
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2422114100.910.420.05327.4289.4751.57
HexF2158D05B2A51475934
Octal36225215013352550713164
Binary111100101010110001101010110111010101011010001111011001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2158D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2158D; }

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

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

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

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

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

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

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

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