Shades of Shocking Pink #FB0AC8
Tints of Shocking Pink #FB0AC8
RGB
CMYK
RGB Variations
Color information
#FB0AC8 (or 0xFB0AC8) is known color: Shocking Pink. HEX triplet: FB, 0A and C8. RGB value is (251,10,200). Sum of RGB (Red+Green+Blue) = 251+10+200=461 (61% of max value = 765). Red value is 251 (98.44% from 255 or 54.45% from 461); Green value is 10 (4.30% from 255 or 2.17% from 461); Blue value is 200 (78.52% from 255 or 43.38% from 461); Max value from RGB is 251 - color contains mainly: red. Hex color #FB0AC8 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FB0AC8 is #04F537. Grayscale: #676767. Windows color (decimal): -324920 or 13110011. OLE color: 13110011.
HSL color Cylindrical-coordinate representation of color #FB0AC8: hue angle of 312.7º 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 #FB0AC8 is Cyan = 0, Magento = 0.96, Yellow = 0.20 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 10 | 200 | - |
| CMYK | 0 | 0.96 | 0.20 | 0.02 |
| HSL | 312.7º | 0.97% | 0.51% | - |
| HSV(B) | 312.7º | 0.96% | 0.98% | - |
| XYZ | 50.32 | 24.9 | 56.8 | - |
| YUV | 103.72 | 182.34 | 233.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 10 | 200 | 0 | 0.96 | 0.20 | 0.02 | 312.7 | 0.97 | 0.51 |
| Hex | FB | A | C8 | 0 | 60 | 14 | 2 | 139 | 61 | 33 |
| Octal | 373 | 12 | 310 | 0 | 140 | 24 | 2 | 471 | 141 | 63 |
| Binary | 11111011 | 1010 | 11001000 | 0 | 1100000 | 10100 | 10 | 100111001 | 1100001 | 110011 |
Color Harmonies of #FB0AC8
Complementary color
Monochromatic Colors of #FB0AC8
Black with #FB0AC8
Text Example
Text Example
White with #FB0AC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB0AC8; }
p { color: rgb(251,10,200); }
H1.HeaderClassName
{
color: #FB0AC8;
}
.AnyTagClassName
{
color: #FB0AC8;
}
</style>
background-color css
<style>
a { background-color: #FB0AC8; }
a { background-color: rgb(251,10,200); }
div.DivClassName
{
background-color: #FB0AC8;
}
.BgClassName
{
background-color: #FB0AC8;
}
</style>
border-color css
<style>
span { border-color: #FB0AC8; }
span { border-color: rgb(251,10,200); }
td.TdClassName
{
border-color: #FB0AC8;
}
.TagClassName
{
border-color: #FB0AC8;
}
</style>