Shades of Deep Pink #F2128F
Tints of Deep Pink #F2128F
RGB
CMYK
RGB Variations
Color information
#F2128F (or 0xF2128F) is known color: Deep Pink. HEX triplet: F2, 12 and 8F. RGB value is (242,18,143). Sum of RGB (Red+Green+Blue) = 242+18+143=403 (53% of max value = 765). Red value is 242 (94.92% from 255 or 60.05% from 403); Green value is 18 (7.42% from 255 or 4.47% from 403); Blue value is 143 (56.25% from 255 or 35.48% from 403); Max value from RGB is 242 - color contains mainly: red. Hex color #F2128F is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F2128F is #0DED70. Grayscale: #626262. Windows color (decimal): -912753 or 9376498. OLE color: 9376498.
HSL color Cylindrical-coordinate representation of color #F2128F: hue angle of 326.52º 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 #F2128F is Cyan = 0, Magento = 0.93, Yellow = 0.41 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 18 | 143 | - |
| CMYK | 0 | 0.93 | 0.41 | 0.05 |
| HSL | 326.52º | 0.9% | 0.51% | - |
| HSV(B) | 326.52º | 0.93% | 0.95% | - |
| XYZ | 41.79 | 21.29 | 27.89 | - |
| YUV | 99.23 | 152.71 | 229.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 18 | 143 | 0 | 0.93 | 0.41 | 0.05 | 326.52 | 0.9 | 0.51 |
| Hex | F2 | 12 | 8F | 0 | 5D | 29 | 5 | 147 | 5A | 33 |
| Octal | 362 | 22 | 217 | 0 | 135 | 51 | 5 | 507 | 132 | 63 |
| Binary | 11110010 | 10010 | 10001111 | 0 | 1011101 | 101001 | 101 | 101000111 | 1011010 | 110011 |
Color Harmonies of #F2128F
Complementary color
Monochromatic Colors of #F2128F
Black with #F2128F
Text Example
Text Example
White with #F2128F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2128F; }
p { color: rgb(242,18,143); }
H1.HeaderClassName
{
color: #F2128F;
}
.AnyTagClassName
{
color: #F2128F;
}
</style>
background-color css
<style>
a { background-color: #F2128F; }
a { background-color: rgb(242,18,143); }
div.DivClassName
{
background-color: #F2128F;
}
.BgClassName
{
background-color: #F2128F;
}
</style>
border-color css
<style>
span { border-color: #F2128F; }
span { border-color: rgb(242,18,143); }
td.TdClassName
{
border-color: #F2128F;
}
.TagClassName
{
border-color: #F2128F;
}
</style>