Shades of Shocking Pink #FB05B2
Tints of Shocking Pink #FB05B2
RGB
CMYK
RGB Variations
Color information
#FB05B2 (or 0xFB05B2) is known color: Shocking Pink. HEX triplet: FB, 05 and B2. RGB value is (251,5,178). Sum of RGB (Red+Green+Blue) = 251+5+178=434 (57% of max value = 765). Red value is 251 (98.44% from 255 or 57.83% from 434); Green value is 5 (2.34% from 255 or 1.15% from 434); Blue value is 178 (69.92% from 255 or 41.01% from 434); Max value from RGB is 251 - color contains mainly: red. Hex color #FB05B2 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FB05B2 is #04FA4D. Grayscale: #616161. Windows color (decimal): -326222 or 11666939. OLE color: 11666939.
HSL color Cylindrical-coordinate representation of color #FB05B2: hue angle of 317.8º degrees, saturation: 0.97, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FB05B2 is Cyan = 0, Magento = 0.98, Yellow = 0.29 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 5 | 178 | - |
| CMYK | 0 | 0.98 | 0.29 | 0.02 |
| HSL | 317.8º | 0.97% | 0.5% | - |
| HSV(B) | 317.8º | 0.98% | 0.98% | - |
| XYZ | 47.87 | 23.83 | 44.2 | - |
| YUV | 98.28 | 173 | 236.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 5 | 178 | 0 | 0.98 | 0.29 | 0.02 | 317.8 | 0.97 | 0.5 |
| Hex | FB | 5 | B2 | 0 | 62 | 1D | 2 | 13E | 61 | 32 |
| Octal | 373 | 5 | 262 | 0 | 142 | 35 | 2 | 476 | 141 | 62 |
| Binary | 11111011 | 101 | 10110010 | 0 | 1100010 | 11101 | 10 | 100111110 | 1100001 | 110010 |
Color Harmonies of #FB05B2
Complementary color
Monochromatic Colors of #FB05B2
Black with #FB05B2
Text Example
Text Example
White with #FB05B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB05B2; }
p { color: rgb(251,5,178); }
H1.HeaderClassName
{
color: #FB05B2;
}
.AnyTagClassName
{
color: #FB05B2;
}
</style>
background-color css
<style>
a { background-color: #FB05B2; }
a { background-color: rgb(251,5,178); }
div.DivClassName
{
background-color: #FB05B2;
}
.BgClassName
{
background-color: #FB05B2;
}
</style>
border-color css
<style>
span { border-color: #FB05B2; }
span { border-color: rgb(251,5,178); }
td.TdClassName
{
border-color: #FB05B2;
}
.TagClassName
{
border-color: #FB05B2;
}
</style>