Shades of Shocking Pink #FB02C0
Tints of Shocking Pink #FB02C0
RGB
CMYK
RGB Variations
Color information
#FB02C0 (or 0xFB02C0) is known color: Shocking Pink. HEX triplet: FB, 02 and C0. RGB value is (251,2,192). Sum of RGB (Red+Green+Blue) = 251+2+192=445 (58% of max value = 765). Red value is 251 (98.44% from 255 or 56.40% from 445); Green value is 2 (1.17% from 255 or 0.45% from 445); Blue value is 192 (75.39% from 255 or 43.15% from 445); Max value from RGB is 251 - color contains mainly: red. Hex color #FB02C0 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FB02C0 is #04FD3F. Grayscale: #616161. Windows color (decimal): -326976 or 12583675. OLE color: 12583675.
HSL color Cylindrical-coordinate representation of color #FB02C0: hue angle of 314.22º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FB02C0 is Cyan = 0, Magento = 0.99, Yellow = 0.24 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 2 | 192 | - |
| CMYK | 0 | 0.99 | 0.24 | 0.02 |
| HSL | 314.22º | 0.98% | 0.5% | - |
| HSV(B) | 314.22º | 0.99% | 0.98% | - |
| XYZ | 49.32 | 24.36 | 51.97 | - |
| YUV | 98.11 | 180.99 | 237.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 2 | 192 | 0 | 0.99 | 0.24 | 0.02 | 314.22 | 0.98 | 0.5 |
| Hex | FB | 2 | C0 | 0 | 63 | 18 | 2 | 13A | 62 | 32 |
| Octal | 373 | 2 | 300 | 0 | 143 | 30 | 2 | 472 | 142 | 62 |
| Binary | 11111011 | 10 | 11000000 | 0 | 1100011 | 11000 | 10 | 100111010 | 1100010 | 110010 |
Color Harmonies of #FB02C0
Complementary color
Monochromatic Colors of #FB02C0
Black with #FB02C0
Text Example
Text Example
White with #FB02C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB02C0; }
p { color: rgb(251,2,192); }
H1.HeaderClassName
{
color: #FB02C0;
}
.AnyTagClassName
{
color: #FB02C0;
}
</style>
background-color css
<style>
a { background-color: #FB02C0; }
a { background-color: rgb(251,2,192); }
div.DivClassName
{
background-color: #FB02C0;
}
.BgClassName
{
background-color: #FB02C0;
}
</style>
border-color css
<style>
span { border-color: #FB02C0; }
span { border-color: rgb(251,2,192); }
td.TdClassName
{
border-color: #FB02C0;
}
.TagClassName
{
border-color: #FB02C0;
}
</style>