Shades of Deep Pink #F0138E
Tints of Deep Pink #F0138E
RGB
CMYK
RGB Variations
Color information
#F0138E (or 0xF0138E) is known color: Deep Pink. HEX triplet: F0, 13 and 8E. RGB value is (240,19,142). Sum of RGB (Red+Green+Blue) = 240+19+142=401 (53% of max value = 765). Red value is 240 (94.14% from 255 or 59.85% from 401); Green value is 19 (7.81% from 255 or 4.74% from 401); Blue value is 142 (55.86% from 255 or 35.41% from 401); Max value from RGB is 240 - color contains mainly: red. Hex color #F0138E is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F0138E is #0FEC71. Grayscale: #626262. Windows color (decimal): -1043570 or 9311216. OLE color: 9311216.
HSL color Cylindrical-coordinate representation of color #F0138E: hue angle of 326.61º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F0138E is Cyan = 0, Magento = 0.92, Yellow = 0.41 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 19 | 142 | - |
| CMYK | 0 | 0.92 | 0.41 | 0.06 |
| HSL | 326.61º | 0.88% | 0.51% | - |
| HSV(B) | 326.61º | 0.92% | 0.94% | - |
| XYZ | 41.05 | 20.94 | 27.47 | - |
| YUV | 99.1 | 152.22 | 228.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 19 | 142 | 0 | 0.92 | 0.41 | 0.06 | 326.61 | 0.88 | 0.51 |
| Hex | F0 | 13 | 8E | 0 | 5C | 29 | 6 | 147 | 58 | 33 |
| Octal | 360 | 23 | 216 | 0 | 134 | 51 | 6 | 507 | 130 | 63 |
| Binary | 11110000 | 10011 | 10001110 | 0 | 1011100 | 101001 | 110 | 101000111 | 1011000 | 110011 |
Color Harmonies of #F0138E
Complementary color
Monochromatic Colors of #F0138E
Black with #F0138E
Text Example
Text Example
White with #F0138E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0138E; }
p { color: rgb(240,19,142); }
H1.HeaderClassName
{
color: #F0138E;
}
.AnyTagClassName
{
color: #F0138E;
}
</style>
background-color css
<style>
a { background-color: #F0138E; }
a { background-color: rgb(240,19,142); }
div.DivClassName
{
background-color: #F0138E;
}
.BgClassName
{
background-color: #F0138E;
}
</style>
border-color css
<style>
span { border-color: #F0138E; }
span { border-color: rgb(240,19,142); }
td.TdClassName
{
border-color: #F0138E;
}
.TagClassName
{
border-color: #F0138E;
}
</style>