#F2179C

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

Shades of Deep Pink #F2179C

Tints of Deep Pink #F2179C

Color information

#F2179C (or 0xF2179C) is unknown color: approx Deep Pink. HEX triplet: F2, 17 and 9C. RGB value is (242,23,156). Sum of RGB (Red+Green+Blue) = 242+23+156=421 (55% of max value = 765). Red value is 242 (94.92% from 255 or 57.48% from 421); Green value is 23 (9.38% from 255 or 5.46% from 421); Blue value is 156 (61.33% from 255 or 37.05% from 421); Max value from RGB is 242 - color contains mainly: red. Hex color #F2179C is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F2179C is #0DE863. Grayscale: #676767. Windows color (decimal): -911460 or 10229746. OLE color: 10229746.

HSL color Cylindrical-coordinate representation of color #F2179C: hue angle of 323.56º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F2179C is Cyan = 0, Magento = 0.90, Yellow = 0.36 and Black (K on CMYK) = 0.05.

Color convert

RGB24223156-
CMYK00.900.360.05
HSL323.56º89.39%51.96%-
HSV(B)323.56º90.5%94.9%-
XYZ42.9321.8933.42-
YUV103.64157.55226.69-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 57.48%
GREEN value IS 23 (9.38% from 255) = 5.46%
BLUE value IS 156 (61.33% from 255) = 37.05%
R=57.48%
G=5.46%
B=37.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.36
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2422315600.900.360.05323.5689.3951.96
HexF2179C05A2451445934
Octal36227234013244550413164
Binary111100101011110011100010110101001001011010001001011001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2179C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2179C; }

 p { color: rgb(242,23,156); }

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

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

 a { background-color: rgb(242,23,156); }

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

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

 span { border-color: rgb(242,23,156); }

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