Shades of Deep Pink #F2129C
Tints of Deep Pink #F2129C
RGB
CMYK
RGB Variations
Color information
#F2129C (or 0xF2129C) is known color: Deep Pink. HEX triplet: F2, 12 and 9C. RGB value is (242,18,156). Sum of RGB (Red+Green+Blue) = 242+18+156=416 (55% of max value = 765). Red value is 242 (94.92% from 255 or 58.17% from 416); Green value is 18 (7.42% from 255 or 4.33% from 416); Blue value is 156 (61.33% from 255 or 37.5% from 416); Max value from RGB is 242 - color contains mainly: red. Hex color #F2129C is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F2129C is #0DED63. Grayscale: #646464. Windows color (decimal): -912740 or 10228466. OLE color: 10228466.
HSL color Cylindrical-coordinate representation of color #F2129C: hue angle of 323.04º 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 #F2129C is Cyan = 0, Magento = 0.93, Yellow = 0.36 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 18 | 156 | - |
| CMYK | 0 | 0.93 | 0.36 | 0.05 |
| HSL | 323.04º | 0.9% | 0.51% | - |
| HSV(B) | 323.04º | 0.93% | 0.95% | - |
| XYZ | 42.84 | 21.71 | 33.39 | - |
| YUV | 100.71 | 159.21 | 228.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 18 | 156 | 0 | 0.93 | 0.36 | 0.05 | 323.04 | 0.9 | 0.51 |
| Hex | F2 | 12 | 9C | 0 | 5D | 24 | 5 | 143 | 5A | 33 |
| Octal | 362 | 22 | 234 | 0 | 135 | 44 | 5 | 503 | 132 | 63 |
| Binary | 11110010 | 10010 | 10011100 | 0 | 1011101 | 100100 | 101 | 101000011 | 1011010 | 110011 |
Color Harmonies of #F2129C
Complementary color
Monochromatic Colors of #F2129C
Black with #F2129C
Text Example
Text Example
White with #F2129C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2129C; }
p { color: rgb(242,18,156); }
H1.HeaderClassName
{
color: #F2129C;
}
.AnyTagClassName
{
color: #F2129C;
}
</style>
background-color css
<style>
a { background-color: #F2129C; }
a { background-color: rgb(242,18,156); }
div.DivClassName
{
background-color: #F2129C;
}
.BgClassName
{
background-color: #F2129C;
}
</style>
border-color css
<style>
span { border-color: #F2129C; }
span { border-color: rgb(242,18,156); }
td.TdClassName
{
border-color: #F2129C;
}
.TagClassName
{
border-color: #F2129C;
}
</style>