Shades of Deep Pink #F2178F
Tints of Deep Pink #F2178F
RGB
CMYK
RGB Variations
Color information
#F2178F (or 0xF2178F) is known color: Deep Pink. HEX triplet: F2, 17 and 8F. RGB value is (242,23,143). Sum of RGB (Red+Green+Blue) = 242+23+143=408 (54% of max value = 765). Red value is 242 (94.92% from 255 or 59.31% from 408); Green value is 23 (9.38% from 255 or 5.64% from 408); Blue value is 143 (56.25% from 255 or 35.05% from 408); Max value from RGB is 242 - color contains mainly: red. Hex color #F2178F is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F2178F is #0DE870. Grayscale: #656565. Windows color (decimal): -911473 or 9377778. OLE color: 9377778.
HSL color Cylindrical-coordinate representation of color #F2178F: hue angle of 327.12º 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 #F2178F is Cyan = 0, Magento = 0.90, Yellow = 0.41 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 23 | 143 | - |
| CMYK | 0 | 0.90 | 0.41 | 0.05 |
| HSL | 327.12º | 0.89% | 0.52% | - |
| HSV(B) | 327.12º | 0.9% | 0.95% | - |
| XYZ | 41.88 | 21.47 | 27.92 | - |
| YUV | 102.16 | 151.05 | 227.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 23 | 143 | 0 | 0.90 | 0.41 | 0.05 | 327.12 | 0.89 | 0.52 |
| Hex | F2 | 17 | 8F | 0 | 5A | 29 | 5 | 147 | 59 | 34 |
| Octal | 362 | 27 | 217 | 0 | 132 | 51 | 5 | 507 | 131 | 64 |
| Binary | 11110010 | 10111 | 10001111 | 0 | 1011010 | 101001 | 101 | 101000111 | 1011001 | 110100 |
Color Harmonies of #F2178F
Complementary color
Monochromatic Colors of #F2178F
Black with #F2178F
Text Example
Text Example
White with #F2178F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2178F; }
p { color: rgb(242,23,143); }
H1.HeaderClassName
{
color: #F2178F;
}
.AnyTagClassName
{
color: #F2178F;
}
</style>
background-color css
<style>
a { background-color: #F2178F; }
a { background-color: rgb(242,23,143); }
div.DivClassName
{
background-color: #F2178F;
}
.BgClassName
{
background-color: #F2178F;
}
</style>
border-color css
<style>
span { border-color: #F2178F; }
span { border-color: rgb(242,23,143); }
td.TdClassName
{
border-color: #F2178F;
}
.TagClassName
{
border-color: #F2178F;
}
</style>