Shades of Deep Pink #F9017A
Tints of Deep Pink #F9017A
RGB
CMYK
RGB Variations
Color information
#F9017A (or 0xF9017A) is known color: Deep Pink. HEX triplet: F9, 01 and 7A. RGB value is (249,1,122). Sum of RGB (Red+Green+Blue) = 249+1+122=372 (49% of max value = 765). Red value is 249 (97.66% from 255 or 66.94% from 372); Green value is 1 (0.78% from 255 or 0.27% from 372); Blue value is 122 (48.05% from 255 or 32.80% from 372); Max value from RGB is 249 - color contains mainly: red. Hex color #F9017A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F9017A is #06FE85. Grayscale: #585858. Windows color (decimal): -458374 or 7995897. OLE color: 7995897.
HSL color Cylindrical-coordinate representation of color #F9017A: hue angle of 330.73º 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 #F9017A is Cyan = 0, Magento = 1.00, Yellow = 0.51 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 1 | 122 | - |
| CMYK | 0 | 1.00 | 0.51 | 0.02 |
| HSL | 330.73º | 0.99% | 0.49% | - |
| HSV(B) | 330.73º | 1% | 0.98% | - |
| XYZ | 42.59 | 21.57 | 20.33 | - |
| YUV | 88.95 | 146.66 | 242.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 1 | 122 | 0 | 1.00 | 0.51 | 0.02 | 330.73 | 0.99 | 0.49 |
| Hex | F9 | 1 | 7A | 0 | 64 | 33 | 2 | 14B | 63 | 31 |
| Octal | 371 | 1 | 172 | 0 | 144 | 63 | 2 | 513 | 143 | 61 |
| Binary | 11111001 | 1 | 1111010 | 0 | 1100100 | 110011 | 10 | 101001011 | 1100011 | 110001 |
Color Harmonies of #F9017A
Complementary color
Monochromatic Colors of #F9017A
Black with #F9017A
Text Example
Text Example
White with #F9017A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9017A; }
p { color: rgb(249,1,122); }
H1.HeaderClassName
{
color: #F9017A;
}
.AnyTagClassName
{
color: #F9017A;
}
</style>
background-color css
<style>
a { background-color: #F9017A; }
a { background-color: rgb(249,1,122); }
div.DivClassName
{
background-color: #F9017A;
}
.BgClassName
{
background-color: #F9017A;
}
</style>
border-color css
<style>
span { border-color: #F9017A; }
span { border-color: rgb(249,1,122); }
td.TdClassName
{
border-color: #F9017A;
}
.TagClassName
{
border-color: #F9017A;
}
</style>