Shades of Deep Pink #F0017C
Tints of Deep Pink #F0017C
RGB
CMYK
RGB Variations
Color information
#F0017C (or 0xF0017C) is known color: Deep Pink. HEX triplet: F0, 01 and 7C. RGB value is (240,1,124). Sum of RGB (Red+Green+Blue) = 240+1+124=365 (48% of max value = 765). Red value is 240 (94.14% from 255 or 65.75% from 365); Green value is 1 (0.78% from 255 or 0.27% from 365); Blue value is 124 (48.83% from 255 or 33.97% from 365); Max value from RGB is 240 - color contains mainly: red. Hex color #F0017C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F0017C is #0FFE83. Grayscale: #565656. Windows color (decimal): -1048196 or 8126960. OLE color: 8126960.
HSL color Cylindrical-coordinate representation of color #F0017C: hue angle of 329.12º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F0017C is Cyan = 0, Magento = 1.00, Yellow = 0.48 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 1 | 124 | - |
| CMYK | 0 | 1.00 | 0.48 | 0.06 |
| HSL | 329.12º | 0.99% | 0.47% | - |
| HSV(B) | 329.12º | 1% | 0.94% | - |
| XYZ | 39.58 | 20 | 20.84 | - |
| YUV | 86.48 | 149.18 | 237.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 1 | 124 | 0 | 1.00 | 0.48 | 0.06 | 329.12 | 0.99 | 0.47 |
| Hex | F0 | 1 | 7C | 0 | 64 | 30 | 6 | 149 | 63 | 2F |
| Octal | 360 | 1 | 174 | 0 | 144 | 60 | 6 | 511 | 143 | 57 |
| Binary | 11110000 | 1 | 1111100 | 0 | 1100100 | 110000 | 110 | 101001001 | 1100011 | 101111 |
Color Harmonies of #F0017C
Complementary color
Monochromatic Colors of #F0017C
Black with #F0017C
Text Example
Text Example
White with #F0017C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0017C; }
p { color: rgb(240,1,124); }
H1.HeaderClassName
{
color: #F0017C;
}
.AnyTagClassName
{
color: #F0017C;
}
</style>
background-color css
<style>
a { background-color: #F0017C; }
a { background-color: rgb(240,1,124); }
div.DivClassName
{
background-color: #F0017C;
}
.BgClassName
{
background-color: #F0017C;
}
</style>
border-color css
<style>
span { border-color: #F0017C; }
span { border-color: rgb(240,1,124); }
td.TdClassName
{
border-color: #F0017C;
}
.TagClassName
{
border-color: #F0017C;
}
</style>