Shades of Deep Pink #F0017D
Tints of Deep Pink #F0017D
RGB
CMYK
RGB Variations
Color information
#F0017D (or 0xF0017D) is known color: Deep Pink. HEX triplet: F0, 01 and 7D. RGB value is (240,1,125). Sum of RGB (Red+Green+Blue) = 240+1+125=366 (48% of max value = 765). Red value is 240 (94.14% from 255 or 65.57% from 366); Green value is 1 (0.78% from 255 or 0.27% from 366); Blue value is 125 (49.22% from 255 or 34.15% from 366); Max value from RGB is 240 - color contains mainly: red. Hex color #F0017D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F0017D is #0FFE82. Grayscale: #565656. Windows color (decimal): -1048195 or 8192496. OLE color: 8192496.
HSL color Cylindrical-coordinate representation of color #F0017D: hue angle of 328.87º 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 #F0017D is Cyan = 0, Magento = 1.00, Yellow = 0.48 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 1 | 125 | - |
| CMYK | 0 | 1.00 | 0.48 | 0.06 |
| HSL | 328.87º | 0.99% | 0.47% | - |
| HSV(B) | 328.87º | 1% | 0.94% | - |
| XYZ | 39.65 | 20.03 | 21.18 | - |
| YUV | 86.6 | 149.68 | 237.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 1 | 125 | 0 | 1.00 | 0.48 | 0.06 | 328.87 | 0.99 | 0.47 |
| Hex | F0 | 1 | 7D | 0 | 64 | 30 | 6 | 149 | 63 | 2F |
| Octal | 360 | 1 | 175 | 0 | 144 | 60 | 6 | 511 | 143 | 57 |
| Binary | 11110000 | 1 | 1111101 | 0 | 1100100 | 110000 | 110 | 101001001 | 1100011 | 101111 |
Color Harmonies of #F0017D
Complementary color
Monochromatic Colors of #F0017D
Black with #F0017D
Text Example
Text Example
White with #F0017D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0017D; }
p { color: rgb(240,1,125); }
H1.HeaderClassName
{
color: #F0017D;
}
.AnyTagClassName
{
color: #F0017D;
}
</style>
background-color css
<style>
a { background-color: #F0017D; }
a { background-color: rgb(240,1,125); }
div.DivClassName
{
background-color: #F0017D;
}
.BgClassName
{
background-color: #F0017D;
}
</style>
border-color css
<style>
span { border-color: #F0017D; }
span { border-color: rgb(240,1,125); }
td.TdClassName
{
border-color: #F0017D;
}
.TagClassName
{
border-color: #F0017D;
}
</style>