Shades of Deep Pink #F01A8E
Tints of Deep Pink #F01A8E
RGB
CMYK
RGB Variations
Color information
#F01A8E (or 0xF01A8E) is known color: Deep Pink. HEX triplet: F0, 1A and 8E. RGB value is (240,26,142). Sum of RGB (Red+Green+Blue) = 240+26+142=408 (54% of max value = 765). Red value is 240 (94.14% from 255 or 58.82% from 408); Green value is 26 (10.55% from 255 or 6.37% from 408); Blue value is 142 (55.86% from 255 or 34.80% from 408); Max value from RGB is 240 - color contains mainly: red. Hex color #F01A8E is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F01A8E is #0FE571. Grayscale: #666666. Windows color (decimal): -1041778 or 9313008. OLE color: 9313008.
HSL color Cylindrical-coordinate representation of color #F01A8E: hue angle of 327.48º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F01A8E is Cyan = 0, Magento = 0.89, Yellow = 0.41 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 26 | 142 | - |
| CMYK | 0 | 0.89 | 0.41 | 0.06 |
| HSL | 327.48º | 0.88% | 0.52% | - |
| HSV(B) | 327.48º | 0.89% | 0.94% | - |
| XYZ | 41.19 | 21.22 | 27.52 | - |
| YUV | 103.21 | 149.9 | 225.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 26 | 142 | 0 | 0.89 | 0.41 | 0.06 | 327.48 | 0.88 | 0.52 |
| Hex | F0 | 1A | 8E | 0 | 59 | 29 | 6 | 147 | 58 | 34 |
| Octal | 360 | 32 | 216 | 0 | 131 | 51 | 6 | 507 | 130 | 64 |
| Binary | 11110000 | 11010 | 10001110 | 0 | 1011001 | 101001 | 110 | 101000111 | 1011000 | 110100 |
Color Harmonies of #F01A8E
Complementary color
Monochromatic Colors of #F01A8E
Black with #F01A8E
Text Example
Text Example
White with #F01A8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F01A8E; }
p { color: rgb(240,26,142); }
H1.HeaderClassName
{
color: #F01A8E;
}
.AnyTagClassName
{
color: #F01A8E;
}
</style>
background-color css
<style>
a { background-color: #F01A8E; }
a { background-color: rgb(240,26,142); }
div.DivClassName
{
background-color: #F01A8E;
}
.BgClassName
{
background-color: #F01A8E;
}
</style>
border-color css
<style>
span { border-color: #F01A8E; }
span { border-color: rgb(240,26,142); }
td.TdClassName
{
border-color: #F01A8E;
}
.TagClassName
{
border-color: #F01A8E;
}
</style>