Shades of Shocking Pink #F801BC
Tints of Shocking Pink #F801BC
RGB
CMYK
RGB Variations
Color information
#F801BC (or 0xF801BC) is known color: Shocking Pink. HEX triplet: F8, 01 and BC. RGB value is (248,1,188). Sum of RGB (Red+Green+Blue) = 248+1+188=437 (57% of max value = 765). Red value is 248 (97.27% from 255 or 56.75% from 437); Green value is 1 (0.78% from 255 or 0.23% from 437); Blue value is 188 (73.83% from 255 or 43.02% from 437); Max value from RGB is 248 - color contains mainly: red. Hex color #F801BC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F801BC is #07FE43. Grayscale: #5F5F5F. Windows color (decimal): -523844 or 12321272. OLE color: 12321272.
HSL color Cylindrical-coordinate representation of color #F801BC: hue angle of 314.57º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F801BC is Cyan = 0, Magento = 1.00, Yellow = 0.24 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 1 | 188 | - |
| CMYK | 0 | 1.00 | 0.24 | 0.03 |
| HSL | 314.57º | 0.99% | 0.49% | - |
| HSV(B) | 314.57º | 1% | 0.97% | - |
| XYZ | 47.8 | 23.61 | 49.61 | - |
| YUV | 96.17 | 179.83 | 236.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 1 | 188 | 0 | 1.00 | 0.24 | 0.03 | 314.57 | 0.99 | 0.49 |
| Hex | F8 | 1 | BC | 0 | 64 | 18 | 3 | 13B | 63 | 31 |
| Octal | 370 | 1 | 274 | 0 | 144 | 30 | 3 | 473 | 143 | 61 |
| Binary | 11111000 | 1 | 10111100 | 0 | 1100100 | 11000 | 11 | 100111011 | 1100011 | 110001 |
Color Harmonies of #F801BC
Complementary color
Monochromatic Colors of #F801BC
Black with #F801BC
Text Example
Text Example
White with #F801BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F801BC; }
p { color: rgb(248,1,188); }
H1.HeaderClassName
{
color: #F801BC;
}
.AnyTagClassName
{
color: #F801BC;
}
</style>
background-color css
<style>
a { background-color: #F801BC; }
a { background-color: rgb(248,1,188); }
div.DivClassName
{
background-color: #F801BC;
}
.BgClassName
{
background-color: #F801BC;
}
</style>
border-color css
<style>
span { border-color: #F801BC; }
span { border-color: rgb(248,1,188); }
td.TdClassName
{
border-color: #F801BC;
}
.TagClassName
{
border-color: #F801BC;
}
</style>