Shades of Deep Pink #F01C7F
Tints of Deep Pink #F01C7F
RGB
CMYK
RGB Variations
Color information
#F01C7F (or 0xF01C7F) is known color: Deep Pink. HEX triplet: F0, 1C and 7F. RGB value is (240,28,127). Sum of RGB (Red+Green+Blue) = 240+28+127=395 (52% of max value = 765). Red value is 240 (94.14% from 255 or 60.76% from 395); Green value is 28 (11.33% from 255 or 7.09% from 395); Blue value is 127 (50% from 255 or 32.15% from 395); Max value from RGB is 240 - color contains mainly: red. Hex color #F01C7F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F01C7F is #0FE380. Grayscale: #666666. Windows color (decimal): -1041281 or 8330480. OLE color: 8330480.
HSL color Cylindrical-coordinate representation of color #F01C7F: hue angle of 331.98º 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 #F01C7F is Cyan = 0, Magento = 0.88, Yellow = 0.47 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 28 | 127 | - |
| CMYK | 0 | 0.88 | 0.47 | 0.06 |
| HSL | 331.98º | 0.88% | 0.53% | - |
| HSV(B) | 331.98º | 0.88% | 0.94% | - |
| XYZ | 40.18 | 20.89 | 21.99 | - |
| YUV | 102.67 | 141.74 | 225.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 28 | 127 | 0 | 0.88 | 0.47 | 0.06 | 331.98 | 0.88 | 0.53 |
| Hex | F0 | 1C | 7F | 0 | 58 | 2F | 6 | 14C | 58 | 35 |
| Octal | 360 | 34 | 177 | 0 | 130 | 57 | 6 | 514 | 130 | 65 |
| Binary | 11110000 | 11100 | 1111111 | 0 | 1011000 | 101111 | 110 | 101001100 | 1011000 | 110101 |
Color Harmonies of #F01C7F
Complementary color
Monochromatic Colors of #F01C7F
Black with #F01C7F
Text Example
Text Example
White with #F01C7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F01C7F; }
p { color: rgb(240,28,127); }
H1.HeaderClassName
{
color: #F01C7F;
}
.AnyTagClassName
{
color: #F01C7F;
}
</style>
background-color css
<style>
a { background-color: #F01C7F; }
a { background-color: rgb(240,28,127); }
div.DivClassName
{
background-color: #F01C7F;
}
.BgClassName
{
background-color: #F01C7F;
}
</style>
border-color css
<style>
span { border-color: #F01C7F; }
span { border-color: rgb(240,28,127); }
td.TdClassName
{
border-color: #F01C7F;
}
.TagClassName
{
border-color: #F01C7F;
}
</style>