Shades of Deep Pink #F9007B
Tints of Deep Pink #F9007B
RGB
CMYK
RGB Variations
Color information
#F9007B (or 0xF9007B) is known color: Deep Pink. HEX triplet: F9, 00 and 7B. RGB value is (249,0,123). Sum of RGB (Red+Green+Blue) = 249+0+123=372 (49% of max value = 765). Red value is 249 (97.66% from 255 or 66.94% from 372); Green value is 0 (0.39% from 255 or 0% from 372); Blue value is 123 (48.44% from 255 or 33.06% from 372); Max value from RGB is 249 - color contains mainly: red. Hex color #F9007B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F9007B is #06FF84. Grayscale: #585858. Windows color (decimal): -458629 or 8061177. OLE color: 8061177.
HSL color Cylindrical-coordinate representation of color #F9007B: hue angle of 330.36º 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 #F9007B is Cyan = 0, Magento = 1, Yellow = 0.51 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 0 | 123 | - |
| CMYK | 0 | 1 | 0.51 | 0.02 |
| HSL | 330.36º | 1% | 0.49% | - |
| HSV(B) | 330.36º | 1% | 0.98% | - |
| XYZ | 42.64 | 21.57 | 20.65 | - |
| YUV | 88.47 | 147.49 | 242.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 0 | 123 | 0 | 1 | 0.51 | 0.02 | 330.36 | 1 | 0.49 |
| Hex | F9 | 0 | 7B | 0 | 64 | 33 | 2 | 14A | 64 | 31 |
| Octal | 371 | 0 | 173 | 0 | 144 | 63 | 2 | 512 | 144 | 61 |
| Binary | 11111001 | 0 | 1111011 | 0 | 1100100 | 110011 | 10 | 101001010 | 1100100 | 110001 |
Color Harmonies of #F9007B
Complementary color
Monochromatic Colors of #F9007B
Black with #F9007B
Text Example
Text Example
White with #F9007B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9007B; }
p { color: rgb(249,0,123); }
H1.HeaderClassName
{
color: #F9007B;
}
.AnyTagClassName
{
color: #F9007B;
}
</style>
background-color css
<style>
a { background-color: #F9007B; }
a { background-color: rgb(249,0,123); }
div.DivClassName
{
background-color: #F9007B;
}
.BgClassName
{
background-color: #F9007B;
}
</style>
border-color css
<style>
span { border-color: #F9007B; }
span { border-color: rgb(249,0,123); }
td.TdClassName
{
border-color: #F9007B;
}
.TagClassName
{
border-color: #F9007B;
}
</style>