Shades of Deep Pink #F90482
Tints of Deep Pink #F90482
RGB
CMYK
RGB Variations
Color information
#F90482 (or 0xF90482) is known color: Deep Pink. HEX triplet: F9, 04 and 82. RGB value is (249,4,130). Sum of RGB (Red+Green+Blue) = 249+4+130=383 (50% of max value = 765). Red value is 249 (97.66% from 255 or 65.01% from 383); Green value is 4 (1.95% from 255 or 1.04% from 383); Blue value is 130 (51.17% from 255 or 33.94% from 383); Max value from RGB is 249 - color contains mainly: red. Hex color #F90482 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F90482 is #06FB7D. Grayscale: #5B5B5B. Windows color (decimal): -457598 or 8520953. OLE color: 8520953.
HSL color Cylindrical-coordinate representation of color #F90482: hue angle of 329.14º degrees, saturation: 0.97, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F90482 is Cyan = 0, Magento = 0.98, Yellow = 0.48 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 4 | 130 | - |
| CMYK | 0 | 0.98 | 0.48 | 0.02 |
| HSL | 329.14º | 0.97% | 0.5% | - |
| HSV(B) | 329.14º | 0.98% | 0.98% | - |
| XYZ | 43.14 | 21.84 | 23.06 | - |
| YUV | 91.62 | 149.67 | 240.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 4 | 130 | 0 | 0.98 | 0.48 | 0.02 | 329.14 | 0.97 | 0.5 |
| Hex | F9 | 4 | 82 | 0 | 62 | 30 | 2 | 149 | 61 | 32 |
| Octal | 371 | 4 | 202 | 0 | 142 | 60 | 2 | 511 | 141 | 62 |
| Binary | 11111001 | 100 | 10000010 | 0 | 1100010 | 110000 | 10 | 101001001 | 1100001 | 110010 |
Color Harmonies of #F90482
Complementary color
Monochromatic Colors of #F90482
Black with #F90482
Text Example
Text Example
White with #F90482
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F90482; }
p { color: rgb(249,4,130); }
H1.HeaderClassName
{
color: #F90482;
}
.AnyTagClassName
{
color: #F90482;
}
</style>
background-color css
<style>
a { background-color: #F90482; }
a { background-color: rgb(249,4,130); }
div.DivClassName
{
background-color: #F90482;
}
.BgClassName
{
background-color: #F90482;
}
</style>
border-color css
<style>
span { border-color: #F90482; }
span { border-color: rgb(249,4,130); }
td.TdClassName
{
border-color: #F90482;
}
.TagClassName
{
border-color: #F90482;
}
</style>