Shades of Shocking Pink #FB0AC2
Tints of Shocking Pink #FB0AC2
RGB
CMYK
RGB Variations
Color information
#FB0AC2 (or 0xFB0AC2) is known color: Shocking Pink. HEX triplet: FB, 0A and C2. RGB value is (251,10,194). Sum of RGB (Red+Green+Blue) = 251+10+194=455 (60% of max value = 765). Red value is 251 (98.44% from 255 or 55.16% from 455); Green value is 10 (4.30% from 255 or 2.20% from 455); Blue value is 194 (76.17% from 255 or 42.64% from 455); Max value from RGB is 251 - color contains mainly: red. Hex color #FB0AC2 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FB0AC2 is #04F53D. Grayscale: #666666. Windows color (decimal): -324926 or 12716795. OLE color: 12716795.
HSL color Cylindrical-coordinate representation of color #FB0AC2: hue angle of 314.19º 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 #FB0AC2 is Cyan = 0, Magento = 0.96, Yellow = 0.23 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 10 | 194 | - |
| CMYK | 0 | 0.96 | 0.23 | 0.02 |
| HSL | 314.19º | 0.97% | 0.51% | - |
| HSV(B) | 314.19º | 0.96% | 0.98% | - |
| XYZ | 49.63 | 24.62 | 53.18 | - |
| YUV | 103.04 | 179.34 | 233.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 10 | 194 | 0 | 0.96 | 0.23 | 0.02 | 314.19 | 0.97 | 0.51 |
| Hex | FB | A | C2 | 0 | 60 | 17 | 2 | 13A | 61 | 33 |
| Octal | 373 | 12 | 302 | 0 | 140 | 27 | 2 | 472 | 141 | 63 |
| Binary | 11111011 | 1010 | 11000010 | 0 | 1100000 | 10111 | 10 | 100111010 | 1100001 | 110011 |
Color Harmonies of #FB0AC2
Complementary color
Monochromatic Colors of #FB0AC2
Black with #FB0AC2
Text Example
Text Example
White with #FB0AC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB0AC2; }
p { color: rgb(251,10,194); }
H1.HeaderClassName
{
color: #FB0AC2;
}
.AnyTagClassName
{
color: #FB0AC2;
}
</style>
background-color css
<style>
a { background-color: #FB0AC2; }
a { background-color: rgb(251,10,194); }
div.DivClassName
{
background-color: #FB0AC2;
}
.BgClassName
{
background-color: #FB0AC2;
}
</style>
border-color css
<style>
span { border-color: #FB0AC2; }
span { border-color: rgb(251,10,194); }
td.TdClassName
{
border-color: #FB0AC2;
}
.TagClassName
{
border-color: #FB0AC2;
}
</style>