Shades of Shocking Pink #FF03BC
Tints of Shocking Pink #FF03BC
RGB
CMYK
RGB Variations
Color information
#FF03BC (or 0xFF03BC) is known color: Shocking Pink. HEX triplet: FF, 03 and BC. RGB value is (255,3,188). Sum of RGB (Red+Green+Blue) = 255+3+188=446 (59% of max value = 765). Red value is 255 (100% from 255 or 57.17% from 446); Green value is 3 (1.56% from 255 or 0.67% from 446); Blue value is 188 (73.83% from 255 or 42.15% from 446); Max value from RGB is 255 - color contains mainly: red. Hex color #FF03BC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FF03BC is #00FC43. Grayscale: #626262. Windows color (decimal): -64580 or 12321791. OLE color: 12321791.
HSL color Cylindrical-coordinate representation of color #FF03BC: hue angle of 315.95º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FF03BC is Cyan = 0, Magento = 0.99, Yellow = 0.26 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 3 | 188 | - |
| CMYK | 0 | 0.99 | 0.26 | 0 |
| HSL | 315.95º | 1% | 0.51% | - |
| HSV(B) | 315.95º | 0.99% | 1% | - |
| XYZ | 50.35 | 24.96 | 49.74 | - |
| YUV | 99.44 | 177.99 | 238.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 3 | 188 | 0 | 0.99 | 0.26 | 0 | 315.95 | 1 | 0.51 |
| Hex | FF | 3 | BC | 0 | 63 | 1A | 0 | 13C | 64 | 33 |
| Octal | 377 | 3 | 274 | 0 | 143 | 32 | 0 | 474 | 144 | 63 |
| Binary | 11111111 | 11 | 10111100 | 0 | 1100011 | 11010 | 0 | 100111100 | 1100100 | 110011 |
Color Harmonies of #FF03BC
Complementary color
Monochromatic Colors of #FF03BC
Black with #FF03BC
Text Example
Text Example
White with #FF03BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF03BC; }
p { color: rgb(255,3,188); }
H1.HeaderClassName
{
color: #FF03BC;
}
.AnyTagClassName
{
color: #FF03BC;
}
</style>
background-color css
<style>
a { background-color: #FF03BC; }
a { background-color: rgb(255,3,188); }
div.DivClassName
{
background-color: #FF03BC;
}
.BgClassName
{
background-color: #FF03BC;
}
</style>
border-color css
<style>
span { border-color: #FF03BC; }
span { border-color: rgb(255,3,188); }
td.TdClassName
{
border-color: #FF03BC;
}
.TagClassName
{
border-color: #FF03BC;
}
</style>