Shades of Deep Pink #F8097E
Tints of Deep Pink #F8097E
RGB
CMYK
RGB Variations
Color information
#F8097E (or 0xF8097E) is known color: Deep Pink. HEX triplet: F8, 09 and 7E. RGB value is (248,9,126). Sum of RGB (Red+Green+Blue) = 248+9+126=383 (50% of max value = 765). Red value is 248 (97.27% from 255 or 64.75% from 383); Green value is 9 (3.91% from 255 or 2.35% from 383); Blue value is 126 (49.61% from 255 or 32.90% from 383); Max value from RGB is 248 - color contains mainly: red. Hex color #F8097E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F8097E is #07F681. Grayscale: #5D5D5D. Windows color (decimal): -521858 or 8260088. OLE color: 8260088.
HSL color Cylindrical-coordinate representation of color #F8097E: hue angle of 330.63º 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 #F8097E is Cyan = 0, Magento = 0.96, Yellow = 0.49 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 9 | 126 | - |
| CMYK | 0 | 0.96 | 0.49 | 0.03 |
| HSL | 330.63º | 0.94% | 0.5% | - |
| HSV(B) | 330.63º | 0.96% | 0.97% | - |
| XYZ | 42.57 | 21.66 | 21.68 | - |
| YUV | 93.8 | 146.18 | 237.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 9 | 126 | 0 | 0.96 | 0.49 | 0.03 | 330.63 | 0.94 | 0.5 |
| Hex | F8 | 9 | 7E | 0 | 60 | 31 | 3 | 14B | 5E | 32 |
| Octal | 370 | 11 | 176 | 0 | 140 | 61 | 3 | 513 | 136 | 62 |
| Binary | 11111000 | 1001 | 1111110 | 0 | 1100000 | 110001 | 11 | 101001011 | 1011110 | 110010 |
Color Harmonies of #F8097E
Complementary color
Monochromatic Colors of #F8097E
Black with #F8097E
Text Example
Text Example
White with #F8097E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8097E; }
p { color: rgb(248,9,126); }
H1.HeaderClassName
{
color: #F8097E;
}
.AnyTagClassName
{
color: #F8097E;
}
</style>
background-color css
<style>
a { background-color: #F8097E; }
a { background-color: rgb(248,9,126); }
div.DivClassName
{
background-color: #F8097E;
}
.BgClassName
{
background-color: #F8097E;
}
</style>
border-color css
<style>
span { border-color: #F8097E; }
span { border-color: rgb(248,9,126); }
td.TdClassName
{
border-color: #F8097E;
}
.TagClassName
{
border-color: #F8097E;
}
</style>