Shades of Deep Pink #F2127C
Tints of Deep Pink #F2127C
RGB
CMYK
RGB Variations
Color information
#F2127C (or 0xF2127C) is known color: Deep Pink. HEX triplet: F2, 12 and 7C. RGB value is (242,18,124). Sum of RGB (Red+Green+Blue) = 242+18+124=384 (50% of max value = 765). Red value is 242 (94.92% from 255 or 63.02% from 384); Green value is 18 (7.42% from 255 or 4.69% from 384); Blue value is 124 (48.83% from 255 or 32.29% from 384); Max value from RGB is 242 - color contains mainly: red. Hex color #F2127C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F2127C is #0DED83. Grayscale: #606060. Windows color (decimal): -912772 or 8131314. OLE color: 8131314.
HSL color Cylindrical-coordinate representation of color #F2127C: hue angle of 331.61º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F2127C is Cyan = 0, Magento = 0.93, Yellow = 0.49 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 18 | 124 | - |
| CMYK | 0 | 0.93 | 0.49 | 0.05 |
| HSL | 331.61º | 0.9% | 0.51% | - |
| HSV(B) | 331.61º | 0.93% | 0.95% | - |
| XYZ | 40.47 | 20.77 | 20.94 | - |
| YUV | 97.06 | 143.21 | 231.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 18 | 124 | 0 | 0.93 | 0.49 | 0.05 | 331.61 | 0.9 | 0.51 |
| Hex | F2 | 12 | 7C | 0 | 5D | 31 | 5 | 14C | 5A | 33 |
| Octal | 362 | 22 | 174 | 0 | 135 | 61 | 5 | 514 | 132 | 63 |
| Binary | 11110010 | 10010 | 1111100 | 0 | 1011101 | 110001 | 101 | 101001100 | 1011010 | 110011 |
Color Harmonies of #F2127C
Complementary color
Monochromatic Colors of #F2127C
Black with #F2127C
Text Example
Text Example
White with #F2127C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2127C; }
p { color: rgb(242,18,124); }
H1.HeaderClassName
{
color: #F2127C;
}
.AnyTagClassName
{
color: #F2127C;
}
</style>
background-color css
<style>
a { background-color: #F2127C; }
a { background-color: rgb(242,18,124); }
div.DivClassName
{
background-color: #F2127C;
}
.BgClassName
{
background-color: #F2127C;
}
</style>
border-color css
<style>
span { border-color: #F2127C; }
span { border-color: rgb(242,18,124); }
td.TdClassName
{
border-color: #F2127C;
}
.TagClassName
{
border-color: #F2127C;
}
</style>