Shades of Deep Pink #F90994
Tints of Deep Pink #F90994
RGB
CMYK
RGB Variations
Color information
#F90994 (or 0xF90994) is known color: Deep Pink. HEX triplet: F9, 09 and 94. RGB value is (249,9,148). Sum of RGB (Red+Green+Blue) = 249+9+148=406 (53% of max value = 765). Red value is 249 (97.66% from 255 or 61.33% from 406); Green value is 9 (3.91% from 255 or 2.22% from 406); Blue value is 148 (58.20% from 255 or 36.45% from 406); Max value from RGB is 249 - color contains mainly: red. Hex color #F90994 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F90994 is #06F66B. Grayscale: #606060. Windows color (decimal): -456300 or 9701881. OLE color: 9701881.
HSL color Cylindrical-coordinate representation of color #F90994: hue angle of 325.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 #F90994 is Cyan = 0, Magento = 0.96, Yellow = 0.41 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 9 | 148 | - |
| CMYK | 0 | 0.96 | 0.41 | 0.02 |
| HSL | 325.25º | 0.95% | 0.51% | - |
| HSV(B) | 325.25º | 0.96% | 0.98% | - |
| XYZ | 44.51 | 22.47 | 30.01 | - |
| YUV | 96.61 | 157.01 | 236.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 9 | 148 | 0 | 0.96 | 0.41 | 0.02 | 325.25 | 0.95 | 0.51 |
| Hex | F9 | 9 | 94 | 0 | 60 | 29 | 2 | 145 | 5F | 33 |
| Octal | 371 | 11 | 224 | 0 | 140 | 51 | 2 | 505 | 137 | 63 |
| Binary | 11111001 | 1001 | 10010100 | 0 | 1100000 | 101001 | 10 | 101000101 | 1011111 | 110011 |
Color Harmonies of #F90994
Complementary color
Monochromatic Colors of #F90994
Black with #F90994
Text Example
Text Example
White with #F90994
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F90994; }
p { color: rgb(249,9,148); }
H1.HeaderClassName
{
color: #F90994;
}
.AnyTagClassName
{
color: #F90994;
}
</style>
background-color css
<style>
a { background-color: #F90994; }
a { background-color: rgb(249,9,148); }
div.DivClassName
{
background-color: #F90994;
}
.BgClassName
{
background-color: #F90994;
}
</style>
border-color css
<style>
span { border-color: #F90994; }
span { border-color: rgb(249,9,148); }
td.TdClassName
{
border-color: #F90994;
}
.TagClassName
{
border-color: #F90994;
}
</style>