Shades of Shocking Pink #FF05BB
Tints of Shocking Pink #FF05BB
RGB
CMYK
RGB Variations
Color information
#FF05BB (or 0xFF05BB) is known color: Shocking Pink. HEX triplet: FF, 05 and BB. RGB value is (255,5,187). Sum of RGB (Red+Green+Blue) = 255+5+187=447 (59% of max value = 765). Red value is 255 (100% from 255 or 57.05% from 447); Green value is 5 (2.34% from 255 or 1.12% from 447); Blue value is 187 (73.44% from 255 or 41.83% from 447); Max value from RGB is 255 - color contains mainly: red. Hex color #FF05BB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FF05BB is #00FA44. Grayscale: #646464. Windows color (decimal): -64069 or 12256767. OLE color: 12256767.
HSL color Cylindrical-coordinate representation of color #FF05BB: hue angle of 316.32º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FF05BB is Cyan = 0, Magento = 0.98, Yellow = 0.27 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 5 | 187 | - |
| CMYK | 0 | 0.98 | 0.27 | 0 |
| HSL | 316.32º | 1% | 0.51% | - |
| HSV(B) | 316.32º | 0.98% | 1% | - |
| XYZ | 50.26 | 24.96 | 49.18 | - |
| YUV | 100.5 | 176.83 | 238.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 5 | 187 | 0 | 0.98 | 0.27 | 0 | 316.32 | 1 | 0.51 |
| Hex | FF | 5 | BB | 0 | 62 | 1B | 0 | 13C | 64 | 33 |
| Octal | 377 | 5 | 273 | 0 | 142 | 33 | 0 | 474 | 144 | 63 |
| Binary | 11111111 | 101 | 10111011 | 0 | 1100010 | 11011 | 0 | 100111100 | 1100100 | 110011 |
Color Harmonies of #FF05BB
Complementary color
Monochromatic Colors of #FF05BB
Black with #FF05BB
Text Example
Text Example
White with #FF05BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF05BB; }
p { color: rgb(255,5,187); }
H1.HeaderClassName
{
color: #FF05BB;
}
.AnyTagClassName
{
color: #FF05BB;
}
</style>
background-color css
<style>
a { background-color: #FF05BB; }
a { background-color: rgb(255,5,187); }
div.DivClassName
{
background-color: #FF05BB;
}
.BgClassName
{
background-color: #FF05BB;
}
</style>
border-color css
<style>
span { border-color: #FF05BB; }
span { border-color: rgb(255,5,187); }
td.TdClassName
{
border-color: #FF05BB;
}
.TagClassName
{
border-color: #FF05BB;
}
</style>