Shades of Shocking Pink #FB22C2
Tints of Shocking Pink #FB22C2
RGB
CMYK
RGB Variations
Color information
#FB22C2 (or 0xFB22C2) is known color: Shocking Pink. HEX triplet: FB, 22 and C2. RGB value is (251,34,194). Sum of RGB (Red+Green+Blue) = 251+34+194=479 (63% of max value = 765). Red value is 251 (98.44% from 255 or 52.40% from 479); Green value is 34 (13.67% from 255 or 7.10% from 479); Blue value is 194 (76.17% from 255 or 40.50% from 479); Max value from RGB is 251 - color contains mainly: red. Hex color #FB22C2 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FB22C2 is #04DD3D. Grayscale: #747474. Windows color (decimal): -318782 or 12722939. OLE color: 12722939.
HSL color Cylindrical-coordinate representation of color #FB22C2: hue angle of 315.76º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #FB22C2 is Cyan = 0, Magento = 0.86, Yellow = 0.23 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 34 | 194 | - |
| CMYK | 0 | 0.86 | 0.23 | 0.02 |
| HSL | 315.76º | 0.96% | 0.56% | - |
| HSV(B) | 315.76º | 0.86% | 0.98% | - |
| XYZ | 50.09 | 25.55 | 53.33 | - |
| YUV | 117.12 | 171.39 | 223.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 34 | 194 | 0 | 0.86 | 0.23 | 0.02 | 315.76 | 0.96 | 0.56 |
| Hex | FB | 22 | C2 | 0 | 56 | 17 | 2 | 13C | 60 | 38 |
| Octal | 373 | 42 | 302 | 0 | 126 | 27 | 2 | 474 | 140 | 70 |
| Binary | 11111011 | 100010 | 11000010 | 0 | 1010110 | 10111 | 10 | 100111100 | 1100000 | 111000 |
Color Harmonies of #FB22C2
Complementary color
Monochromatic Colors of #FB22C2
Black with #FB22C2
Text Example
Text Example
White with #FB22C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB22C2; }
p { color: rgb(251,34,194); }
H1.HeaderClassName
{
color: #FB22C2;
}
.AnyTagClassName
{
color: #FB22C2;
}
</style>
background-color css
<style>
a { background-color: #FB22C2; }
a { background-color: rgb(251,34,194); }
div.DivClassName
{
background-color: #FB22C2;
}
.BgClassName
{
background-color: #FB22C2;
}
</style>
border-color css
<style>
span { border-color: #FB22C2; }
span { border-color: rgb(251,34,194); }
td.TdClassName
{
border-color: #FB22C2;
}
.TagClassName
{
border-color: #FB22C2;
}
</style>