Shades of Shocking Pink #FB20C7
Tints of Shocking Pink #FB20C7
RGB
CMYK
RGB Variations
Color information
#FB20C7 (or 0xFB20C7) is known color: Shocking Pink. HEX triplet: FB, 20 and C7. RGB value is (251,32,199). Sum of RGB (Red+Green+Blue) = 251+32+199=482 (63% of max value = 765). Red value is 251 (98.44% from 255 or 52.07% from 482); Green value is 32 (12.89% from 255 or 6.64% from 482); Blue value is 199 (78.12% from 255 or 41.29% from 482); Max value from RGB is 251 - color contains mainly: red. Hex color #FB20C7 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FB20C7 is #04DF38. Grayscale: #747474. Windows color (decimal): -319289 or 13050107. OLE color: 13050107.
HSL color Cylindrical-coordinate representation of color #FB20C7: hue angle of 314.25º 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 #FB20C7 is Cyan = 0, Magento = 0.87, Yellow = 0.21 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 32 | 199 | - |
| CMYK | 0 | 0.87 | 0.21 | 0.02 |
| HSL | 314.25º | 0.96% | 0.55% | - |
| HSV(B) | 314.25º | 0.87% | 0.98% | - |
| XYZ | 50.61 | 25.67 | 56.32 | - |
| YUV | 116.52 | 174.55 | 223.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 32 | 199 | 0 | 0.87 | 0.21 | 0.02 | 314.25 | 0.96 | 0.55 |
| Hex | FB | 20 | C7 | 0 | 57 | 15 | 2 | 13A | 60 | 37 |
| Octal | 373 | 40 | 307 | 0 | 127 | 25 | 2 | 472 | 140 | 67 |
| Binary | 11111011 | 100000 | 11000111 | 0 | 1010111 | 10101 | 10 | 100111010 | 1100000 | 110111 |
Color Harmonies of #FB20C7
Complementary color
Monochromatic Colors of #FB20C7
Black with #FB20C7
Text Example
Text Example
White with #FB20C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB20C7; }
p { color: rgb(251,32,199); }
H1.HeaderClassName
{
color: #FB20C7;
}
.AnyTagClassName
{
color: #FB20C7;
}
</style>
background-color css
<style>
a { background-color: #FB20C7; }
a { background-color: rgb(251,32,199); }
div.DivClassName
{
background-color: #FB20C7;
}
.BgClassName
{
background-color: #FB20C7;
}
</style>
border-color css
<style>
span { border-color: #FB20C7; }
span { border-color: rgb(251,32,199); }
td.TdClassName
{
border-color: #FB20C7;
}
.TagClassName
{
border-color: #FB20C7;
}
</style>