Shades of Deep Pink #F01C8A
Tints of Deep Pink #F01C8A
RGB
CMYK
RGB Variations
Color information
#F01C8A (or 0xF01C8A) is known color: Deep Pink. HEX triplet: F0, 1C and 8A. RGB value is (240,28,138). Sum of RGB (Red+Green+Blue) = 240+28+138=406 (53% of max value = 765). Red value is 240 (94.14% from 255 or 59.11% from 406); Green value is 28 (11.33% from 255 or 6.90% from 406); Blue value is 138 (54.30% from 255 or 33.99% from 406); Max value from RGB is 240 - color contains mainly: red. Hex color #F01C8A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F01C8A is #0FE375. Grayscale: #676767. Windows color (decimal): -1041270 or 9051376. OLE color: 9051376.
HSL color Cylindrical-coordinate representation of color #F01C8A: hue angle of 328.87º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F01C8A is Cyan = 0, Magento = 0.88, Yellow = 0.42 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 28 | 138 | - |
| CMYK | 0 | 0.88 | 0.42 | 0.06 |
| HSL | 328.87º | 0.88% | 0.53% | - |
| HSV(B) | 328.87º | 0.88% | 0.94% | - |
| XYZ | 40.94 | 21.19 | 25.98 | - |
| YUV | 103.93 | 147.24 | 225.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 28 | 138 | 0 | 0.88 | 0.42 | 0.06 | 328.87 | 0.88 | 0.53 |
| Hex | F0 | 1C | 8A | 0 | 58 | 2A | 6 | 149 | 58 | 35 |
| Octal | 360 | 34 | 212 | 0 | 130 | 52 | 6 | 511 | 130 | 65 |
| Binary | 11110000 | 11100 | 10001010 | 0 | 1011000 | 101010 | 110 | 101001001 | 1011000 | 110101 |
Color Harmonies of #F01C8A
Complementary color
Monochromatic Colors of #F01C8A
Black with #F01C8A
Text Example
Text Example
White with #F01C8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F01C8A; }
p { color: rgb(240,28,138); }
H1.HeaderClassName
{
color: #F01C8A;
}
.AnyTagClassName
{
color: #F01C8A;
}
</style>
background-color css
<style>
a { background-color: #F01C8A; }
a { background-color: rgb(240,28,138); }
div.DivClassName
{
background-color: #F01C8A;
}
.BgClassName
{
background-color: #F01C8A;
}
</style>
border-color css
<style>
span { border-color: #F01C8A; }
span { border-color: rgb(240,28,138); }
td.TdClassName
{
border-color: #F01C8A;
}
.TagClassName
{
border-color: #F01C8A;
}
</style>