Shades of Deep Pink #F0017E
Tints of Deep Pink #F0017E
RGB
CMYK
RGB Variations
Color information
#F0017E (or 0xF0017E) is known color: Deep Pink. HEX triplet: F0, 01 and 7E. RGB value is (240,1,126). Sum of RGB (Red+Green+Blue) = 240+1+126=367 (48% of max value = 765). Red value is 240 (94.14% from 255 or 65.40% from 367); Green value is 1 (0.78% from 255 or 0.27% from 367); Blue value is 126 (49.61% from 255 or 34.33% from 367); Max value from RGB is 240 - color contains mainly: red. Hex color #F0017E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F0017E is #0FFE81. Grayscale: #565656. Windows color (decimal): -1048194 or 8258032. OLE color: 8258032.
HSL color Cylindrical-coordinate representation of color #F0017E: hue angle of 328.62º 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 #F0017E is Cyan = 0, Magento = 1.00, Yellow = 0.48 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 1 | 126 | - |
| CMYK | 0 | 1.00 | 0.48 | 0.06 |
| HSL | 328.62º | 0.99% | 0.47% | - |
| HSV(B) | 328.62º | 1% | 0.94% | - |
| XYZ | 39.71 | 20.05 | 21.52 | - |
| YUV | 86.71 | 150.18 | 237.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 1 | 126 | 0 | 1.00 | 0.48 | 0.06 | 328.62 | 0.99 | 0.47 |
| Hex | F0 | 1 | 7E | 0 | 64 | 30 | 6 | 149 | 63 | 2F |
| Octal | 360 | 1 | 176 | 0 | 144 | 60 | 6 | 511 | 143 | 57 |
| Binary | 11110000 | 1 | 1111110 | 0 | 1100100 | 110000 | 110 | 101001001 | 1100011 | 101111 |
Color Harmonies of #F0017E
Complementary color
Monochromatic Colors of #F0017E
Black with #F0017E
Text Example
Text Example
White with #F0017E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0017E; }
p { color: rgb(240,1,126); }
H1.HeaderClassName
{
color: #F0017E;
}
.AnyTagClassName
{
color: #F0017E;
}
</style>
background-color css
<style>
a { background-color: #F0017E; }
a { background-color: rgb(240,1,126); }
div.DivClassName
{
background-color: #F0017E;
}
.BgClassName
{
background-color: #F0017E;
}
</style>
border-color css
<style>
span { border-color: #F0017E; }
span { border-color: rgb(240,1,126); }
td.TdClassName
{
border-color: #F0017E;
}
.TagClassName
{
border-color: #F0017E;
}
</style>