Shades of Shocking Pink #FF05BC
Tints of Shocking Pink #FF05BC
RGB
CMYK
RGB Variations
Color information
#FF05BC (or 0xFF05BC) is known color: Shocking Pink. HEX triplet: FF, 05 and BC. RGB value is (255,5,188). Sum of RGB (Red+Green+Blue) = 255+5+188=448 (59% of max value = 765). Red value is 255 (100% from 255 or 56.92% from 448); Green value is 5 (2.34% from 255 or 1.12% from 448); Blue value is 188 (73.83% from 255 or 41.96% from 448); Max value from RGB is 255 - color contains mainly: red. Hex color #FF05BC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FF05BC is #00FA43. Grayscale: #646464. Windows color (decimal): -64068 or 12322303. OLE color: 12322303.
HSL color Cylindrical-coordinate representation of color #FF05BC: hue angle of 316.08º 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 #FF05BC is Cyan = 0, Magento = 0.98, Yellow = 0.26 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 5 | 188 | - |
| CMYK | 0 | 0.98 | 0.26 | 0 |
| HSL | 316.08º | 1% | 0.51% | - |
| HSV(B) | 316.08º | 0.98% | 1% | - |
| XYZ | 50.37 | 25 | 49.75 | - |
| YUV | 100.61 | 177.33 | 238.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 5 | 188 | 0 | 0.98 | 0.26 | 0 | 316.08 | 1 | 0.51 |
| Hex | FF | 5 | BC | 0 | 62 | 1A | 0 | 13C | 64 | 33 |
| Octal | 377 | 5 | 274 | 0 | 142 | 32 | 0 | 474 | 144 | 63 |
| Binary | 11111111 | 101 | 10111100 | 0 | 1100010 | 11010 | 0 | 100111100 | 1100100 | 110011 |
Color Harmonies of #FF05BC
Complementary color
Monochromatic Colors of #FF05BC
Black with #FF05BC
Text Example
Text Example
White with #FF05BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF05BC; }
p { color: rgb(255,5,188); }
H1.HeaderClassName
{
color: #FF05BC;
}
.AnyTagClassName
{
color: #FF05BC;
}
</style>
background-color css
<style>
a { background-color: #FF05BC; }
a { background-color: rgb(255,5,188); }
div.DivClassName
{
background-color: #FF05BC;
}
.BgClassName
{
background-color: #FF05BC;
}
</style>
border-color css
<style>
span { border-color: #FF05BC; }
span { border-color: rgb(255,5,188); }
td.TdClassName
{
border-color: #FF05BC;
}
.TagClassName
{
border-color: #FF05BC;
}
</style>