Shades of Deep Pink #F82478
Tints of Deep Pink #F82478
RGB
CMYK
RGB Variations
Color information
#F82478 (or 0xF82478) is known color: Deep Pink. HEX triplet: F8, 24 and 78. RGB value is (248,36,120). Sum of RGB (Red+Green+Blue) = 248+36+120=404 (53% of max value = 765). Red value is 248 (97.27% from 255 or 61.39% from 404); Green value is 36 (14.45% from 255 or 8.91% from 404); Blue value is 120 (47.27% from 255 or 29.70% from 404); Max value from RGB is 248 - color contains mainly: red. Hex color #F82478 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F82478 is #07DB87. Grayscale: #6C6C6C. Windows color (decimal): -514952 or 7873784. OLE color: 7873784.
HSL color Cylindrical-coordinate representation of color #F82478: hue angle of 336.23º 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 #F82478 is Cyan = 0, Magento = 0.85, Yellow = 0.52 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 36 | 120 | - |
| CMYK | 0 | 0.85 | 0.52 | 0.03 |
| HSL | 336.23º | 0.94% | 0.56% | - |
| HSV(B) | 336.23º | 0.85% | 0.97% | - |
| XYZ | 42.73 | 22.57 | 19.87 | - |
| YUV | 108.96 | 134.24 | 227.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 36 | 120 | 0 | 0.85 | 0.52 | 0.03 | 336.23 | 0.94 | 0.56 |
| Hex | F8 | 24 | 78 | 0 | 55 | 34 | 3 | 150 | 5E | 38 |
| Octal | 370 | 44 | 170 | 0 | 125 | 64 | 3 | 520 | 136 | 70 |
| Binary | 11111000 | 100100 | 1111000 | 0 | 1010101 | 110100 | 11 | 101010000 | 1011110 | 111000 |
Color Harmonies of #F82478
Complementary color
Monochromatic Colors of #F82478
Black with #F82478
Text Example
Text Example
White with #F82478
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F82478; }
p { color: rgb(248,36,120); }
H1.HeaderClassName
{
color: #F82478;
}
.AnyTagClassName
{
color: #F82478;
}
</style>
background-color css
<style>
a { background-color: #F82478; }
a { background-color: rgb(248,36,120); }
div.DivClassName
{
background-color: #F82478;
}
.BgClassName
{
background-color: #F82478;
}
</style>
border-color css
<style>
span { border-color: #F82478; }
span { border-color: rgb(248,36,120); }
td.TdClassName
{
border-color: #F82478;
}
.TagClassName
{
border-color: #F82478;
}
</style>