Shades of Shocking Pink #FB12C5
Tints of Shocking Pink #FB12C5
RGB
CMYK
RGB Variations
Color information
#FB12C5 (or 0xFB12C5) is known color: Shocking Pink. HEX triplet: FB, 12 and C5. RGB value is (251,18,197). Sum of RGB (Red+Green+Blue) = 251+18+197=466 (61% of max value = 765). Red value is 251 (98.44% from 255 or 53.86% from 466); Green value is 18 (7.42% from 255 or 3.86% from 466); Blue value is 197 (77.34% from 255 or 42.27% from 466); Max value from RGB is 251 - color contains mainly: red. Hex color #FB12C5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FB12C5 is #04ED3A. Grayscale: #6B6B6B. Windows color (decimal): -322875 or 12915451. OLE color: 12915451.
HSL color Cylindrical-coordinate representation of color #FB12C5: hue angle of 313.91º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FB12C5 is Cyan = 0, Magento = 0.93, Yellow = 0.22 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 18 | 197 | - |
| CMYK | 0 | 0.93 | 0.22 | 0.02 |
| HSL | 313.91º | 0.97% | 0.53% | - |
| HSV(B) | 313.91º | 0.93% | 0.98% | - |
| XYZ | 50.08 | 24.97 | 55 | - |
| YUV | 108.07 | 178.19 | 229.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 18 | 197 | 0 | 0.93 | 0.22 | 0.02 | 313.91 | 0.97 | 0.53 |
| Hex | FB | 12 | C5 | 0 | 5D | 16 | 2 | 13A | 61 | 35 |
| Octal | 373 | 22 | 305 | 0 | 135 | 26 | 2 | 472 | 141 | 65 |
| Binary | 11111011 | 10010 | 11000101 | 0 | 1011101 | 10110 | 10 | 100111010 | 1100001 | 110101 |
Color Harmonies of #FB12C5
Complementary color
Monochromatic Colors of #FB12C5
Black with #FB12C5
Text Example
Text Example
White with #FB12C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB12C5; }
p { color: rgb(251,18,197); }
H1.HeaderClassName
{
color: #FB12C5;
}
.AnyTagClassName
{
color: #FB12C5;
}
</style>
background-color css
<style>
a { background-color: #FB12C5; }
a { background-color: rgb(251,18,197); }
div.DivClassName
{
background-color: #FB12C5;
}
.BgClassName
{
background-color: #FB12C5;
}
</style>
border-color css
<style>
span { border-color: #FB12C5; }
span { border-color: rgb(251,18,197); }
td.TdClassName
{
border-color: #FB12C5;
}
.TagClassName
{
border-color: #FB12C5;
}
</style>