Shades of Deep Pink #F92584
Tints of Deep Pink #F92584
RGB
CMYK
RGB Variations
Color information
#F92584 (or 0xF92584) is known color: Deep Pink. HEX triplet: F9, 25 and 84. RGB value is (249,37,132). Sum of RGB (Red+Green+Blue) = 249+37+132=418 (55% of max value = 765). Red value is 249 (97.66% from 255 or 59.57% from 418); Green value is 37 (14.84% from 255 or 8.85% from 418); Blue value is 132 (51.95% from 255 or 31.58% from 418); Max value from RGB is 249 - color contains mainly: red. Hex color #F92584 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F92584 is #06DA7B. Grayscale: #6F6F6F. Windows color (decimal): -449148 or 8660473. OLE color: 8660473.
HSL color Cylindrical-coordinate representation of color #F92584: hue angle of 333.11º degrees, saturation: 0.95, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F92584 is Cyan = 0, Magento = 0.85, Yellow = 0.47 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 37 | 132 | - |
| CMYK | 0 | 0.85 | 0.47 | 0.02 |
| HSL | 333.11º | 0.95% | 0.56% | - |
| HSV(B) | 333.11º | 0.85% | 0.98% | - |
| XYZ | 43.89 | 23.13 | 23.98 | - |
| YUV | 111.22 | 139.74 | 226.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 37 | 132 | 0 | 0.85 | 0.47 | 0.02 | 333.11 | 0.95 | 0.56 |
| Hex | F9 | 25 | 84 | 0 | 55 | 2F | 2 | 14D | 5F | 38 |
| Octal | 371 | 45 | 204 | 0 | 125 | 57 | 2 | 515 | 137 | 70 |
| Binary | 11111001 | 100101 | 10000100 | 0 | 1010101 | 101111 | 10 | 101001101 | 1011111 | 111000 |
Color Harmonies of #F92584
Complementary color
Monochromatic Colors of #F92584
Black with #F92584
Text Example
Text Example
White with #F92584
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F92584; }
p { color: rgb(249,37,132); }
H1.HeaderClassName
{
color: #F92584;
}
.AnyTagClassName
{
color: #F92584;
}
</style>
background-color css
<style>
a { background-color: #F92584; }
a { background-color: rgb(249,37,132); }
div.DivClassName
{
background-color: #F92584;
}
.BgClassName
{
background-color: #F92584;
}
</style>
border-color css
<style>
span { border-color: #F92584; }
span { border-color: rgb(249,37,132); }
td.TdClassName
{
border-color: #F92584;
}
.TagClassName
{
border-color: #F92584;
}
</style>