Shades of Shocking Pink #FB12C2
Tints of Shocking Pink #FB12C2
RGB
CMYK
RGB Variations
Color information
#FB12C2 (or 0xFB12C2) is known color: Shocking Pink. HEX triplet: FB, 12 and C2. RGB value is (251,18,194). Sum of RGB (Red+Green+Blue) = 251+18+194=463 (61% of max value = 765). Red value is 251 (98.44% from 255 or 54.21% from 463); Green value is 18 (7.42% from 255 or 3.89% from 463); Blue value is 194 (76.17% from 255 or 41.90% from 463); Max value from RGB is 251 - color contains mainly: red. Hex color #FB12C2 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FB12C2 is #04ED3D. Grayscale: #6B6B6B. Windows color (decimal): -322878 or 12718843. OLE color: 12718843.
HSL color Cylindrical-coordinate representation of color #FB12C2: hue angle of 314.68º 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 #FB12C2 is Cyan = 0, Magento = 0.93, Yellow = 0.23 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 18 | 194 | - |
| CMYK | 0 | 0.93 | 0.23 | 0.02 |
| HSL | 314.68º | 0.97% | 0.53% | - |
| HSV(B) | 314.68º | 0.93% | 0.98% | - |
| XYZ | 49.74 | 24.84 | 53.21 | - |
| YUV | 107.73 | 176.69 | 230.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 18 | 194 | 0 | 0.93 | 0.23 | 0.02 | 314.68 | 0.97 | 0.53 |
| Hex | FB | 12 | C2 | 0 | 5D | 17 | 2 | 13B | 61 | 35 |
| Octal | 373 | 22 | 302 | 0 | 135 | 27 | 2 | 473 | 141 | 65 |
| Binary | 11111011 | 10010 | 11000010 | 0 | 1011101 | 10111 | 10 | 100111011 | 1100001 | 110101 |
Color Harmonies of #FB12C2
Complementary color
Monochromatic Colors of #FB12C2
Black with #FB12C2
Text Example
Text Example
White with #FB12C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB12C2; }
p { color: rgb(251,18,194); }
H1.HeaderClassName
{
color: #FB12C2;
}
.AnyTagClassName
{
color: #FB12C2;
}
</style>
background-color css
<style>
a { background-color: #FB12C2; }
a { background-color: rgb(251,18,194); }
div.DivClassName
{
background-color: #FB12C2;
}
.BgClassName
{
background-color: #FB12C2;
}
</style>
border-color css
<style>
span { border-color: #FB12C2; }
span { border-color: rgb(251,18,194); }
td.TdClassName
{
border-color: #FB12C2;
}
.TagClassName
{
border-color: #FB12C2;
}
</style>