Shades of Shocking Pink #FB0FCD
Tints of Shocking Pink #FB0FCD
RGB
CMYK
RGB Variations
Color information
#FB0FCD (or 0xFB0FCD) is known color: Shocking Pink. HEX triplet: FB, 0F and CD. RGB value is (251,15,205). Sum of RGB (Red+Green+Blue) = 251+15+205=471 (62% of max value = 765). Red value is 251 (98.44% from 255 or 53.29% from 471); Green value is 15 (6.25% from 255 or 3.18% from 471); Blue value is 205 (80.47% from 255 or 43.52% from 471); Max value from RGB is 251 - color contains mainly: red. Hex color #FB0FCD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FB0FCD is #04F032. Grayscale: #6A6A6A. Windows color (decimal): -323635 or 13438971. OLE color: 13438971.
HSL color Cylindrical-coordinate representation of color #FB0FCD: hue angle of 311.69º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FB0FCD is Cyan = 0, Magento = 0.94, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 15 | 205 | - |
| CMYK | 0 | 0.94 | 0.18 | 0.02 |
| HSL | 311.69º | 0.97% | 0.52% | - |
| HSV(B) | 311.69º | 0.94% | 0.98% | - |
| XYZ | 50.97 | 25.26 | 59.95 | - |
| YUV | 107.22 | 183.19 | 230.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 15 | 205 | 0 | 0.94 | 0.18 | 0.02 | 311.69 | 0.97 | 0.52 |
| Hex | FB | F | CD | 0 | 5E | 12 | 2 | 138 | 61 | 34 |
| Octal | 373 | 17 | 315 | 0 | 136 | 22 | 2 | 470 | 141 | 64 |
| Binary | 11111011 | 1111 | 11001101 | 0 | 1011110 | 10010 | 10 | 100111000 | 1100001 | 110100 |
Color Harmonies of #FB0FCD
Complementary color
Monochromatic Colors of #FB0FCD
Black with #FB0FCD
Text Example
Text Example
White with #FB0FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB0FCD; }
p { color: rgb(251,15,205); }
H1.HeaderClassName
{
color: #FB0FCD;
}
.AnyTagClassName
{
color: #FB0FCD;
}
</style>
background-color css
<style>
a { background-color: #FB0FCD; }
a { background-color: rgb(251,15,205); }
div.DivClassName
{
background-color: #FB0FCD;
}
.BgClassName
{
background-color: #FB0FCD;
}
</style>
border-color css
<style>
span { border-color: #FB0FCD; }
span { border-color: rgb(251,15,205); }
td.TdClassName
{
border-color: #FB0FCD;
}
.TagClassName
{
border-color: #FB0FCD;
}
</style>