Shades of Shocking Pink #F805BD
Tints of Shocking Pink #F805BD
RGB
CMYK
RGB Variations
Color information
#F805BD (or 0xF805BD) is known color: Shocking Pink. HEX triplet: F8, 05 and BD. RGB value is (248,5,189). Sum of RGB (Red+Green+Blue) = 248+5+189=442 (58% of max value = 765). Red value is 248 (97.27% from 255 or 56.11% from 442); Green value is 5 (2.34% from 255 or 1.13% from 442); Blue value is 189 (74.22% from 255 or 42.76% from 442); Max value from RGB is 248 - color contains mainly: red. Hex color #F805BD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F805BD is #07FA42. Grayscale: #626262. Windows color (decimal): -522819 or 12387832. OLE color: 12387832.
HSL color Cylindrical-coordinate representation of color #F805BD: hue angle of 314.57º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F805BD is Cyan = 0, Magento = 0.98, Yellow = 0.24 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 5 | 189 | - |
| CMYK | 0 | 0.98 | 0.24 | 0.03 |
| HSL | 314.57º | 0.96% | 0.5% | - |
| HSV(B) | 314.57º | 0.98% | 0.97% | - |
| XYZ | 47.95 | 23.74 | 50.2 | - |
| YUV | 98.63 | 179.01 | 234.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 5 | 189 | 0 | 0.98 | 0.24 | 0.03 | 314.57 | 0.96 | 0.5 |
| Hex | F8 | 5 | BD | 0 | 62 | 18 | 3 | 13B | 60 | 32 |
| Octal | 370 | 5 | 275 | 0 | 142 | 30 | 3 | 473 | 140 | 62 |
| Binary | 11111000 | 101 | 10111101 | 0 | 1100010 | 11000 | 11 | 100111011 | 1100000 | 110010 |
Color Harmonies of #F805BD
Complementary color
Monochromatic Colors of #F805BD
Black with #F805BD
Text Example
Text Example
White with #F805BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F805BD; }
p { color: rgb(248,5,189); }
H1.HeaderClassName
{
color: #F805BD;
}
.AnyTagClassName
{
color: #F805BD;
}
</style>
background-color css
<style>
a { background-color: #F805BD; }
a { background-color: rgb(248,5,189); }
div.DivClassName
{
background-color: #F805BD;
}
.BgClassName
{
background-color: #F805BD;
}
</style>
border-color css
<style>
span { border-color: #F805BD; }
span { border-color: rgb(248,5,189); }
td.TdClassName
{
border-color: #F805BD;
}
.TagClassName
{
border-color: #F805BD;
}
</style>