Shades of Deep Pink #F2137B
Tints of Deep Pink #F2137B
RGB
CMYK
RGB Variations
Color information
#F2137B (or 0xF2137B) is known color: Deep Pink. HEX triplet: F2, 13 and 7B. RGB value is (242,19,123). Sum of RGB (Red+Green+Blue) = 242+19+123=384 (50% of max value = 765). Red value is 242 (94.92% from 255 or 63.02% from 384); Green value is 19 (7.81% from 255 or 4.95% from 384); Blue value is 123 (48.44% from 255 or 32.03% from 384); Max value from RGB is 242 - color contains mainly: red. Hex color #F2137B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F2137B is #0DEC84. Grayscale: #616161. Windows color (decimal): -912517 or 8066034. OLE color: 8066034.
HSL color Cylindrical-coordinate representation of color #F2137B: hue angle of 332.02º 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 #F2137B is Cyan = 0, Magento = 0.92, Yellow = 0.49 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 19 | 123 | - |
| CMYK | 0 | 0.92 | 0.49 | 0.05 |
| HSL | 332.02º | 0.9% | 0.51% | - |
| HSV(B) | 332.02º | 0.92% | 0.95% | - |
| XYZ | 40.43 | 20.77 | 20.62 | - |
| YUV | 97.53 | 142.38 | 231.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 19 | 123 | 0 | 0.92 | 0.49 | 0.05 | 332.02 | 0.9 | 0.51 |
| Hex | F2 | 13 | 7B | 0 | 5C | 31 | 5 | 14C | 5A | 33 |
| Octal | 362 | 23 | 173 | 0 | 134 | 61 | 5 | 514 | 132 | 63 |
| Binary | 11110010 | 10011 | 1111011 | 0 | 1011100 | 110001 | 101 | 101001100 | 1011010 | 110011 |
Color Harmonies of #F2137B
Complementary color
Monochromatic Colors of #F2137B
Black with #F2137B
Text Example
Text Example
White with #F2137B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2137B; }
p { color: rgb(242,19,123); }
H1.HeaderClassName
{
color: #F2137B;
}
.AnyTagClassName
{
color: #F2137B;
}
</style>
background-color css
<style>
a { background-color: #F2137B; }
a { background-color: rgb(242,19,123); }
div.DivClassName
{
background-color: #F2137B;
}
.BgClassName
{
background-color: #F2137B;
}
</style>
border-color css
<style>
span { border-color: #F2137B; }
span { border-color: rgb(242,19,123); }
td.TdClassName
{
border-color: #F2137B;
}
.TagClassName
{
border-color: #F2137B;
}
</style>