Shades of Deep Pink #F82589
Tints of Deep Pink #F82589
RGB
CMYK
RGB Variations
Color information
#F82589 (or 0xF82589) is known color: Deep Pink. HEX triplet: F8, 25 and 89. RGB value is (248,37,137). Sum of RGB (Red+Green+Blue) = 248+37+137=422 (55% of max value = 765). Red value is 248 (97.27% from 255 or 58.77% from 422); Green value is 37 (14.84% from 255 or 8.77% from 422); Blue value is 137 (53.91% from 255 or 32.46% from 422); Max value from RGB is 248 - color contains mainly: red. Hex color #F82589 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F82589 is #07DA76. Grayscale: #6F6F6F. Windows color (decimal): -514679 or 8988152. OLE color: 8988152.
HSL color Cylindrical-coordinate representation of color #F82589: hue angle of 331.56º 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 #F82589 is Cyan = 0, Magento = 0.85, Yellow = 0.45 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 37 | 137 | - |
| CMYK | 0 | 0.85 | 0.45 | 0.03 |
| HSL | 331.56º | 0.94% | 0.56% | - |
| HSV(B) | 331.56º | 0.85% | 0.97% | - |
| XYZ | 43.89 | 23.09 | 25.81 | - |
| YUV | 111.49 | 142.4 | 225.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 37 | 137 | 0 | 0.85 | 0.45 | 0.03 | 331.56 | 0.94 | 0.56 |
| Hex | F8 | 25 | 89 | 0 | 55 | 2D | 3 | 14C | 5E | 38 |
| Octal | 370 | 45 | 211 | 0 | 125 | 55 | 3 | 514 | 136 | 70 |
| Binary | 11111000 | 100101 | 10001001 | 0 | 1010101 | 101101 | 11 | 101001100 | 1011110 | 111000 |
Color Harmonies of #F82589
Complementary color
Monochromatic Colors of #F82589
Black with #F82589
Text Example
Text Example
White with #F82589
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F82589; }
p { color: rgb(248,37,137); }
H1.HeaderClassName
{
color: #F82589;
}
.AnyTagClassName
{
color: #F82589;
}
</style>
background-color css
<style>
a { background-color: #F82589; }
a { background-color: rgb(248,37,137); }
div.DivClassName
{
background-color: #F82589;
}
.BgClassName
{
background-color: #F82589;
}
</style>
border-color css
<style>
span { border-color: #F82589; }
span { border-color: rgb(248,37,137); }
td.TdClassName
{
border-color: #F82589;
}
.TagClassName
{
border-color: #F82589;
}
</style>