Shades of Deep Pink #F8098F
Tints of Deep Pink #F8098F
RGB
CMYK
RGB Variations
Color information
#F8098F (or 0xF8098F) is known color: Deep Pink. HEX triplet: F8, 09 and 8F. RGB value is (248,9,143). Sum of RGB (Red+Green+Blue) = 248+9+143=400 (52% of max value = 765). Red value is 248 (97.27% from 255 or 62% from 400); Green value is 9 (3.91% from 255 or 2.25% from 400); Blue value is 143 (56.25% from 255 or 35.75% from 400); Max value from RGB is 248 - color contains mainly: red. Hex color #F8098F is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F8098F is #07F670. Grayscale: #5F5F5F. Windows color (decimal): -521841 or 9374200. OLE color: 9374200.
HSL color Cylindrical-coordinate representation of color #F8098F: hue angle of 326.36º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F8098F is Cyan = 0, Magento = 0.96, Yellow = 0.42 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 9 | 143 | - |
| CMYK | 0 | 0.96 | 0.42 | 0.03 |
| HSL | 326.36º | 0.94% | 0.5% | - |
| HSV(B) | 326.36º | 0.96% | 0.97% | - |
| XYZ | 43.77 | 22.14 | 27.95 | - |
| YUV | 95.74 | 154.68 | 236.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 9 | 143 | 0 | 0.96 | 0.42 | 0.03 | 326.36 | 0.94 | 0.5 |
| Hex | F8 | 9 | 8F | 0 | 60 | 2A | 3 | 146 | 5E | 32 |
| Octal | 370 | 11 | 217 | 0 | 140 | 52 | 3 | 506 | 136 | 62 |
| Binary | 11111000 | 1001 | 10001111 | 0 | 1100000 | 101010 | 11 | 101000110 | 1011110 | 110010 |
Color Harmonies of #F8098F
Complementary color
Monochromatic Colors of #F8098F
Black with #F8098F
Text Example
Text Example
White with #F8098F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8098F; }
p { color: rgb(248,9,143); }
H1.HeaderClassName
{
color: #F8098F;
}
.AnyTagClassName
{
color: #F8098F;
}
</style>
background-color css
<style>
a { background-color: #F8098F; }
a { background-color: rgb(248,9,143); }
div.DivClassName
{
background-color: #F8098F;
}
.BgClassName
{
background-color: #F8098F;
}
</style>
border-color css
<style>
span { border-color: #F8098F; }
span { border-color: rgb(248,9,143); }
td.TdClassName
{
border-color: #F8098F;
}
.TagClassName
{
border-color: #F8098F;
}
</style>