Shades of Deep Pink #F90985
Tints of Deep Pink #F90985
RGB
CMYK
RGB Variations
Color information
#F90985 (or 0xF90985) is known color: Deep Pink. HEX triplet: F9, 09 and 85. RGB value is (249,9,133). Sum of RGB (Red+Green+Blue) = 249+9+133=391 (51% of max value = 765). Red value is 249 (97.66% from 255 or 63.68% from 391); Green value is 9 (3.91% from 255 or 2.30% from 391); Blue value is 133 (52.34% from 255 or 34.02% from 391); Max value from RGB is 249 - color contains mainly: red. Hex color #F90985 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F90985 is #06F67A. Grayscale: #5E5E5E. Windows color (decimal): -456315 or 8718841. OLE color: 8718841.
HSL color Cylindrical-coordinate representation of color #F90985: hue angle of 329º 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 #F90985 is Cyan = 0, Magento = 0.96, Yellow = 0.47 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 9 | 133 | - |
| CMYK | 0 | 0.96 | 0.47 | 0.02 |
| HSL | 329º | 0.95% | 0.51% | - |
| HSV(B) | 329º | 0.96% | 0.98% | - |
| XYZ | 43.4 | 22.03 | 24.15 | - |
| YUV | 94.9 | 149.51 | 237.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 9 | 133 | 0 | 0.96 | 0.47 | 0.02 | 329 | 0.95 | 0.51 |
| Hex | F9 | 9 | 85 | 0 | 60 | 2F | 2 | 149 | 5F | 33 |
| Octal | 371 | 11 | 205 | 0 | 140 | 57 | 2 | 511 | 137 | 63 |
| Binary | 11111001 | 1001 | 10000101 | 0 | 1100000 | 101111 | 10 | 101001001 | 1011111 | 110011 |
Color Harmonies of #F90985
Complementary color
Monochromatic Colors of #F90985
Black with #F90985
Text Example
Text Example
White with #F90985
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F90985; }
p { color: rgb(249,9,133); }
H1.HeaderClassName
{
color: #F90985;
}
.AnyTagClassName
{
color: #F90985;
}
</style>
background-color css
<style>
a { background-color: #F90985; }
a { background-color: rgb(249,9,133); }
div.DivClassName
{
background-color: #F90985;
}
.BgClassName
{
background-color: #F90985;
}
</style>
border-color css
<style>
span { border-color: #F90985; }
span { border-color: rgb(249,9,133); }
td.TdClassName
{
border-color: #F90985;
}
.TagClassName
{
border-color: #F90985;
}
</style>