Shades of Deep Pink #F2137D
Tints of Deep Pink #F2137D
RGB
CMYK
RGB Variations
Color information
#F2137D (or 0xF2137D) is known color: Deep Pink. HEX triplet: F2, 13 and 7D. RGB value is (242,19,125). Sum of RGB (Red+Green+Blue) = 242+19+125=386 (51% of max value = 765). Red value is 242 (94.92% from 255 or 62.69% from 386); Green value is 19 (7.81% from 255 or 4.92% from 386); Blue value is 125 (49.22% from 255 or 32.38% from 386); Max value from RGB is 242 - color contains mainly: red. Hex color #F2137D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F2137D is #0DEC82. Grayscale: #616161. Windows color (decimal): -912515 or 8197106. OLE color: 8197106.
HSL color Cylindrical-coordinate representation of color #F2137D: hue angle of 331.48º 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 #F2137D is Cyan = 0, Magento = 0.92, Yellow = 0.48 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 19 | 125 | - |
| CMYK | 0 | 0.92 | 0.48 | 0.05 |
| HSL | 331.48º | 0.9% | 0.51% | - |
| HSV(B) | 331.48º | 0.92% | 0.95% | - |
| XYZ | 40.55 | 20.82 | 21.28 | - |
| YUV | 97.76 | 143.38 | 230.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 19 | 125 | 0 | 0.92 | 0.48 | 0.05 | 331.48 | 0.9 | 0.51 |
| Hex | F2 | 13 | 7D | 0 | 5C | 30 | 5 | 14B | 5A | 33 |
| Octal | 362 | 23 | 175 | 0 | 134 | 60 | 5 | 513 | 132 | 63 |
| Binary | 11110010 | 10011 | 1111101 | 0 | 1011100 | 110000 | 101 | 101001011 | 1011010 | 110011 |
Color Harmonies of #F2137D
Complementary color
Monochromatic Colors of #F2137D
Black with #F2137D
Text Example
Text Example
White with #F2137D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2137D; }
p { color: rgb(242,19,125); }
H1.HeaderClassName
{
color: #F2137D;
}
.AnyTagClassName
{
color: #F2137D;
}
</style>
background-color css
<style>
a { background-color: #F2137D; }
a { background-color: rgb(242,19,125); }
div.DivClassName
{
background-color: #F2137D;
}
.BgClassName
{
background-color: #F2137D;
}
</style>
border-color css
<style>
span { border-color: #F2137D; }
span { border-color: rgb(242,19,125); }
td.TdClassName
{
border-color: #F2137D;
}
.TagClassName
{
border-color: #F2137D;
}
</style>