Shades of Deep Pink #F2179F
Tints of Deep Pink #F2179F
RGB
CMYK
RGB Variations
Color information
#F2179F (or 0xF2179F) is known color: Deep Pink. HEX triplet: F2, 17 and 9F. RGB value is (242,23,159). Sum of RGB (Red+Green+Blue) = 242+23+159=424 (56% of max value = 765). Red value is 242 (94.92% from 255 or 57.08% from 424); Green value is 23 (9.38% from 255 or 5.42% from 424); Blue value is 159 (62.5% from 255 or 37.5% from 424); Max value from RGB is 242 - color contains mainly: red. Hex color #F2179F is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F2179F is #0DE860. Grayscale: #676767. Windows color (decimal): -911457 or 10426354. OLE color: 10426354.
HSL color Cylindrical-coordinate representation of color #F2179F: hue angle of 322.74º 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 #F2179F is Cyan = 0, Magento = 0.90, Yellow = 0.34 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 23 | 159 | - |
| CMYK | 0 | 0.90 | 0.34 | 0.05 |
| HSL | 322.74º | 0.89% | 0.52% | - |
| HSV(B) | 322.74º | 0.9% | 0.95% | - |
| XYZ | 43.18 | 21.99 | 34.77 | - |
| YUV | 103.99 | 159.05 | 226.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 23 | 159 | 0 | 0.90 | 0.34 | 0.05 | 322.74 | 0.89 | 0.52 |
| Hex | F2 | 17 | 9F | 0 | 5A | 22 | 5 | 143 | 59 | 34 |
| Octal | 362 | 27 | 237 | 0 | 132 | 42 | 5 | 503 | 131 | 64 |
| Binary | 11110010 | 10111 | 10011111 | 0 | 1011010 | 100010 | 101 | 101000011 | 1011001 | 110100 |
Color Harmonies of #F2179F
Complementary color
Monochromatic Colors of #F2179F
Black with #F2179F
Text Example
Text Example
White with #F2179F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2179F; }
p { color: rgb(242,23,159); }
H1.HeaderClassName
{
color: #F2179F;
}
.AnyTagClassName
{
color: #F2179F;
}
</style>
background-color css
<style>
a { background-color: #F2179F; }
a { background-color: rgb(242,23,159); }
div.DivClassName
{
background-color: #F2179F;
}
.BgClassName
{
background-color: #F2179F;
}
</style>
border-color css
<style>
span { border-color: #F2179F; }
span { border-color: rgb(242,23,159); }
td.TdClassName
{
border-color: #F2179F;
}
.TagClassName
{
border-color: #F2179F;
}
</style>