Shades of Shocking Pink #F000BC
Tints of Shocking Pink #F000BC
RGB
CMYK
RGB Variations
Color information
#F000BC (or 0xF000BC) is known color: Shocking Pink. HEX triplet: F0, 00 and BC. RGB value is (240,0,188). Sum of RGB (Red+Green+Blue) = 240+0+188=428 (56% of max value = 765). Red value is 240 (94.14% from 255 or 56.07% from 428); Green value is 0 (0.39% from 255 or 0% from 428); Blue value is 188 (73.83% from 255 or 43.93% from 428); Max value from RGB is 240 - color contains mainly: red. Hex color #F000BC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F000BC is #0FFF43. Grayscale: #5C5C5C. Windows color (decimal): -1048388 or 12321008. OLE color: 12321008.
HSL color Cylindrical-coordinate representation of color #F000BC: hue angle of 313º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F000BC is Cyan = 0, Magento = 1, Yellow = 0.22 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 0 | 188 | - |
| CMYK | 0 | 1 | 0.22 | 0.06 |
| HSL | 313º | 1% | 0.47% | - |
| HSV(B) | 313º | 1% | 0.94% | - |
| XYZ | 45.01 | 22.16 | 49.48 | - |
| YUV | 93.19 | 181.51 | 232.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 0 | 188 | 0 | 1 | 0.22 | 0.06 | 313 | 1 | 0.47 |
| Hex | F0 | 0 | BC | 0 | 64 | 16 | 6 | 139 | 64 | 2F |
| Octal | 360 | 0 | 274 | 0 | 144 | 26 | 6 | 471 | 144 | 57 |
| Binary | 11110000 | 0 | 10111100 | 0 | 1100100 | 10110 | 110 | 100111001 | 1100100 | 101111 |
Color Harmonies of #F000BC
Complementary color
Monochromatic Colors of #F000BC
Black with #F000BC
Text Example
Text Example
White with #F000BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F000BC; }
p { color: rgb(240,0,188); }
H1.HeaderClassName
{
color: #F000BC;
}
.AnyTagClassName
{
color: #F000BC;
}
</style>
background-color css
<style>
a { background-color: #F000BC; }
a { background-color: rgb(240,0,188); }
div.DivClassName
{
background-color: #F000BC;
}
.BgClassName
{
background-color: #F000BC;
}
</style>
border-color css
<style>
span { border-color: #F000BC; }
span { border-color: rgb(240,0,188); }
td.TdClassName
{
border-color: #F000BC;
}
.TagClassName
{
border-color: #F000BC;
}
</style>