Shades of Deep Pink #F90998
Tints of Deep Pink #F90998
RGB
CMYK
RGB Variations
Color information
#F90998 (or 0xF90998) is known color: Deep Pink. HEX triplet: F9, 09 and 98. RGB value is (249,9,152). Sum of RGB (Red+Green+Blue) = 249+9+152=410 (54% of max value = 765). Red value is 249 (97.66% from 255 or 60.73% from 410); Green value is 9 (3.91% from 255 or 2.20% from 410); Blue value is 152 (59.77% from 255 or 37.07% from 410); Max value from RGB is 249 - color contains mainly: red. Hex color #F90998 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F90998 is #06F667. Grayscale: #606060. Windows color (decimal): -456296 or 9964025. OLE color: 9964025.
HSL color Cylindrical-coordinate representation of color #F90998: hue angle of 324.25º 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 #F90998 is Cyan = 0, Magento = 0.96, Yellow = 0.39 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 9 | 152 | - |
| CMYK | 0 | 0.96 | 0.39 | 0.02 |
| HSL | 324.25º | 0.95% | 0.51% | - |
| HSV(B) | 324.25º | 0.96% | 0.98% | - |
| XYZ | 44.83 | 22.6 | 31.71 | - |
| YUV | 97.06 | 159.01 | 236.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 9 | 152 | 0 | 0.96 | 0.39 | 0.02 | 324.25 | 0.95 | 0.51 |
| Hex | F9 | 9 | 98 | 0 | 60 | 27 | 2 | 144 | 5F | 33 |
| Octal | 371 | 11 | 230 | 0 | 140 | 47 | 2 | 504 | 137 | 63 |
| Binary | 11111001 | 1001 | 10011000 | 0 | 1100000 | 100111 | 10 | 101000100 | 1011111 | 110011 |
Color Harmonies of #F90998
Complementary color
Monochromatic Colors of #F90998
Black with #F90998
Text Example
Text Example
White with #F90998
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F90998; }
p { color: rgb(249,9,152); }
H1.HeaderClassName
{
color: #F90998;
}
.AnyTagClassName
{
color: #F90998;
}
</style>
background-color css
<style>
a { background-color: #F90998; }
a { background-color: rgb(249,9,152); }
div.DivClassName
{
background-color: #F90998;
}
.BgClassName
{
background-color: #F90998;
}
</style>
border-color css
<style>
span { border-color: #F90998; }
span { border-color: rgb(249,9,152); }
td.TdClassName
{
border-color: #F90998;
}
.TagClassName
{
border-color: #F90998;
}
</style>