Shades of Shocking Pink #FB10C5
Tints of Shocking Pink #FB10C5
RGB
CMYK
RGB Variations
Color information
#FB10C5 (or 0xFB10C5) is known color: Shocking Pink. HEX triplet: FB, 10 and C5. RGB value is (251,16,197). Sum of RGB (Red+Green+Blue) = 251+16+197=464 (61% of max value = 765). Red value is 251 (98.44% from 255 or 54.09% from 464); Green value is 16 (6.64% from 255 or 3.45% from 464); Blue value is 197 (77.34% from 255 or 42.46% from 464); Max value from RGB is 251 - color contains mainly: red. Hex color #FB10C5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FB10C5 is #04EF3A. Grayscale: #6A6A6A. Windows color (decimal): -323387 or 12914939. OLE color: 12914939.
HSL color Cylindrical-coordinate representation of color #FB10C5: hue angle of 313.79º 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 #FB10C5 is Cyan = 0, Magento = 0.94, Yellow = 0.22 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 16 | 197 | - |
| CMYK | 0 | 0.94 | 0.22 | 0.02 |
| HSL | 313.79º | 0.97% | 0.52% | - |
| HSV(B) | 313.79º | 0.94% | 0.98% | - |
| XYZ | 50.05 | 24.91 | 54.99 | - |
| YUV | 106.9 | 178.86 | 230.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 16 | 197 | 0 | 0.94 | 0.22 | 0.02 | 313.79 | 0.97 | 0.52 |
| Hex | FB | 10 | C5 | 0 | 5E | 16 | 2 | 13A | 61 | 34 |
| Octal | 373 | 20 | 305 | 0 | 136 | 26 | 2 | 472 | 141 | 64 |
| Binary | 11111011 | 10000 | 11000101 | 0 | 1011110 | 10110 | 10 | 100111010 | 1100001 | 110100 |
Color Harmonies of #FB10C5
Complementary color
Monochromatic Colors of #FB10C5
Black with #FB10C5
Text Example
Text Example
White with #FB10C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB10C5; }
p { color: rgb(251,16,197); }
H1.HeaderClassName
{
color: #FB10C5;
}
.AnyTagClassName
{
color: #FB10C5;
}
</style>
background-color css
<style>
a { background-color: #FB10C5; }
a { background-color: rgb(251,16,197); }
div.DivClassName
{
background-color: #FB10C5;
}
.BgClassName
{
background-color: #FB10C5;
}
</style>
border-color css
<style>
span { border-color: #FB10C5; }
span { border-color: rgb(251,16,197); }
td.TdClassName
{
border-color: #FB10C5;
}
.TagClassName
{
border-color: #FB10C5;
}
</style>