Shades of Shocking Pink #FF03BB
Tints of Shocking Pink #FF03BB
RGB
CMYK
RGB Variations
Color information
#FF03BB (or 0xFF03BB) is known color: Shocking Pink. HEX triplet: FF, 03 and BB. RGB value is (255,3,187). Sum of RGB (Red+Green+Blue) = 255+3+187=445 (58% of max value = 765). Red value is 255 (100% from 255 or 57.30% from 445); Green value is 3 (1.56% from 255 or 0.67% from 445); Blue value is 187 (73.44% from 255 or 42.02% from 445); Max value from RGB is 255 - color contains mainly: red. Hex color #FF03BB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FF03BB is #00FC44. Grayscale: #626262. Windows color (decimal): -64581 or 12256255. OLE color: 12256255.
HSL color Cylindrical-coordinate representation of color #FF03BB: hue angle of 316.19º 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 #FF03BB is Cyan = 0, Magento = 0.99, Yellow = 0.27 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 3 | 187 | - |
| CMYK | 0 | 0.99 | 0.27 | 0 |
| HSL | 316.19º | 1% | 0.51% | - |
| HSV(B) | 316.19º | 0.99% | 1% | - |
| XYZ | 50.24 | 24.91 | 49.17 | - |
| YUV | 99.32 | 177.49 | 239.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 3 | 187 | 0 | 0.99 | 0.27 | 0 | 316.19 | 1 | 0.51 |
| Hex | FF | 3 | BB | 0 | 63 | 1B | 0 | 13C | 64 | 33 |
| Octal | 377 | 3 | 273 | 0 | 143 | 33 | 0 | 474 | 144 | 63 |
| Binary | 11111111 | 11 | 10111011 | 0 | 1100011 | 11011 | 0 | 100111100 | 1100100 | 110011 |
Color Harmonies of #FF03BB
Complementary color
Monochromatic Colors of #FF03BB
Black with #FF03BB
Text Example
Text Example
White with #FF03BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF03BB; }
p { color: rgb(255,3,187); }
H1.HeaderClassName
{
color: #FF03BB;
}
.AnyTagClassName
{
color: #FF03BB;
}
</style>
background-color css
<style>
a { background-color: #FF03BB; }
a { background-color: rgb(255,3,187); }
div.DivClassName
{
background-color: #FF03BB;
}
.BgClassName
{
background-color: #FF03BB;
}
</style>
border-color css
<style>
span { border-color: #FF03BB; }
span { border-color: rgb(255,3,187); }
td.TdClassName
{
border-color: #FF03BB;
}
.TagClassName
{
border-color: #FF03BB;
}
</style>