Shades of Deep Pink #F01A8F
Tints of Deep Pink #F01A8F
RGB
CMYK
RGB Variations
Color information
#F01A8F (or 0xF01A8F) is known color: Deep Pink. HEX triplet: F0, 1A and 8F. RGB value is (240,26,143). Sum of RGB (Red+Green+Blue) = 240+26+143=409 (54% of max value = 765). Red value is 240 (94.14% from 255 or 58.68% from 409); Green value is 26 (10.55% from 255 or 6.36% from 409); Blue value is 143 (56.25% from 255 or 34.96% from 409); Max value from RGB is 240 - color contains mainly: red. Hex color #F01A8F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F01A8F is #0FE570. Grayscale: #676767. Windows color (decimal): -1041777 or 9378544. OLE color: 9378544.
HSL color Cylindrical-coordinate representation of color #F01A8F: hue angle of 327.2º 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 #F01A8F is Cyan = 0, Magento = 0.89, Yellow = 0.40 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 26 | 143 | - |
| CMYK | 0 | 0.89 | 0.40 | 0.06 |
| HSL | 327.2º | 0.88% | 0.52% | - |
| HSV(B) | 327.2º | 0.89% | 0.94% | - |
| XYZ | 41.26 | 21.25 | 27.91 | - |
| YUV | 103.32 | 150.4 | 225.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 26 | 143 | 0 | 0.89 | 0.40 | 0.06 | 327.2 | 0.88 | 0.52 |
| Hex | F0 | 1A | 8F | 0 | 59 | 28 | 6 | 147 | 58 | 34 |
| Octal | 360 | 32 | 217 | 0 | 131 | 50 | 6 | 507 | 130 | 64 |
| Binary | 11110000 | 11010 | 10001111 | 0 | 1011001 | 101000 | 110 | 101000111 | 1011000 | 110100 |
Color Harmonies of #F01A8F
Complementary color
Monochromatic Colors of #F01A8F
Black with #F01A8F
Text Example
Text Example
White with #F01A8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F01A8F; }
p { color: rgb(240,26,143); }
H1.HeaderClassName
{
color: #F01A8F;
}
.AnyTagClassName
{
color: #F01A8F;
}
</style>
background-color css
<style>
a { background-color: #F01A8F; }
a { background-color: rgb(240,26,143); }
div.DivClassName
{
background-color: #F01A8F;
}
.BgClassName
{
background-color: #F01A8F;
}
</style>
border-color css
<style>
span { border-color: #F01A8F; }
span { border-color: rgb(240,26,143); }
td.TdClassName
{
border-color: #F01A8F;
}
.TagClassName
{
border-color: #F01A8F;
}
</style>