#F2158C

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

Shades of Deep Pink #F2158C

Tints of Deep Pink #F2158C

Color information

#F2158C (or 0xF2158C) is unknown color: approx Deep Pink. HEX triplet: F2, 15 and 8C. RGB value is (242,21,140). Sum of RGB (Red+Green+Blue) = 242+21+140=403 (53% of max value = 765). Red value is 242 (94.92% from 255 or 60.05% from 403); Green value is 21 (8.59% from 255 or 5.21% from 403); Blue value is 140 (55.08% from 255 or 34.74% from 403); Max value from RGB is 242 - color contains mainly: red. Hex color #F2158C is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F2158C is #0DEA73. Grayscale: #646464. Windows color (decimal): -911988 or 9180658. OLE color: 9180658.

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

Color convert

RGB24221140-
CMYK00.910.420.05
HSL327.69º89.47%51.57%-
HSV(B)327.69º91.32%94.9%-
XYZ41.6221.3126.73-
YUV100.65150.22228.82-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 60.05%
GREEN value IS 21 (8.59% from 255) = 5.21%
BLUE value IS 140 (55.08% from 255) = 34.74%
R=60.05%
G=5.21%
B=34.74%

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
Decimal2422114000.910.420.05327.6989.4751.57
HexF2158C05B2A51485934
Octal36225214013352551013164
Binary111100101010110001100010110111010101011010010001011001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2158C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2158C; }

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

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

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

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

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

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

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

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