Shades of Shocking Pink #FB20C9
Tints of Shocking Pink #FB20C9
RGB
CMYK
RGB Variations
Color information
#FB20C9 (or 0xFB20C9) is known color: Shocking Pink. HEX triplet: FB, 20 and C9. RGB value is (251,32,201). Sum of RGB (Red+Green+Blue) = 251+32+201=484 (64% of max value = 765). Red value is 251 (98.44% from 255 or 51.86% from 484); Green value is 32 (12.89% from 255 or 6.61% from 484); Blue value is 201 (78.91% from 255 or 41.53% from 484); Max value from RGB is 251 - color contains mainly: red. Hex color #FB20C9 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FB20C9 is #04DF36. Grayscale: #747474. Windows color (decimal): -319287 or 13181179. OLE color: 13181179.
HSL color Cylindrical-coordinate representation of color #FB20C9: hue angle of 313.7º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #FB20C9 is Cyan = 0, Magento = 0.87, Yellow = 0.20 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 32 | 201 | - |
| CMYK | 0 | 0.87 | 0.20 | 0.02 |
| HSL | 313.7º | 0.96% | 0.55% | - |
| HSV(B) | 313.7º | 0.87% | 0.98% | - |
| XYZ | 50.84 | 25.76 | 57.55 | - |
| YUV | 116.75 | 175.55 | 223.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 32 | 201 | 0 | 0.87 | 0.20 | 0.02 | 313.7 | 0.96 | 0.55 |
| Hex | FB | 20 | C9 | 0 | 57 | 14 | 2 | 13A | 60 | 37 |
| Octal | 373 | 40 | 311 | 0 | 127 | 24 | 2 | 472 | 140 | 67 |
| Binary | 11111011 | 100000 | 11001001 | 0 | 1010111 | 10100 | 10 | 100111010 | 1100000 | 110111 |
Color Harmonies of #FB20C9
Complementary color
Monochromatic Colors of #FB20C9
Black with #FB20C9
Text Example
Text Example
White with #FB20C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB20C9; }
p { color: rgb(251,32,201); }
H1.HeaderClassName
{
color: #FB20C9;
}
.AnyTagClassName
{
color: #FB20C9;
}
</style>
background-color css
<style>
a { background-color: #FB20C9; }
a { background-color: rgb(251,32,201); }
div.DivClassName
{
background-color: #FB20C9;
}
.BgClassName
{
background-color: #FB20C9;
}
</style>
border-color css
<style>
span { border-color: #FB20C9; }
span { border-color: rgb(251,32,201); }
td.TdClassName
{
border-color: #FB20C9;
}
.TagClassName
{
border-color: #FB20C9;
}
</style>