Shades of Deep Pink #F9088F
Tints of Deep Pink #F9088F
RGB
CMYK
RGB Variations
Color information
#F9088F (or 0xF9088F) is known color: Deep Pink. HEX triplet: F9, 08 and 8F. RGB value is (249,8,143). Sum of RGB (Red+Green+Blue) = 249+8+143=400 (52% of max value = 765). Red value is 249 (97.66% from 255 or 62.25% from 400); Green value is 8 (3.52% from 255 or 2% from 400); Blue value is 143 (56.25% from 255 or 35.75% from 400); Max value from RGB is 249 - color contains mainly: red. Hex color #F9088F is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F9088F is #06F770. Grayscale: #5F5F5F. Windows color (decimal): -456561 or 9373945. OLE color: 9373945.
HSL color Cylindrical-coordinate representation of color #F9088F: hue angle of 326.39º 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 #F9088F is Cyan = 0, Magento = 0.97, Yellow = 0.43 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 8 | 143 | - |
| CMYK | 0 | 0.97 | 0.43 | 0.02 |
| HSL | 326.39º | 0.95% | 0.5% | - |
| HSV(B) | 326.39º | 0.97% | 0.98% | - |
| XYZ | 44.11 | 22.3 | 27.97 | - |
| YUV | 95.45 | 154.84 | 237.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 8 | 143 | 0 | 0.97 | 0.43 | 0.02 | 326.39 | 0.95 | 0.5 |
| Hex | F9 | 8 | 8F | 0 | 61 | 2B | 2 | 146 | 5F | 32 |
| Octal | 371 | 10 | 217 | 0 | 141 | 53 | 2 | 506 | 137 | 62 |
| Binary | 11111001 | 1000 | 10001111 | 0 | 1100001 | 101011 | 10 | 101000110 | 1011111 | 110010 |
Color Harmonies of #F9088F
Complementary color
Monochromatic Colors of #F9088F
Black with #F9088F
Text Example
Text Example
White with #F9088F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9088F; }
p { color: rgb(249,8,143); }
H1.HeaderClassName
{
color: #F9088F;
}
.AnyTagClassName
{
color: #F9088F;
}
</style>
background-color css
<style>
a { background-color: #F9088F; }
a { background-color: rgb(249,8,143); }
div.DivClassName
{
background-color: #F9088F;
}
.BgClassName
{
background-color: #F9088F;
}
</style>
border-color css
<style>
span { border-color: #F9088F; }
span { border-color: rgb(249,8,143); }
td.TdClassName
{
border-color: #F9088F;
}
.TagClassName
{
border-color: #F9088F;
}
</style>