Shades of Deep Pink #F0017B
Tints of Deep Pink #F0017B
RGB
CMYK
RGB Variations
Color information
#F0017B (or 0xF0017B) is known color: Deep Pink. HEX triplet: F0, 01 and 7B. RGB value is (240,1,123). Sum of RGB (Red+Green+Blue) = 240+1+123=364 (48% of max value = 765). Red value is 240 (94.14% from 255 or 65.93% from 364); Green value is 1 (0.78% from 255 or 0.27% from 364); Blue value is 123 (48.44% from 255 or 33.79% from 364); Max value from RGB is 240 - color contains mainly: red. Hex color #F0017B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F0017B is #0FFE84. Grayscale: #565656. Windows color (decimal): -1048197 or 8061424. OLE color: 8061424.
HSL color Cylindrical-coordinate representation of color #F0017B: hue angle of 329.37º 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 #F0017B is Cyan = 0, Magento = 1.00, Yellow = 0.49 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 1 | 123 | - |
| CMYK | 0 | 1.00 | 0.49 | 0.06 |
| HSL | 329.37º | 0.99% | 0.47% | - |
| HSV(B) | 329.37º | 1% | 0.94% | - |
| XYZ | 39.52 | 19.98 | 20.51 | - |
| YUV | 86.37 | 148.68 | 237.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 1 | 123 | 0 | 1.00 | 0.49 | 0.06 | 329.37 | 0.99 | 0.47 |
| Hex | F0 | 1 | 7B | 0 | 64 | 31 | 6 | 149 | 63 | 2F |
| Octal | 360 | 1 | 173 | 0 | 144 | 61 | 6 | 511 | 143 | 57 |
| Binary | 11110000 | 1 | 1111011 | 0 | 1100100 | 110001 | 110 | 101001001 | 1100011 | 101111 |
Color Harmonies of #F0017B
Complementary color
Monochromatic Colors of #F0017B
Black with #F0017B
Text Example
Text Example
White with #F0017B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0017B; }
p { color: rgb(240,1,123); }
H1.HeaderClassName
{
color: #F0017B;
}
.AnyTagClassName
{
color: #F0017B;
}
</style>
background-color css
<style>
a { background-color: #F0017B; }
a { background-color: rgb(240,1,123); }
div.DivClassName
{
background-color: #F0017B;
}
.BgClassName
{
background-color: #F0017B;
}
</style>
border-color css
<style>
span { border-color: #F0017B; }
span { border-color: rgb(240,1,123); }
td.TdClassName
{
border-color: #F0017B;
}
.TagClassName
{
border-color: #F0017B;
}
</style>