Shades of Deep Pink #F81097
Tints of Deep Pink #F81097
RGB
CMYK
RGB Variations
Color information
#F81097 (or 0xF81097) is known color: Deep Pink. HEX triplet: F8, 10 and 97. RGB value is (248,16,151). Sum of RGB (Red+Green+Blue) = 248+16+151=415 (54% of max value = 765). Red value is 248 (97.27% from 255 or 59.76% from 415); Green value is 16 (6.64% from 255 or 3.86% from 415); Blue value is 151 (59.38% from 255 or 36.39% from 415); Max value from RGB is 248 - color contains mainly: red. Hex color #F81097 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F81097 is #07EF68. Grayscale: #646464. Windows color (decimal): -520041 or 9900280. OLE color: 9900280.
HSL color Cylindrical-coordinate representation of color #F81097: hue angle of 325.09º degrees, saturation: 0.94, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F81097 is Cyan = 0, Magento = 0.94, Yellow = 0.39 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 16 | 151 | - |
| CMYK | 0 | 0.94 | 0.39 | 0.03 |
| HSL | 325.09º | 0.94% | 0.52% | - |
| HSV(B) | 325.09º | 0.94% | 0.97% | - |
| XYZ | 44.48 | 22.56 | 31.29 | - |
| YUV | 100.76 | 156.36 | 233.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 16 | 151 | 0 | 0.94 | 0.39 | 0.03 | 325.09 | 0.94 | 0.52 |
| Hex | F8 | 10 | 97 | 0 | 5E | 27 | 3 | 145 | 5E | 34 |
| Octal | 370 | 20 | 227 | 0 | 136 | 47 | 3 | 505 | 136 | 64 |
| Binary | 11111000 | 10000 | 10010111 | 0 | 1011110 | 100111 | 11 | 101000101 | 1011110 | 110100 |
Color Harmonies of #F81097
Complementary color
Monochromatic Colors of #F81097
Black with #F81097
Text Example
Text Example
White with #F81097
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F81097; }
p { color: rgb(248,16,151); }
H1.HeaderClassName
{
color: #F81097;
}
.AnyTagClassName
{
color: #F81097;
}
</style>
background-color css
<style>
a { background-color: #F81097; }
a { background-color: rgb(248,16,151); }
div.DivClassName
{
background-color: #F81097;
}
.BgClassName
{
background-color: #F81097;
}
</style>
border-color css
<style>
span { border-color: #F81097; }
span { border-color: rgb(248,16,151); }
td.TdClassName
{
border-color: #F81097;
}
.TagClassName
{
border-color: #F81097;
}
</style>