Shades of Shocking Pink #FB0DC5
Tints of Shocking Pink #FB0DC5
RGB
CMYK
RGB Variations
Color information
#FB0DC5 (or 0xFB0DC5) is known color: Shocking Pink. HEX triplet: FB, 0D and C5. RGB value is (251,13,197). Sum of RGB (Red+Green+Blue) = 251+13+197=461 (61% of max value = 765). Red value is 251 (98.44% from 255 or 54.45% from 461); Green value is 13 (5.47% from 255 or 2.82% from 461); Blue value is 197 (77.34% from 255 or 42.73% from 461); Max value from RGB is 251 - color contains mainly: red. Hex color #FB0DC5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FB0DC5 is #04F23A. Grayscale: #686868. Windows color (decimal): -324155 or 12914171. OLE color: 12914171.
HSL color Cylindrical-coordinate representation of color #FB0DC5: hue angle of 313.61º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FB0DC5 is Cyan = 0, Magento = 0.95, Yellow = 0.22 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 13 | 197 | - |
| CMYK | 0 | 0.95 | 0.22 | 0.02 |
| HSL | 313.61º | 0.97% | 0.52% | - |
| HSV(B) | 313.61º | 0.95% | 0.98% | - |
| XYZ | 50.01 | 24.83 | 54.98 | - |
| YUV | 105.14 | 179.85 | 232.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 13 | 197 | 0 | 0.95 | 0.22 | 0.02 | 313.61 | 0.97 | 0.52 |
| Hex | FB | D | C5 | 0 | 5F | 16 | 2 | 13A | 61 | 34 |
| Octal | 373 | 15 | 305 | 0 | 137 | 26 | 2 | 472 | 141 | 64 |
| Binary | 11111011 | 1101 | 11000101 | 0 | 1011111 | 10110 | 10 | 100111010 | 1100001 | 110100 |
Color Harmonies of #FB0DC5
Complementary color
Monochromatic Colors of #FB0DC5
Black with #FB0DC5
Text Example
Text Example
White with #FB0DC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB0DC5; }
p { color: rgb(251,13,197); }
H1.HeaderClassName
{
color: #FB0DC5;
}
.AnyTagClassName
{
color: #FB0DC5;
}
</style>
background-color css
<style>
a { background-color: #FB0DC5; }
a { background-color: rgb(251,13,197); }
div.DivClassName
{
background-color: #FB0DC5;
}
.BgClassName
{
background-color: #FB0DC5;
}
</style>
border-color css
<style>
span { border-color: #FB0DC5; }
span { border-color: rgb(251,13,197); }
td.TdClassName
{
border-color: #FB0DC5;
}
.TagClassName
{
border-color: #FB0DC5;
}
</style>