Shades of Shocking Pink #FB10C2
Tints of Shocking Pink #FB10C2
RGB
CMYK
RGB Variations
Color information
#FB10C2 (or 0xFB10C2) is known color: Shocking Pink. HEX triplet: FB, 10 and C2. RGB value is (251,16,194). Sum of RGB (Red+Green+Blue) = 251+16+194=461 (61% of max value = 765). Red value is 251 (98.44% from 255 or 54.45% from 461); Green value is 16 (6.64% from 255 or 3.47% from 461); Blue value is 194 (76.17% from 255 or 42.08% from 461); Max value from RGB is 251 - color contains mainly: red. Hex color #FB10C2 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FB10C2 is #04EF3D. Grayscale: #6A6A6A. Windows color (decimal): -323390 or 12718331. OLE color: 12718331.
HSL color Cylindrical-coordinate representation of color #FB10C2: hue angle of 314.55º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FB10C2 is Cyan = 0, Magento = 0.94, Yellow = 0.23 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 16 | 194 | - |
| CMYK | 0 | 0.94 | 0.23 | 0.02 |
| HSL | 314.55º | 0.97% | 0.52% | - |
| HSV(B) | 314.55º | 0.94% | 0.98% | - |
| XYZ | 49.71 | 24.77 | 53.2 | - |
| YUV | 106.56 | 177.36 | 231.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 16 | 194 | 0 | 0.94 | 0.23 | 0.02 | 314.55 | 0.97 | 0.52 |
| Hex | FB | 10 | C2 | 0 | 5E | 17 | 2 | 13B | 61 | 34 |
| Octal | 373 | 20 | 302 | 0 | 136 | 27 | 2 | 473 | 141 | 64 |
| Binary | 11111011 | 10000 | 11000010 | 0 | 1011110 | 10111 | 10 | 100111011 | 1100001 | 110100 |
Color Harmonies of #FB10C2
Complementary color
Monochromatic Colors of #FB10C2
Black with #FB10C2
Text Example
Text Example
White with #FB10C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB10C2; }
p { color: rgb(251,16,194); }
H1.HeaderClassName
{
color: #FB10C2;
}
.AnyTagClassName
{
color: #FB10C2;
}
</style>
background-color css
<style>
a { background-color: #FB10C2; }
a { background-color: rgb(251,16,194); }
div.DivClassName
{
background-color: #FB10C2;
}
.BgClassName
{
background-color: #FB10C2;
}
</style>
border-color css
<style>
span { border-color: #FB10C2; }
span { border-color: rgb(251,16,194); }
td.TdClassName
{
border-color: #FB10C2;
}
.TagClassName
{
border-color: #FB10C2;
}
</style>