Shades of Shocking Pink #F80FBA
Tints of Shocking Pink #F80FBA
RGB
CMYK
RGB Variations
Color information
#F80FBA (or 0xF80FBA) is known color: Shocking Pink. HEX triplet: F8, 0F and BA. RGB value is (248,15,186). Sum of RGB (Red+Green+Blue) = 248+15+186=449 (59% of max value = 765). Red value is 248 (97.27% from 255 or 55.23% from 449); Green value is 15 (6.25% from 255 or 3.34% from 449); Blue value is 186 (73.05% from 255 or 41.43% from 449); Max value from RGB is 248 - color contains mainly: red. Hex color #F80FBA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F80FBA is #07F045. Grayscale: #676767. Windows color (decimal): -520262 or 12193784. OLE color: 12193784.
HSL color Cylindrical-coordinate representation of color #F80FBA: hue angle of 315.97º degrees, saturation: 0.94, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F80FBA is Cyan = 0, Magento = 0.94, Yellow = 0.25 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 15 | 186 | - |
| CMYK | 0 | 0.94 | 0.25 | 0.03 |
| HSL | 315.97º | 0.94% | 0.52% | - |
| HSV(B) | 315.97º | 0.94% | 0.97% | - |
| XYZ | 47.75 | 23.84 | 48.54 | - |
| YUV | 104.16 | 174.19 | 230.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 15 | 186 | 0 | 0.94 | 0.25 | 0.03 | 315.97 | 0.94 | 0.52 |
| Hex | F8 | F | BA | 0 | 5E | 19 | 3 | 13C | 5E | 34 |
| Octal | 370 | 17 | 272 | 0 | 136 | 31 | 3 | 474 | 136 | 64 |
| Binary | 11111000 | 1111 | 10111010 | 0 | 1011110 | 11001 | 11 | 100111100 | 1011110 | 110100 |
Color Harmonies of #F80FBA
Complementary color
Monochromatic Colors of #F80FBA
Black with #F80FBA
Text Example
Text Example
White with #F80FBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F80FBA; }
p { color: rgb(248,15,186); }
H1.HeaderClassName
{
color: #F80FBA;
}
.AnyTagClassName
{
color: #F80FBA;
}
</style>
background-color css
<style>
a { background-color: #F80FBA; }
a { background-color: rgb(248,15,186); }
div.DivClassName
{
background-color: #F80FBA;
}
.BgClassName
{
background-color: #F80FBA;
}
</style>
border-color css
<style>
span { border-color: #F80FBA; }
span { border-color: rgb(248,15,186); }
td.TdClassName
{
border-color: #F80FBA;
}
.TagClassName
{
border-color: #F80FBA;
}
</style>