Shades of Deep Pink #F81295
Tints of Deep Pink #F81295
RGB
CMYK
RGB Variations
Color information
#F81295 (or 0xF81295) is known color: Deep Pink. HEX triplet: F8, 12 and 95. RGB value is (248,18,149). Sum of RGB (Red+Green+Blue) = 248+18+149=415 (54% of max value = 765). Red value is 248 (97.27% from 255 or 59.76% from 415); Green value is 18 (7.42% from 255 or 4.34% from 415); Blue value is 149 (58.59% from 255 or 35.90% from 415); Max value from RGB is 248 - color contains mainly: red. Hex color #F81295 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F81295 is #07ED6A. Grayscale: #656565. Windows color (decimal): -519531 or 9769720. OLE color: 9769720.
HSL color Cylindrical-coordinate representation of color #F81295: hue angle of 325.83º degrees, saturation: 0.94, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F81295 is Cyan = 0, Magento = 0.93, Yellow = 0.40 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 18 | 149 | - |
| CMYK | 0 | 0.93 | 0.40 | 0.03 |
| HSL | 325.83º | 0.94% | 0.52% | - |
| HSV(B) | 325.83º | 0.93% | 0.97% | - |
| XYZ | 44.35 | 22.56 | 30.45 | - |
| YUV | 101.7 | 154.7 | 232.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 18 | 149 | 0 | 0.93 | 0.40 | 0.03 | 325.83 | 0.94 | 0.52 |
| Hex | F8 | 12 | 95 | 0 | 5D | 28 | 3 | 146 | 5E | 34 |
| Octal | 370 | 22 | 225 | 0 | 135 | 50 | 3 | 506 | 136 | 64 |
| Binary | 11111000 | 10010 | 10010101 | 0 | 1011101 | 101000 | 11 | 101000110 | 1011110 | 110100 |
Color Harmonies of #F81295
Complementary color
Monochromatic Colors of #F81295
Black with #F81295
Text Example
Text Example
White with #F81295
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F81295; }
p { color: rgb(248,18,149); }
H1.HeaderClassName
{
color: #F81295;
}
.AnyTagClassName
{
color: #F81295;
}
</style>
background-color css
<style>
a { background-color: #F81295; }
a { background-color: rgb(248,18,149); }
div.DivClassName
{
background-color: #F81295;
}
.BgClassName
{
background-color: #F81295;
}
</style>
border-color css
<style>
span { border-color: #F81295; }
span { border-color: rgb(248,18,149); }
td.TdClassName
{
border-color: #F81295;
}
.TagClassName
{
border-color: #F81295;
}
</style>