Shades of Deep Pink #F90189
Tints of Deep Pink #F90189
RGB
CMYK
RGB Variations
Color information
#F90189 (or 0xF90189) is known color: Deep Pink. HEX triplet: F9, 01 and 89. RGB value is (249,1,137). Sum of RGB (Red+Green+Blue) = 249+1+137=387 (51% of max value = 765). Red value is 249 (97.66% from 255 or 64.34% from 387); Green value is 1 (0.78% from 255 or 0.26% from 387); Blue value is 137 (53.91% from 255 or 35.40% from 387); Max value from RGB is 249 - color contains mainly: red. Hex color #F90189 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F90189 is #06FE76. Grayscale: #5A5A5A. Windows color (decimal): -458359 or 8978937. OLE color: 8978937.
HSL color Cylindrical-coordinate representation of color #F90189: hue angle of 327.1º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F90189 is Cyan = 0, Magento = 1.00, Yellow = 0.45 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 1 | 137 | - |
| CMYK | 0 | 1.00 | 0.45 | 0.02 |
| HSL | 327.1º | 0.99% | 0.49% | - |
| HSV(B) | 327.1º | 1% | 0.98% | - |
| XYZ | 43.59 | 21.97 | 25.61 | - |
| YUV | 90.66 | 154.16 | 240.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 1 | 137 | 0 | 1.00 | 0.45 | 0.02 | 327.1 | 0.99 | 0.49 |
| Hex | F9 | 1 | 89 | 0 | 64 | 2D | 2 | 147 | 63 | 31 |
| Octal | 371 | 1 | 211 | 0 | 144 | 55 | 2 | 507 | 143 | 61 |
| Binary | 11111001 | 1 | 10001001 | 0 | 1100100 | 101101 | 10 | 101000111 | 1100011 | 110001 |
Color Harmonies of #F90189
Complementary color
Monochromatic Colors of #F90189
Black with #F90189
Text Example
Text Example
White with #F90189
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F90189; }
p { color: rgb(249,1,137); }
H1.HeaderClassName
{
color: #F90189;
}
.AnyTagClassName
{
color: #F90189;
}
</style>
background-color css
<style>
a { background-color: #F90189; }
a { background-color: rgb(249,1,137); }
div.DivClassName
{
background-color: #F90189;
}
.BgClassName
{
background-color: #F90189;
}
</style>
border-color css
<style>
span { border-color: #F90189; }
span { border-color: rgb(249,1,137); }
td.TdClassName
{
border-color: #F90189;
}
.TagClassName
{
border-color: #F90189;
}
</style>