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