Shades of Deep Pink #F90084
Tints of Deep Pink #F90084
RGB
CMYK
RGB Variations
Color information
#F90084 (or 0xF90084) is known color: Deep Pink. HEX triplet: F9, 00 and 84. RGB value is (249,0,132). Sum of RGB (Red+Green+Blue) = 249+0+132=381 (50% of max value = 765). Red value is 249 (97.66% from 255 or 65.35% from 381); Green value is 0 (0.39% from 255 or 0% from 381); Blue value is 132 (51.95% from 255 or 34.65% from 381); Max value from RGB is 249 - color contains mainly: red. Hex color #F90084 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F90084 is #06FF7B. Grayscale: #595959. Windows color (decimal): -458620 or 8651001. OLE color: 8651001.
HSL color Cylindrical-coordinate representation of color #F90084: hue angle of 328.19º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F90084 is Cyan = 0, Magento = 1, Yellow = 0.47 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 0 | 132 | - |
| CMYK | 0 | 1 | 0.47 | 0.02 |
| HSL | 328.19º | 1% | 0.49% | - |
| HSV(B) | 328.19º | 1% | 0.98% | - |
| XYZ | 43.23 | 21.81 | 23.76 | - |
| YUV | 89.5 | 151.99 | 241.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 0 | 132 | 0 | 1 | 0.47 | 0.02 | 328.19 | 1 | 0.49 |
| Hex | F9 | 0 | 84 | 0 | 64 | 2F | 2 | 148 | 64 | 31 |
| Octal | 371 | 0 | 204 | 0 | 144 | 57 | 2 | 510 | 144 | 61 |
| Binary | 11111001 | 0 | 10000100 | 0 | 1100100 | 101111 | 10 | 101001000 | 1100100 | 110001 |
Color Harmonies of #F90084
Complementary color
Monochromatic Colors of #F90084
Black with #F90084
Text Example
Text Example
White with #F90084
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F90084; }
p { color: rgb(249,0,132); }
H1.HeaderClassName
{
color: #F90084;
}
.AnyTagClassName
{
color: #F90084;
}
</style>
background-color css
<style>
a { background-color: #F90084; }
a { background-color: rgb(249,0,132); }
div.DivClassName
{
background-color: #F90084;
}
.BgClassName
{
background-color: #F90084;
}
</style>
border-color css
<style>
span { border-color: #F90084; }
span { border-color: rgb(249,0,132); }
td.TdClassName
{
border-color: #F90084;
}
.TagClassName
{
border-color: #F90084;
}
</style>