Shades of Deep Pink #F2128B
Tints of Deep Pink #F2128B
RGB
CMYK
RGB Variations
Color information
#F2128B (or 0xF2128B) is known color: Deep Pink. HEX triplet: F2, 12 and 8B. RGB value is (242,18,139). Sum of RGB (Red+Green+Blue) = 242+18+139=399 (52% of max value = 765). Red value is 242 (94.92% from 255 or 60.65% from 399); Green value is 18 (7.42% from 255 or 4.51% from 399); Blue value is 139 (54.69% from 255 or 34.84% from 399); Max value from RGB is 242 - color contains mainly: red. Hex color #F2128B is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F2128B is #0DED74. Grayscale: #626262. Windows color (decimal): -912757 or 9114354. OLE color: 9114354.
HSL color Cylindrical-coordinate representation of color #F2128B: hue angle of 327.59º 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 #F2128B is Cyan = 0, Magento = 0.93, Yellow = 0.43 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 18 | 139 | - |
| CMYK | 0 | 0.93 | 0.43 | 0.05 |
| HSL | 327.59º | 0.9% | 0.51% | - |
| HSV(B) | 327.59º | 0.93% | 0.95% | - |
| XYZ | 41.49 | 21.17 | 26.33 | - |
| YUV | 98.77 | 150.71 | 230.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 18 | 139 | 0 | 0.93 | 0.43 | 0.05 | 327.59 | 0.9 | 0.51 |
| Hex | F2 | 12 | 8B | 0 | 5D | 2B | 5 | 148 | 5A | 33 |
| Octal | 362 | 22 | 213 | 0 | 135 | 53 | 5 | 510 | 132 | 63 |
| Binary | 11110010 | 10010 | 10001011 | 0 | 1011101 | 101011 | 101 | 101001000 | 1011010 | 110011 |
Color Harmonies of #F2128B
Complementary color
Monochromatic Colors of #F2128B
Black with #F2128B
Text Example
Text Example
White with #F2128B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2128B; }
p { color: rgb(242,18,139); }
H1.HeaderClassName
{
color: #F2128B;
}
.AnyTagClassName
{
color: #F2128B;
}
</style>
background-color css
<style>
a { background-color: #F2128B; }
a { background-color: rgb(242,18,139); }
div.DivClassName
{
background-color: #F2128B;
}
.BgClassName
{
background-color: #F2128B;
}
</style>
border-color css
<style>
span { border-color: #F2128B; }
span { border-color: rgb(242,18,139); }
td.TdClassName
{
border-color: #F2128B;
}
.TagClassName
{
border-color: #F2128B;
}
</style>