Shades of Deep Pink #F2137A
Tints of Deep Pink #F2137A
RGB
CMYK
RGB Variations
Color information
#F2137A (or 0xF2137A) is known color: Deep Pink. HEX triplet: F2, 13 and 7A. RGB value is (242,19,122). Sum of RGB (Red+Green+Blue) = 242+19+122=383 (50% of max value = 765). Red value is 242 (94.92% from 255 or 63.19% from 383); Green value is 19 (7.81% from 255 or 4.96% from 383); Blue value is 122 (48.05% from 255 or 31.85% from 383); Max value from RGB is 242 - color contains mainly: red. Hex color #F2137A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F2137A is #0DEC85. Grayscale: #616161. Windows color (decimal): -912518 or 8000498. OLE color: 8000498.
HSL color Cylindrical-coordinate representation of color #F2137A: hue angle of 332.29º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F2137A is Cyan = 0, Magento = 0.92, Yellow = 0.50 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 19 | 122 | - |
| CMYK | 0 | 0.92 | 0.50 | 0.05 |
| HSL | 332.29º | 0.9% | 0.51% | - |
| HSV(B) | 332.29º | 0.92% | 0.95% | - |
| XYZ | 40.36 | 20.75 | 20.29 | - |
| YUV | 97.42 | 141.88 | 231.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 19 | 122 | 0 | 0.92 | 0.50 | 0.05 | 332.29 | 0.9 | 0.51 |
| Hex | F2 | 13 | 7A | 0 | 5C | 32 | 5 | 14C | 5A | 33 |
| Octal | 362 | 23 | 172 | 0 | 134 | 62 | 5 | 514 | 132 | 63 |
| Binary | 11110010 | 10011 | 1111010 | 0 | 1011100 | 110010 | 101 | 101001100 | 1011010 | 110011 |
Color Harmonies of #F2137A
Complementary color
Monochromatic Colors of #F2137A
Black with #F2137A
Text Example
Text Example
White with #F2137A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2137A; }
p { color: rgb(242,19,122); }
H1.HeaderClassName
{
color: #F2137A;
}
.AnyTagClassName
{
color: #F2137A;
}
</style>
background-color css
<style>
a { background-color: #F2137A; }
a { background-color: rgb(242,19,122); }
div.DivClassName
{
background-color: #F2137A;
}
.BgClassName
{
background-color: #F2137A;
}
</style>
border-color css
<style>
span { border-color: #F2137A; }
span { border-color: rgb(242,19,122); }
td.TdClassName
{
border-color: #F2137A;
}
.TagClassName
{
border-color: #F2137A;
}
</style>