Shades of Deep Pink #F2177D
Tints of Deep Pink #F2177D
RGB
CMYK
RGB Variations
Color information
#F2177D (or 0xF2177D) is known color: Deep Pink. HEX triplet: F2, 17 and 7D. RGB value is (242,23,125). Sum of RGB (Red+Green+Blue) = 242+23+125=390 (51% of max value = 765). Red value is 242 (94.92% from 255 or 62.05% from 390); Green value is 23 (9.38% from 255 or 5.90% from 390); Blue value is 125 (49.22% from 255 or 32.05% from 390); Max value from RGB is 242 - color contains mainly: red. Hex color #F2177D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F2177D is #0DE882. Grayscale: #636363. Windows color (decimal): -911491 or 8198130. OLE color: 8198130.
HSL color Cylindrical-coordinate representation of color #F2177D: hue angle of 332.05º 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 #F2177D is Cyan = 0, Magento = 0.90, Yellow = 0.48 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 23 | 125 | - |
| CMYK | 0 | 0.90 | 0.48 | 0.05 |
| HSL | 332.05º | 0.89% | 0.52% | - |
| HSV(B) | 332.05º | 0.9% | 0.95% | - |
| XYZ | 40.63 | 20.97 | 21.31 | - |
| YUV | 100.11 | 142.05 | 229.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 23 | 125 | 0 | 0.90 | 0.48 | 0.05 | 332.05 | 0.89 | 0.52 |
| Hex | F2 | 17 | 7D | 0 | 5A | 30 | 5 | 14C | 59 | 34 |
| Octal | 362 | 27 | 175 | 0 | 132 | 60 | 5 | 514 | 131 | 64 |
| Binary | 11110010 | 10111 | 1111101 | 0 | 1011010 | 110000 | 101 | 101001100 | 1011001 | 110100 |
Color Harmonies of #F2177D
Complementary color
Monochromatic Colors of #F2177D
Black with #F2177D
Text Example
Text Example
White with #F2177D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2177D; }
p { color: rgb(242,23,125); }
H1.HeaderClassName
{
color: #F2177D;
}
.AnyTagClassName
{
color: #F2177D;
}
</style>
background-color css
<style>
a { background-color: #F2177D; }
a { background-color: rgb(242,23,125); }
div.DivClassName
{
background-color: #F2177D;
}
.BgClassName
{
background-color: #F2177D;
}
</style>
border-color css
<style>
span { border-color: #F2177D; }
span { border-color: rgb(242,23,125); }
td.TdClassName
{
border-color: #F2177D;
}
.TagClassName
{
border-color: #F2177D;
}
</style>