Shades of Deep Pink #F2138F
Tints of Deep Pink #F2138F
RGB
CMYK
RGB Variations
Color information
#F2138F (or 0xF2138F) is known color: Deep Pink. HEX triplet: F2, 13 and 8F. RGB value is (242,19,143). Sum of RGB (Red+Green+Blue) = 242+19+143=404 (53% of max value = 765). Red value is 242 (94.92% from 255 or 59.90% from 404); Green value is 19 (7.81% from 255 or 4.70% from 404); Blue value is 143 (56.25% from 255 or 35.40% from 404); Max value from RGB is 242 - color contains mainly: red. Hex color #F2138F is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F2138F is #0DEC70. Grayscale: #636363. Windows color (decimal): -912497 or 9376754. OLE color: 9376754.
HSL color Cylindrical-coordinate representation of color #F2138F: hue angle of 326.64º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F2138F is Cyan = 0, Magento = 0.92, Yellow = 0.41 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 19 | 143 | - |
| CMYK | 0 | 0.92 | 0.41 | 0.05 |
| HSL | 326.64º | 0.9% | 0.51% | - |
| HSV(B) | 326.64º | 0.92% | 0.95% | - |
| XYZ | 41.81 | 21.33 | 27.9 | - |
| YUV | 99.81 | 152.38 | 229.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 19 | 143 | 0 | 0.92 | 0.41 | 0.05 | 326.64 | 0.9 | 0.51 |
| Hex | F2 | 13 | 8F | 0 | 5C | 29 | 5 | 147 | 5A | 33 |
| Octal | 362 | 23 | 217 | 0 | 134 | 51 | 5 | 507 | 132 | 63 |
| Binary | 11110010 | 10011 | 10001111 | 0 | 1011100 | 101001 | 101 | 101000111 | 1011010 | 110011 |
Color Harmonies of #F2138F
Complementary color
Monochromatic Colors of #F2138F
Black with #F2138F
Text Example
Text Example
White with #F2138F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2138F; }
p { color: rgb(242,19,143); }
H1.HeaderClassName
{
color: #F2138F;
}
.AnyTagClassName
{
color: #F2138F;
}
</style>
background-color css
<style>
a { background-color: #F2138F; }
a { background-color: rgb(242,19,143); }
div.DivClassName
{
background-color: #F2138F;
}
.BgClassName
{
background-color: #F2138F;
}
</style>
border-color css
<style>
span { border-color: #F2138F; }
span { border-color: rgb(242,19,143); }
td.TdClassName
{
border-color: #F2138F;
}
.TagClassName
{
border-color: #F2138F;
}
</style>