Shades of Shocking Pink #FB07B2
Tints of Shocking Pink #FB07B2
RGB
CMYK
RGB Variations
Color information
#FB07B2 (or 0xFB07B2) is known color: Shocking Pink. HEX triplet: FB, 07 and B2. RGB value is (251,7,178). Sum of RGB (Red+Green+Blue) = 251+7+178=436 (57% of max value = 765). Red value is 251 (98.44% from 255 or 57.57% from 436); Green value is 7 (3.12% from 255 or 1.61% from 436); Blue value is 178 (69.92% from 255 or 40.83% from 436); Max value from RGB is 251 - color contains mainly: red. Hex color #FB07B2 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FB07B2 is #04F84D. Grayscale: #636363. Windows color (decimal): -325710 or 11667451. OLE color: 11667451.
HSL color Cylindrical-coordinate representation of color #FB07B2: hue angle of 317.95º degrees, saturation: 0.97, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FB07B2 is Cyan = 0, Magento = 0.97, Yellow = 0.29 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 7 | 178 | - |
| CMYK | 0 | 0.97 | 0.29 | 0.02 |
| HSL | 317.95º | 0.97% | 0.51% | - |
| HSV(B) | 317.95º | 0.97% | 0.98% | - |
| XYZ | 47.9 | 23.88 | 44.2 | - |
| YUV | 99.45 | 172.34 | 236.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 7 | 178 | 0 | 0.97 | 0.29 | 0.02 | 317.95 | 0.97 | 0.51 |
| Hex | FB | 7 | B2 | 0 | 61 | 1D | 2 | 13E | 61 | 33 |
| Octal | 373 | 7 | 262 | 0 | 141 | 35 | 2 | 476 | 141 | 63 |
| Binary | 11111011 | 111 | 10110010 | 0 | 1100001 | 11101 | 10 | 100111110 | 1100001 | 110011 |
Color Harmonies of #FB07B2
Complementary color
Monochromatic Colors of #FB07B2
Black with #FB07B2
Text Example
Text Example
White with #FB07B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB07B2; }
p { color: rgb(251,7,178); }
H1.HeaderClassName
{
color: #FB07B2;
}
.AnyTagClassName
{
color: #FB07B2;
}
</style>
background-color css
<style>
a { background-color: #FB07B2; }
a { background-color: rgb(251,7,178); }
div.DivClassName
{
background-color: #FB07B2;
}
.BgClassName
{
background-color: #FB07B2;
}
</style>
border-color css
<style>
span { border-color: #FB07B2; }
span { border-color: rgb(251,7,178); }
td.TdClassName
{
border-color: #FB07B2;
}
.TagClassName
{
border-color: #FB07B2;
}
</style>