Shades of Deep Pink #F9007A
Tints of Deep Pink #F9007A
RGB
CMYK
RGB Variations
Color information
#F9007A (or 0xF9007A) is known color: Deep Pink. HEX triplet: F9, 00 and 7A. RGB value is (249,0,122). Sum of RGB (Red+Green+Blue) = 249+0+122=371 (49% of max value = 765). Red value is 249 (97.66% from 255 or 67.12% from 371); Green value is 0 (0.39% from 255 or 0% from 371); Blue value is 122 (48.05% from 255 or 32.88% from 371); Max value from RGB is 249 - color contains mainly: red. Hex color #F9007A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F9007A is #06FF85. Grayscale: #585858. Windows color (decimal): -458630 or 7995641. OLE color: 7995641.
HSL color Cylindrical-coordinate representation of color #F9007A: hue angle of 330.6º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F9007A is Cyan = 0, Magento = 1, Yellow = 0.51 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 0 | 122 | - |
| CMYK | 0 | 1 | 0.51 | 0.02 |
| HSL | 330.6º | 1% | 0.49% | - |
| HSV(B) | 330.6º | 1% | 0.98% | - |
| XYZ | 42.58 | 21.54 | 20.33 | - |
| YUV | 88.36 | 146.99 | 242.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 0 | 122 | 0 | 1 | 0.51 | 0.02 | 330.6 | 1 | 0.49 |
| Hex | F9 | 0 | 7A | 0 | 64 | 33 | 2 | 14B | 64 | 31 |
| Octal | 371 | 0 | 172 | 0 | 144 | 63 | 2 | 513 | 144 | 61 |
| Binary | 11111001 | 0 | 1111010 | 0 | 1100100 | 110011 | 10 | 101001011 | 1100100 | 110001 |
Color Harmonies of #F9007A
Complementary color
Monochromatic Colors of #F9007A
Black with #F9007A
Text Example
Text Example
White with #F9007A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9007A; }
p { color: rgb(249,0,122); }
H1.HeaderClassName
{
color: #F9007A;
}
.AnyTagClassName
{
color: #F9007A;
}
</style>
background-color css
<style>
a { background-color: #F9007A; }
a { background-color: rgb(249,0,122); }
div.DivClassName
{
background-color: #F9007A;
}
.BgClassName
{
background-color: #F9007A;
}
</style>
border-color css
<style>
span { border-color: #F9007A; }
span { border-color: rgb(249,0,122); }
td.TdClassName
{
border-color: #F9007A;
}
.TagClassName
{
border-color: #F9007A;
}
</style>