Shades of Deep Pink #F90997
Tints of Deep Pink #F90997
RGB
CMYK
RGB Variations
Color information
#F90997 (or 0xF90997) is known color: Deep Pink. HEX triplet: F9, 09 and 97. RGB value is (249,9,151). Sum of RGB (Red+Green+Blue) = 249+9+151=409 (54% of max value = 765). Red value is 249 (97.66% from 255 or 60.88% from 409); Green value is 9 (3.91% from 255 or 2.20% from 409); Blue value is 151 (59.38% from 255 or 36.92% from 409); Max value from RGB is 249 - color contains mainly: red. Hex color #F90997 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F90997 is #06F668. Grayscale: #606060. Windows color (decimal): -456297 or 9898489. OLE color: 9898489.
HSL color Cylindrical-coordinate representation of color #F90997: hue angle of 324.5º degrees, saturation: 0.95, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F90997 is Cyan = 0, Magento = 0.96, Yellow = 0.39 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 9 | 151 | - |
| CMYK | 0 | 0.96 | 0.39 | 0.02 |
| HSL | 324.5º | 0.95% | 0.51% | - |
| HSV(B) | 324.5º | 0.96% | 0.98% | - |
| XYZ | 44.75 | 22.57 | 31.28 | - |
| YUV | 96.95 | 158.51 | 236.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 9 | 151 | 0 | 0.96 | 0.39 | 0.02 | 324.5 | 0.95 | 0.51 |
| Hex | F9 | 9 | 97 | 0 | 60 | 27 | 2 | 144 | 5F | 33 |
| Octal | 371 | 11 | 227 | 0 | 140 | 47 | 2 | 504 | 137 | 63 |
| Binary | 11111001 | 1001 | 10010111 | 0 | 1100000 | 100111 | 10 | 101000100 | 1011111 | 110011 |
Color Harmonies of #F90997
Complementary color
Monochromatic Colors of #F90997
Black with #F90997
Text Example
Text Example
White with #F90997
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F90997; }
p { color: rgb(249,9,151); }
H1.HeaderClassName
{
color: #F90997;
}
.AnyTagClassName
{
color: #F90997;
}
</style>
background-color css
<style>
a { background-color: #F90997; }
a { background-color: rgb(249,9,151); }
div.DivClassName
{
background-color: #F90997;
}
.BgClassName
{
background-color: #F90997;
}
</style>
border-color css
<style>
span { border-color: #F90997; }
span { border-color: rgb(249,9,151); }
td.TdClassName
{
border-color: #F90997;
}
.TagClassName
{
border-color: #F90997;
}
</style>