Shades of Shocking Pink #FB05C2
Tints of Shocking Pink #FB05C2
RGB
CMYK
RGB Variations
Color information
#FB05C2 (or 0xFB05C2) is known color: Shocking Pink. HEX triplet: FB, 05 and C2. RGB value is (251,5,194). Sum of RGB (Red+Green+Blue) = 251+5+194=450 (59% of max value = 765). Red value is 251 (98.44% from 255 or 55.78% from 450); Green value is 5 (2.34% from 255 or 1.11% from 450); Blue value is 194 (76.17% from 255 or 43.11% from 450); Max value from RGB is 251 - color contains mainly: red. Hex color #FB05C2 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FB05C2 is #04FA3D. Grayscale: #636363. Windows color (decimal): -326206 or 12715515. OLE color: 12715515.
HSL color Cylindrical-coordinate representation of color #FB05C2: hue angle of 313.9º degrees, saturation: 0.97, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FB05C2 is Cyan = 0, Magento = 0.98, Yellow = 0.23 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 5 | 194 | - |
| CMYK | 0 | 0.98 | 0.23 | 0.02 |
| HSL | 313.9º | 0.97% | 0.5% | - |
| HSV(B) | 313.9º | 0.98% | 0.98% | - |
| XYZ | 49.58 | 24.51 | 53.16 | - |
| YUV | 100.1 | 181 | 235.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 5 | 194 | 0 | 0.98 | 0.23 | 0.02 | 313.9 | 0.97 | 0.5 |
| Hex | FB | 5 | C2 | 0 | 62 | 17 | 2 | 13A | 61 | 32 |
| Octal | 373 | 5 | 302 | 0 | 142 | 27 | 2 | 472 | 141 | 62 |
| Binary | 11111011 | 101 | 11000010 | 0 | 1100010 | 10111 | 10 | 100111010 | 1100001 | 110010 |
Color Harmonies of #FB05C2
Complementary color
Monochromatic Colors of #FB05C2
Black with #FB05C2
Text Example
Text Example
White with #FB05C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB05C2; }
p { color: rgb(251,5,194); }
H1.HeaderClassName
{
color: #FB05C2;
}
.AnyTagClassName
{
color: #FB05C2;
}
</style>
background-color css
<style>
a { background-color: #FB05C2; }
a { background-color: rgb(251,5,194); }
div.DivClassName
{
background-color: #FB05C2;
}
.BgClassName
{
background-color: #FB05C2;
}
</style>
border-color css
<style>
span { border-color: #FB05C2; }
span { border-color: rgb(251,5,194); }
td.TdClassName
{
border-color: #FB05C2;
}
.TagClassName
{
border-color: #FB05C2;
}
</style>