Shades of Deep Pink #F8097D
Tints of Deep Pink #F8097D
RGB
CMYK
RGB Variations
Color information
#F8097D (or 0xF8097D) is known color: Deep Pink. HEX triplet: F8, 09 and 7D. RGB value is (248,9,125). Sum of RGB (Red+Green+Blue) = 248+9+125=382 (50% of max value = 765). Red value is 248 (97.27% from 255 or 64.92% from 382); Green value is 9 (3.91% from 255 or 2.36% from 382); Blue value is 125 (49.22% from 255 or 32.72% from 382); Max value from RGB is 248 - color contains mainly: red. Hex color #F8097D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F8097D is #07F682. Grayscale: #5D5D5D. Windows color (decimal): -521859 or 8194552. OLE color: 8194552.
HSL color Cylindrical-coordinate representation of color #F8097D: hue angle of 330.88º 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 #F8097D is Cyan = 0, Magento = 0.96, Yellow = 0.50 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 9 | 125 | - |
| CMYK | 0 | 0.96 | 0.50 | 0.03 |
| HSL | 330.88º | 0.94% | 0.5% | - |
| HSV(B) | 330.88º | 0.96% | 0.97% | - |
| XYZ | 42.51 | 21.63 | 21.34 | - |
| YUV | 93.69 | 145.68 | 238.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 9 | 125 | 0 | 0.96 | 0.50 | 0.03 | 330.88 | 0.94 | 0.5 |
| Hex | F8 | 9 | 7D | 0 | 60 | 32 | 3 | 14B | 5E | 32 |
| Octal | 370 | 11 | 175 | 0 | 140 | 62 | 3 | 513 | 136 | 62 |
| Binary | 11111000 | 1001 | 1111101 | 0 | 1100000 | 110010 | 11 | 101001011 | 1011110 | 110010 |
Color Harmonies of #F8097D
Complementary color
Monochromatic Colors of #F8097D
Black with #F8097D
Text Example
Text Example
White with #F8097D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8097D; }
p { color: rgb(248,9,125); }
H1.HeaderClassName
{
color: #F8097D;
}
.AnyTagClassName
{
color: #F8097D;
}
</style>
background-color css
<style>
a { background-color: #F8097D; }
a { background-color: rgb(248,9,125); }
div.DivClassName
{
background-color: #F8097D;
}
.BgClassName
{
background-color: #F8097D;
}
</style>
border-color css
<style>
span { border-color: #F8097D; }
span { border-color: rgb(248,9,125); }
td.TdClassName
{
border-color: #F8097D;
}
.TagClassName
{
border-color: #F8097D;
}
</style>