Shades of Shocking Pink #FB0BC3
Tints of Shocking Pink #FB0BC3
RGB
CMYK
RGB Variations
Color information
#FB0BC3 (or 0xFB0BC3) is known color: Shocking Pink. HEX triplet: FB, 0B and C3. RGB value is (251,11,195). Sum of RGB (Red+Green+Blue) = 251+11+195=457 (60% of max value = 765). Red value is 251 (98.44% from 255 or 54.92% from 457); Green value is 11 (4.69% from 255 or 2.41% from 457); Blue value is 195 (76.56% from 255 or 42.67% from 457); Max value from RGB is 251 - color contains mainly: red. Hex color #FB0BC3 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FB0BC3 is #04F43C. Grayscale: #676767. Windows color (decimal): -324669 or 12782587. OLE color: 12782587.
HSL color Cylindrical-coordinate representation of color #FB0BC3: hue angle of 314º degrees, saturation: 0.97, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FB0BC3 is Cyan = 0, Magento = 0.96, Yellow = 0.22 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 11 | 195 | - |
| CMYK | 0 | 0.96 | 0.22 | 0.02 |
| HSL | 314º | 0.97% | 0.51% | - |
| HSV(B) | 314º | 0.96% | 0.98% | - |
| XYZ | 49.75 | 24.69 | 53.77 | - |
| YUV | 103.74 | 179.51 | 233.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 11 | 195 | 0 | 0.96 | 0.22 | 0.02 | 314 | 0.97 | 0.51 |
| Hex | FB | B | C3 | 0 | 60 | 16 | 2 | 13A | 61 | 33 |
| Octal | 373 | 13 | 303 | 0 | 140 | 26 | 2 | 472 | 141 | 63 |
| Binary | 11111011 | 1011 | 11000011 | 0 | 1100000 | 10110 | 10 | 100111010 | 1100001 | 110011 |
Color Harmonies of #FB0BC3
Complementary color
Monochromatic Colors of #FB0BC3
Black with #FB0BC3
Text Example
Text Example
White with #FB0BC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB0BC3; }
p { color: rgb(251,11,195); }
H1.HeaderClassName
{
color: #FB0BC3;
}
.AnyTagClassName
{
color: #FB0BC3;
}
</style>
background-color css
<style>
a { background-color: #FB0BC3; }
a { background-color: rgb(251,11,195); }
div.DivClassName
{
background-color: #FB0BC3;
}
.BgClassName
{
background-color: #FB0BC3;
}
</style>
border-color css
<style>
span { border-color: #FB0BC3; }
span { border-color: rgb(251,11,195); }
td.TdClassName
{
border-color: #FB0BC3;
}
.TagClassName
{
border-color: #FB0BC3;
}
</style>