Shades of Shocking Pink #FF01BC
Tints of Shocking Pink #FF01BC
RGB
CMYK
RGB Variations
Color information
#FF01BC (or 0xFF01BC) is known color: Shocking Pink. HEX triplet: FF, 01 and BC. RGB value is (255,1,188). Sum of RGB (Red+Green+Blue) = 255+1+188=444 (58% of max value = 765). Red value is 255 (100% from 255 or 57.43% from 444); Green value is 1 (0.78% from 255 or 0.23% from 444); Blue value is 188 (73.83% from 255 or 42.34% from 444); Max value from RGB is 255 - color contains mainly: red. Hex color #FF01BC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FF01BC is #00FE43. Grayscale: #616161. Windows color (decimal): -65092 or 12321279. OLE color: 12321279.
HSL color Cylindrical-coordinate representation of color #FF01BC: hue angle of 315.83º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FF01BC is Cyan = 0, Magento = 1.00, Yellow = 0.26 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 1 | 188 | - |
| CMYK | 0 | 1.00 | 0.26 | 0 |
| HSL | 315.83º | 1% | 0.5% | - |
| HSV(B) | 315.83º | 1% | 1% | - |
| XYZ | 50.33 | 24.91 | 49.73 | - |
| YUV | 98.26 | 178.65 | 239.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 1 | 188 | 0 | 1.00 | 0.26 | 0 | 315.83 | 1 | 0.5 |
| Hex | FF | 1 | BC | 0 | 64 | 1A | 0 | 13C | 64 | 32 |
| Octal | 377 | 1 | 274 | 0 | 144 | 32 | 0 | 474 | 144 | 62 |
| Binary | 11111111 | 1 | 10111100 | 0 | 1100100 | 11010 | 0 | 100111100 | 1100100 | 110010 |
Color Harmonies of #FF01BC
Complementary color
Monochromatic Colors of #FF01BC
Black with #FF01BC
Text Example
Text Example
White with #FF01BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF01BC; }
p { color: rgb(255,1,188); }
H1.HeaderClassName
{
color: #FF01BC;
}
.AnyTagClassName
{
color: #FF01BC;
}
</style>
background-color css
<style>
a { background-color: #FF01BC; }
a { background-color: rgb(255,1,188); }
div.DivClassName
{
background-color: #FF01BC;
}
.BgClassName
{
background-color: #FF01BC;
}
</style>
border-color css
<style>
span { border-color: #FF01BC; }
span { border-color: rgb(255,1,188); }
td.TdClassName
{
border-color: #FF01BC;
}
.TagClassName
{
border-color: #FF01BC;
}
</style>