Shades of Shocking Pink #FB21C2
Tints of Shocking Pink #FB21C2
RGB
CMYK
RGB Variations
Color information
#FB21C2 (or 0xFB21C2) is known color: Shocking Pink. HEX triplet: FB, 21 and C2. RGB value is (251,33,194). Sum of RGB (Red+Green+Blue) = 251+33+194=478 (63% of max value = 765). Red value is 251 (98.44% from 255 or 52.51% from 478); Green value is 33 (13.28% from 255 or 6.90% from 478); Blue value is 194 (76.17% from 255 or 40.59% from 478); Max value from RGB is 251 - color contains mainly: red. Hex color #FB21C2 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FB21C2 is #04DE3D. Grayscale: #747474. Windows color (decimal): -319038 or 12722683. OLE color: 12722683.
HSL color Cylindrical-coordinate representation of color #FB21C2: hue angle of 315.69º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #FB21C2 is Cyan = 0, Magento = 0.87, Yellow = 0.23 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 33 | 194 | - |
| CMYK | 0 | 0.87 | 0.23 | 0.02 |
| HSL | 315.69º | 0.96% | 0.56% | - |
| HSV(B) | 315.69º | 0.87% | 0.98% | - |
| XYZ | 50.07 | 25.49 | 53.32 | - |
| YUV | 116.54 | 171.72 | 223.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 33 | 194 | 0 | 0.87 | 0.23 | 0.02 | 315.69 | 0.96 | 0.56 |
| Hex | FB | 21 | C2 | 0 | 57 | 17 | 2 | 13C | 60 | 38 |
| Octal | 373 | 41 | 302 | 0 | 127 | 27 | 2 | 474 | 140 | 70 |
| Binary | 11111011 | 100001 | 11000010 | 0 | 1010111 | 10111 | 10 | 100111100 | 1100000 | 111000 |
Color Harmonies of #FB21C2
Complementary color
Monochromatic Colors of #FB21C2
Black with #FB21C2
Text Example
Text Example
White with #FB21C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB21C2; }
p { color: rgb(251,33,194); }
H1.HeaderClassName
{
color: #FB21C2;
}
.AnyTagClassName
{
color: #FB21C2;
}
</style>
background-color css
<style>
a { background-color: #FB21C2; }
a { background-color: rgb(251,33,194); }
div.DivClassName
{
background-color: #FB21C2;
}
.BgClassName
{
background-color: #FB21C2;
}
</style>
border-color css
<style>
span { border-color: #FB21C2; }
span { border-color: rgb(251,33,194); }
td.TdClassName
{
border-color: #FB21C2;
}
.TagClassName
{
border-color: #FB21C2;
}
</style>