Shades of Deep Pink #F2187A
Tints of Deep Pink #F2187A
RGB
CMYK
RGB Variations
Color information
#F2187A (or 0xF2187A) is known color: Deep Pink. HEX triplet: F2, 18 and 7A. RGB value is (242,24,122). Sum of RGB (Red+Green+Blue) = 242+24+122=388 (51% of max value = 765). Red value is 242 (94.92% from 255 or 62.37% from 388); Green value is 24 (9.77% from 255 or 6.19% from 388); Blue value is 122 (48.05% from 255 or 31.44% from 388); Max value from RGB is 242 - color contains mainly: red. Hex color #F2187A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F2187A is #0DE785. Grayscale: #646464. Windows color (decimal): -911238 or 8001778. OLE color: 8001778.
HSL color Cylindrical-coordinate representation of color #F2187A: hue angle of 333.03º 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 #F2187A is Cyan = 0, Magento = 0.90, Yellow = 0.50 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 24 | 122 | - |
| CMYK | 0 | 0.90 | 0.50 | 0.05 |
| HSL | 333.03º | 0.89% | 0.52% | - |
| HSV(B) | 333.03º | 0.9% | 0.95% | - |
| XYZ | 40.46 | 20.94 | 20.32 | - |
| YUV | 100.35 | 140.22 | 229.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 24 | 122 | 0 | 0.90 | 0.50 | 0.05 | 333.03 | 0.89 | 0.52 |
| Hex | F2 | 18 | 7A | 0 | 5A | 32 | 5 | 14D | 59 | 34 |
| Octal | 362 | 30 | 172 | 0 | 132 | 62 | 5 | 515 | 131 | 64 |
| Binary | 11110010 | 11000 | 1111010 | 0 | 1011010 | 110010 | 101 | 101001101 | 1011001 | 110100 |
Color Harmonies of #F2187A
Complementary color
Monochromatic Colors of #F2187A
Black with #F2187A
Text Example
Text Example
White with #F2187A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2187A; }
p { color: rgb(242,24,122); }
H1.HeaderClassName
{
color: #F2187A;
}
.AnyTagClassName
{
color: #F2187A;
}
</style>
background-color css
<style>
a { background-color: #F2187A; }
a { background-color: rgb(242,24,122); }
div.DivClassName
{
background-color: #F2187A;
}
.BgClassName
{
background-color: #F2187A;
}
</style>
border-color css
<style>
span { border-color: #F2187A; }
span { border-color: rgb(242,24,122); }
td.TdClassName
{
border-color: #F2187A;
}
.TagClassName
{
border-color: #F2187A;
}
</style>