Shades of Deep Pink #F9078F
Tints of Deep Pink #F9078F
RGB
CMYK
RGB Variations
Color information
#F9078F (or 0xF9078F) is known color: Deep Pink. HEX triplet: F9, 07 and 8F. RGB value is (249,7,143). Sum of RGB (Red+Green+Blue) = 249+7+143=399 (52% of max value = 765). Red value is 249 (97.66% from 255 or 62.41% from 399); Green value is 7 (3.12% from 255 or 1.75% from 399); Blue value is 143 (56.25% from 255 or 35.84% from 399); Max value from RGB is 249 - color contains mainly: red. Hex color #F9078F is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F9078F is #06F870. Grayscale: #5E5E5E. Windows color (decimal): -456817 or 9373689. OLE color: 9373689.
HSL color Cylindrical-coordinate representation of color #F9078F: hue angle of 326.28º degrees, saturation: 0.95, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F9078F is Cyan = 0, Magento = 0.97, Yellow = 0.43 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 7 | 143 | - |
| CMYK | 0 | 0.97 | 0.43 | 0.02 |
| HSL | 326.28º | 0.95% | 0.5% | - |
| HSV(B) | 326.28º | 0.97% | 0.98% | - |
| XYZ | 44.1 | 22.27 | 27.96 | - |
| YUV | 94.86 | 155.17 | 237.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 7 | 143 | 0 | 0.97 | 0.43 | 0.02 | 326.28 | 0.95 | 0.5 |
| Hex | F9 | 7 | 8F | 0 | 61 | 2B | 2 | 146 | 5F | 32 |
| Octal | 371 | 7 | 217 | 0 | 141 | 53 | 2 | 506 | 137 | 62 |
| Binary | 11111001 | 111 | 10001111 | 0 | 1100001 | 101011 | 10 | 101000110 | 1011111 | 110010 |
Color Harmonies of #F9078F
Complementary color
Monochromatic Colors of #F9078F
Black with #F9078F
Text Example
Text Example
White with #F9078F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9078F; }
p { color: rgb(249,7,143); }
H1.HeaderClassName
{
color: #F9078F;
}
.AnyTagClassName
{
color: #F9078F;
}
</style>
background-color css
<style>
a { background-color: #F9078F; }
a { background-color: rgb(249,7,143); }
div.DivClassName
{
background-color: #F9078F;
}
.BgClassName
{
background-color: #F9078F;
}
</style>
border-color css
<style>
span { border-color: #F9078F; }
span { border-color: rgb(249,7,143); }
td.TdClassName
{
border-color: #F9078F;
}
.TagClassName
{
border-color: #F9078F;
}
</style>