Shades of Deep Pink #F82491
Tints of Deep Pink #F82491
RGB
CMYK
RGB Variations
Color information
#F82491 (or 0xF82491) is known color: Deep Pink. HEX triplet: F8, 24 and 91. RGB value is (248,36,145). Sum of RGB (Red+Green+Blue) = 248+36+145=429 (56% of max value = 765). Red value is 248 (97.27% from 255 or 57.81% from 429); Green value is 36 (14.45% from 255 or 8.39% from 429); Blue value is 145 (57.03% from 255 or 33.80% from 429); Max value from RGB is 248 - color contains mainly: red. Hex color #F82491 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F82491 is #07DB6E. Grayscale: #6F6F6F. Windows color (decimal): -514927 or 9512184. OLE color: 9512184.
HSL color Cylindrical-coordinate representation of color #F82491: hue angle of 329.15º degrees, saturation: 0.94, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F82491 is Cyan = 0, Magento = 0.85, Yellow = 0.42 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 36 | 145 | - |
| CMYK | 0 | 0.85 | 0.42 | 0.03 |
| HSL | 329.15º | 0.94% | 0.56% | - |
| HSV(B) | 329.15º | 0.85% | 0.97% | - |
| XYZ | 44.45 | 23.26 | 28.94 | - |
| YUV | 111.81 | 146.74 | 225.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 36 | 145 | 0 | 0.85 | 0.42 | 0.03 | 329.15 | 0.94 | 0.56 |
| Hex | F8 | 24 | 91 | 0 | 55 | 2A | 3 | 149 | 5E | 38 |
| Octal | 370 | 44 | 221 | 0 | 125 | 52 | 3 | 511 | 136 | 70 |
| Binary | 11111000 | 100100 | 10010001 | 0 | 1010101 | 101010 | 11 | 101001001 | 1011110 | 111000 |
Color Harmonies of #F82491
Complementary color
Monochromatic Colors of #F82491
Black with #F82491
Text Example
Text Example
White with #F82491
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F82491; }
p { color: rgb(248,36,145); }
H1.HeaderClassName
{
color: #F82491;
}
.AnyTagClassName
{
color: #F82491;
}
</style>
background-color css
<style>
a { background-color: #F82491; }
a { background-color: rgb(248,36,145); }
div.DivClassName
{
background-color: #F82491;
}
.BgClassName
{
background-color: #F82491;
}
</style>
border-color css
<style>
span { border-color: #F82491; }
span { border-color: rgb(248,36,145); }
td.TdClassName
{
border-color: #F82491;
}
.TagClassName
{
border-color: #F82491;
}
</style>