Shades of Deep Pink #F01C8F
Tints of Deep Pink #F01C8F
RGB
CMYK
RGB Variations
Color information
#F01C8F (or 0xF01C8F) is known color: Deep Pink. HEX triplet: F0, 1C and 8F. RGB value is (240,28,143). Sum of RGB (Red+Green+Blue) = 240+28+143=411 (54% of max value = 765). Red value is 240 (94.14% from 255 or 58.39% from 411); Green value is 28 (11.33% from 255 or 6.81% from 411); Blue value is 143 (56.25% from 255 or 34.79% from 411); Max value from RGB is 240 - color contains mainly: red. Hex color #F01C8F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F01C8F is #0FE370. Grayscale: #686868. Windows color (decimal): -1041265 or 9379056. OLE color: 9379056.
HSL color Cylindrical-coordinate representation of color #F01C8F: hue angle of 327.45º 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 #F01C8F is Cyan = 0, Magento = 0.88, Yellow = 0.40 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 28 | 143 | - |
| CMYK | 0 | 0.88 | 0.40 | 0.06 |
| HSL | 327.45º | 0.88% | 0.53% | - |
| HSV(B) | 327.45º | 0.88% | 0.94% | - |
| XYZ | 41.31 | 21.34 | 27.93 | - |
| YUV | 104.5 | 149.74 | 224.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 28 | 143 | 0 | 0.88 | 0.40 | 0.06 | 327.45 | 0.88 | 0.53 |
| Hex | F0 | 1C | 8F | 0 | 58 | 28 | 6 | 147 | 58 | 35 |
| Octal | 360 | 34 | 217 | 0 | 130 | 50 | 6 | 507 | 130 | 65 |
| Binary | 11110000 | 11100 | 10001111 | 0 | 1011000 | 101000 | 110 | 101000111 | 1011000 | 110101 |
Color Harmonies of #F01C8F
Complementary color
Monochromatic Colors of #F01C8F
Black with #F01C8F
Text Example
Text Example
White with #F01C8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F01C8F; }
p { color: rgb(240,28,143); }
H1.HeaderClassName
{
color: #F01C8F;
}
.AnyTagClassName
{
color: #F01C8F;
}
</style>
background-color css
<style>
a { background-color: #F01C8F; }
a { background-color: rgb(240,28,143); }
div.DivClassName
{
background-color: #F01C8F;
}
.BgClassName
{
background-color: #F01C8F;
}
</style>
border-color css
<style>
span { border-color: #F01C8F; }
span { border-color: rgb(240,28,143); }
td.TdClassName
{
border-color: #F01C8F;
}
.TagClassName
{
border-color: #F01C8F;
}
</style>