Shades of Deep Pink #F82578
Tints of Deep Pink #F82578
RGB
CMYK
RGB Variations
Color information
#F82578 (or 0xF82578) is known color: Deep Pink. HEX triplet: F8, 25 and 78. RGB value is (248,37,120). Sum of RGB (Red+Green+Blue) = 248+37+120=405 (53% of max value = 765). Red value is 248 (97.27% from 255 or 61.23% from 405); Green value is 37 (14.84% from 255 or 9.14% from 405); Blue value is 120 (47.27% from 255 or 29.63% from 405); Max value from RGB is 248 - color contains mainly: red. Hex color #F82578 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F82578 is #07DA87. Grayscale: #6D6D6D. Windows color (decimal): -514696 or 7874040. OLE color: 7874040.
HSL color Cylindrical-coordinate representation of color #F82578: hue angle of 336.4º 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 #F82578 is Cyan = 0, Magento = 0.85, Yellow = 0.52 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 37 | 120 | - |
| CMYK | 0 | 0.85 | 0.52 | 0.03 |
| HSL | 336.4º | 0.94% | 0.56% | - |
| HSV(B) | 336.4º | 0.85% | 0.97% | - |
| XYZ | 42.76 | 22.64 | 19.88 | - |
| YUV | 109.55 | 133.9 | 226.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 37 | 120 | 0 | 0.85 | 0.52 | 0.03 | 336.4 | 0.94 | 0.56 |
| Hex | F8 | 25 | 78 | 0 | 55 | 34 | 3 | 150 | 5E | 38 |
| Octal | 370 | 45 | 170 | 0 | 125 | 64 | 3 | 520 | 136 | 70 |
| Binary | 11111000 | 100101 | 1111000 | 0 | 1010101 | 110100 | 11 | 101010000 | 1011110 | 111000 |
Color Harmonies of #F82578
Complementary color
Monochromatic Colors of #F82578
Black with #F82578
Text Example
Text Example
White with #F82578
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F82578; }
p { color: rgb(248,37,120); }
H1.HeaderClassName
{
color: #F82578;
}
.AnyTagClassName
{
color: #F82578;
}
</style>
background-color css
<style>
a { background-color: #F82578; }
a { background-color: rgb(248,37,120); }
div.DivClassName
{
background-color: #F82578;
}
.BgClassName
{
background-color: #F82578;
}
</style>
border-color css
<style>
span { border-color: #F82578; }
span { border-color: rgb(248,37,120); }
td.TdClassName
{
border-color: #F82578;
}
.TagClassName
{
border-color: #F82578;
}
</style>