Shades of Shocking Pink #FB09C0
Tints of Shocking Pink #FB09C0
RGB
CMYK
RGB Variations
Color information
#FB09C0 (or 0xFB09C0) is known color: Shocking Pink. HEX triplet: FB, 09 and C0. RGB value is (251,9,192). Sum of RGB (Red+Green+Blue) = 251+9+192=452 (59% of max value = 765). Red value is 251 (98.44% from 255 or 55.53% from 452); Green value is 9 (3.91% from 255 or 1.99% from 452); Blue value is 192 (75.39% from 255 or 42.48% from 452); Max value from RGB is 251 - color contains mainly: red. Hex color #FB09C0 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FB09C0 is #04F63F. Grayscale: #656565. Windows color (decimal): -325184 or 12585467. OLE color: 12585467.
HSL color Cylindrical-coordinate representation of color #FB09C0: hue angle of 314.63º degrees, saturation: 0.97, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FB09C0 is Cyan = 0, Magento = 0.96, Yellow = 0.24 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 9 | 192 | - |
| CMYK | 0 | 0.96 | 0.24 | 0.02 |
| HSL | 314.63º | 0.97% | 0.51% | - |
| HSV(B) | 314.63º | 0.96% | 0.98% | - |
| XYZ | 49.4 | 24.51 | 52 | - |
| YUV | 102.22 | 178.67 | 234.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 9 | 192 | 0 | 0.96 | 0.24 | 0.02 | 314.63 | 0.97 | 0.51 |
| Hex | FB | 9 | C0 | 0 | 60 | 18 | 2 | 13B | 61 | 33 |
| Octal | 373 | 11 | 300 | 0 | 140 | 30 | 2 | 473 | 141 | 63 |
| Binary | 11111011 | 1001 | 11000000 | 0 | 1100000 | 11000 | 10 | 100111011 | 1100001 | 110011 |
Color Harmonies of #FB09C0
Complementary color
Monochromatic Colors of #FB09C0
Black with #FB09C0
Text Example
Text Example
White with #FB09C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB09C0; }
p { color: rgb(251,9,192); }
H1.HeaderClassName
{
color: #FB09C0;
}
.AnyTagClassName
{
color: #FB09C0;
}
</style>
background-color css
<style>
a { background-color: #FB09C0; }
a { background-color: rgb(251,9,192); }
div.DivClassName
{
background-color: #FB09C0;
}
.BgClassName
{
background-color: #FB09C0;
}
</style>
border-color css
<style>
span { border-color: #FB09C0; }
span { border-color: rgb(251,9,192); }
td.TdClassName
{
border-color: #FB09C0;
}
.TagClassName
{
border-color: #FB09C0;
}
</style>