Shades of Deep Pink #F9017B
Tints of Deep Pink #F9017B
RGB
CMYK
RGB Variations
Color information
#F9017B (or 0xF9017B) is known color: Deep Pink. HEX triplet: F9, 01 and 7B. RGB value is (249,1,123). Sum of RGB (Red+Green+Blue) = 249+1+123=373 (49% of max value = 765). Red value is 249 (97.66% from 255 or 66.76% from 373); Green value is 1 (0.78% from 255 or 0.27% from 373); Blue value is 123 (48.44% from 255 or 32.98% from 373); Max value from RGB is 249 - color contains mainly: red. Hex color #F9017B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F9017B is #06FE84. Grayscale: #585858. Windows color (decimal): -458373 or 8061433. OLE color: 8061433.
HSL color Cylindrical-coordinate representation of color #F9017B: hue angle of 330.48º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F9017B is Cyan = 0, Magento = 1.00, Yellow = 0.51 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 1 | 123 | - |
| CMYK | 0 | 1.00 | 0.51 | 0.02 |
| HSL | 330.48º | 0.99% | 0.49% | - |
| HSV(B) | 330.48º | 1% | 0.98% | - |
| XYZ | 42.65 | 21.59 | 20.66 | - |
| YUV | 89.06 | 147.16 | 242.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 1 | 123 | 0 | 1.00 | 0.51 | 0.02 | 330.48 | 0.99 | 0.49 |
| Hex | F9 | 1 | 7B | 0 | 64 | 33 | 2 | 14A | 63 | 31 |
| Octal | 371 | 1 | 173 | 0 | 144 | 63 | 2 | 512 | 143 | 61 |
| Binary | 11111001 | 1 | 1111011 | 0 | 1100100 | 110011 | 10 | 101001010 | 1100011 | 110001 |
Color Harmonies of #F9017B
Complementary color
Monochromatic Colors of #F9017B
Black with #F9017B
Text Example
Text Example
White with #F9017B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9017B; }
p { color: rgb(249,1,123); }
H1.HeaderClassName
{
color: #F9017B;
}
.AnyTagClassName
{
color: #F9017B;
}
</style>
background-color css
<style>
a { background-color: #F9017B; }
a { background-color: rgb(249,1,123); }
div.DivClassName
{
background-color: #F9017B;
}
.BgClassName
{
background-color: #F9017B;
}
</style>
border-color css
<style>
span { border-color: #F9017B; }
span { border-color: rgb(249,1,123); }
td.TdClassName
{
border-color: #F9017B;
}
.TagClassName
{
border-color: #F9017B;
}
</style>