Shades of Deep Pink #F2129A
Tints of Deep Pink #F2129A
RGB
CMYK
RGB Variations
Color information
#F2129A (or 0xF2129A) is known color: Deep Pink. HEX triplet: F2, 12 and 9A. RGB value is (242,18,154). Sum of RGB (Red+Green+Blue) = 242+18+154=414 (54% of max value = 765). Red value is 242 (94.92% from 255 or 58.45% from 414); Green value is 18 (7.42% from 255 or 4.35% from 414); Blue value is 154 (60.55% from 255 or 37.20% from 414); Max value from RGB is 242 - color contains mainly: red. Hex color #F2129A is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F2129A is #0DED65. Grayscale: #646464. Windows color (decimal): -912742 or 10097394. OLE color: 10097394.
HSL color Cylindrical-coordinate representation of color #F2129A: hue angle of 323.57º 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 #F2129A is Cyan = 0, Magento = 0.93, Yellow = 0.36 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 18 | 154 | - |
| CMYK | 0 | 0.93 | 0.36 | 0.05 |
| HSL | 323.57º | 0.9% | 0.51% | - |
| HSV(B) | 323.57º | 0.93% | 0.95% | - |
| XYZ | 42.67 | 21.64 | 32.5 | - |
| YUV | 100.48 | 158.21 | 228.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 18 | 154 | 0 | 0.93 | 0.36 | 0.05 | 323.57 | 0.9 | 0.51 |
| Hex | F2 | 12 | 9A | 0 | 5D | 24 | 5 | 144 | 5A | 33 |
| Octal | 362 | 22 | 232 | 0 | 135 | 44 | 5 | 504 | 132 | 63 |
| Binary | 11110010 | 10010 | 10011010 | 0 | 1011101 | 100100 | 101 | 101000100 | 1011010 | 110011 |
Color Harmonies of #F2129A
Complementary color
Monochromatic Colors of #F2129A
Black with #F2129A
Text Example
Text Example
White with #F2129A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2129A; }
p { color: rgb(242,18,154); }
H1.HeaderClassName
{
color: #F2129A;
}
.AnyTagClassName
{
color: #F2129A;
}
</style>
background-color css
<style>
a { background-color: #F2129A; }
a { background-color: rgb(242,18,154); }
div.DivClassName
{
background-color: #F2129A;
}
.BgClassName
{
background-color: #F2129A;
}
</style>
border-color css
<style>
span { border-color: #F2129A; }
span { border-color: rgb(242,18,154); }
td.TdClassName
{
border-color: #F2129A;
}
.TagClassName
{
border-color: #F2129A;
}
</style>