Shades of Shocking Pink #FF05B2
Tints of Shocking Pink #FF05B2
RGB
CMYK
RGB Variations
Color information
#FF05B2 (or 0xFF05B2) is known color: Shocking Pink. HEX triplet: FF, 05 and B2. RGB value is (255,5,178). Sum of RGB (Red+Green+Blue) = 255+5+178=438 (58% of max value = 765). Red value is 255 (100% from 255 or 58.22% from 438); Green value is 5 (2.34% from 255 or 1.14% from 438); Blue value is 178 (69.92% from 255 or 40.64% from 438); Max value from RGB is 255 - color contains mainly: red. Hex color #FF05B2 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FF05B2 is #00FA4D. Grayscale: #636363. Windows color (decimal): -64078 or 11666943. OLE color: 11666943.
HSL color Cylindrical-coordinate representation of color #FF05B2: hue angle of 318.48º 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 #FF05B2 is Cyan = 0, Magento = 0.98, Yellow = 0.30 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 5 | 178 | - |
| CMYK | 0 | 0.98 | 0.30 | 0 |
| HSL | 318.48º | 1% | 0.51% | - |
| HSV(B) | 318.48º | 0.98% | 1% | - |
| XYZ | 49.33 | 24.58 | 44.26 | - |
| YUV | 99.47 | 172.33 | 238.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 5 | 178 | 0 | 0.98 | 0.30 | 0 | 318.48 | 1 | 0.51 |
| Hex | FF | 5 | B2 | 0 | 62 | 1E | 0 | 13E | 64 | 33 |
| Octal | 377 | 5 | 262 | 0 | 142 | 36 | 0 | 476 | 144 | 63 |
| Binary | 11111111 | 101 | 10110010 | 0 | 1100010 | 11110 | 0 | 100111110 | 1100100 | 110011 |
Color Harmonies of #FF05B2
Complementary color
Monochromatic Colors of #FF05B2
Black with #FF05B2
Text Example
Text Example
White with #FF05B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF05B2; }
p { color: rgb(255,5,178); }
H1.HeaderClassName
{
color: #FF05B2;
}
.AnyTagClassName
{
color: #FF05B2;
}
</style>
background-color css
<style>
a { background-color: #FF05B2; }
a { background-color: rgb(255,5,178); }
div.DivClassName
{
background-color: #FF05B2;
}
.BgClassName
{
background-color: #FF05B2;
}
</style>
border-color css
<style>
span { border-color: #FF05B2; }
span { border-color: rgb(255,5,178); }
td.TdClassName
{
border-color: #FF05B2;
}
.TagClassName
{
border-color: #FF05B2;
}
</style>