Shades of Deep Pink #F0158F
Tints of Deep Pink #F0158F
RGB
CMYK
RGB Variations
Color information
#F0158F (or 0xF0158F) is known color: Deep Pink. HEX triplet: F0, 15 and 8F. RGB value is (240,21,143). Sum of RGB (Red+Green+Blue) = 240+21+143=404 (53% of max value = 765). Red value is 240 (94.14% from 255 or 59.41% from 404); Green value is 21 (8.59% from 255 or 5.20% from 404); Blue value is 143 (56.25% from 255 or 35.40% from 404); Max value from RGB is 240 - color contains mainly: red. Hex color #F0158F is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F0158F is #0FEA70. Grayscale: #646464. Windows color (decimal): -1043057 or 9377264. OLE color: 9377264.
HSL color Cylindrical-coordinate representation of color #F0158F: hue angle of 326.58º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F0158F is Cyan = 0, Magento = 0.91, Yellow = 0.40 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 21 | 143 | - |
| CMYK | 0 | 0.91 | 0.40 | 0.06 |
| HSL | 326.58º | 0.88% | 0.51% | - |
| HSV(B) | 326.58º | 0.91% | 0.94% | - |
| XYZ | 41.16 | 21.04 | 27.88 | - |
| YUV | 100.39 | 152.05 | 227.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 21 | 143 | 0 | 0.91 | 0.40 | 0.06 | 326.58 | 0.88 | 0.51 |
| Hex | F0 | 15 | 8F | 0 | 5B | 28 | 6 | 147 | 58 | 33 |
| Octal | 360 | 25 | 217 | 0 | 133 | 50 | 6 | 507 | 130 | 63 |
| Binary | 11110000 | 10101 | 10001111 | 0 | 1011011 | 101000 | 110 | 101000111 | 1011000 | 110011 |
Color Harmonies of #F0158F
Complementary color
Monochromatic Colors of #F0158F
Black with #F0158F
Text Example
Text Example
White with #F0158F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0158F; }
p { color: rgb(240,21,143); }
H1.HeaderClassName
{
color: #F0158F;
}
.AnyTagClassName
{
color: #F0158F;
}
</style>
background-color css
<style>
a { background-color: #F0158F; }
a { background-color: rgb(240,21,143); }
div.DivClassName
{
background-color: #F0158F;
}
.BgClassName
{
background-color: #F0158F;
}
</style>
border-color css
<style>
span { border-color: #F0158F; }
span { border-color: rgb(240,21,143); }
td.TdClassName
{
border-color: #F0158F;
}
.TagClassName
{
border-color: #F0158F;
}
</style>