Shades of Shocking Pink #F809BC
Tints of Shocking Pink #F809BC
RGB
CMYK
RGB Variations
Color information
#F809BC (or 0xF809BC) is known color: Shocking Pink. HEX triplet: F8, 09 and BC. RGB value is (248,9,188). Sum of RGB (Red+Green+Blue) = 248+9+188=445 (58% of max value = 765). Red value is 248 (97.27% from 255 or 55.73% from 445); Green value is 9 (3.91% from 255 or 2.02% from 445); Blue value is 188 (73.83% from 255 or 42.25% from 445); Max value from RGB is 248 - color contains mainly: red. Hex color #F809BC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F809BC is #07F643. Grayscale: #646464. Windows color (decimal): -521796 or 12323320. OLE color: 12323320.
HSL color Cylindrical-coordinate representation of color #F809BC: hue angle of 315.06º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F809BC is Cyan = 0, Magento = 0.96, Yellow = 0.24 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 9 | 188 | - |
| CMYK | 0 | 0.96 | 0.24 | 0.03 |
| HSL | 315.06º | 0.94% | 0.5% | - |
| HSV(B) | 315.06º | 0.96% | 0.97% | - |
| XYZ | 47.89 | 23.78 | 49.64 | - |
| YUV | 100.87 | 177.18 | 232.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 9 | 188 | 0 | 0.96 | 0.24 | 0.03 | 315.06 | 0.94 | 0.5 |
| Hex | F8 | 9 | BC | 0 | 60 | 18 | 3 | 13B | 5E | 32 |
| Octal | 370 | 11 | 274 | 0 | 140 | 30 | 3 | 473 | 136 | 62 |
| Binary | 11111000 | 1001 | 10111100 | 0 | 1100000 | 11000 | 11 | 100111011 | 1011110 | 110010 |
Color Harmonies of #F809BC
Complementary color
Monochromatic Colors of #F809BC
Black with #F809BC
Text Example
Text Example
White with #F809BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F809BC; }
p { color: rgb(248,9,188); }
H1.HeaderClassName
{
color: #F809BC;
}
.AnyTagClassName
{
color: #F809BC;
}
</style>
background-color css
<style>
a { background-color: #F809BC; }
a { background-color: rgb(248,9,188); }
div.DivClassName
{
background-color: #F809BC;
}
.BgClassName
{
background-color: #F809BC;
}
</style>
border-color css
<style>
span { border-color: #F809BC; }
span { border-color: rgb(248,9,188); }
td.TdClassName
{
border-color: #F809BC;
}
.TagClassName
{
border-color: #F809BC;
}
</style>