Shades of Shocking Pink #FB0DCC
Tints of Shocking Pink #FB0DCC
RGB
CMYK
RGB Variations
Color information
#FB0DCC (or 0xFB0DCC) is known color: Shocking Pink. HEX triplet: FB, 0D and CC. RGB value is (251,13,204). Sum of RGB (Red+Green+Blue) = 251+13+204=468 (61% of max value = 765). Red value is 251 (98.44% from 255 or 53.63% from 468); Green value is 13 (5.47% from 255 or 2.78% from 468); Blue value is 204 (80.08% from 255 or 43.59% from 468); Max value from RGB is 251 - color contains mainly: red. Hex color #FB0DCC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FB0DCC is #04F233. Grayscale: #696969. Windows color (decimal): -324148 or 13372923. OLE color: 13372923.
HSL color Cylindrical-coordinate representation of color #FB0DCC: hue angle of 311.85º 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 #FB0DCC is Cyan = 0, Magento = 0.95, Yellow = 0.19 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 13 | 204 | - |
| CMYK | 0 | 0.95 | 0.19 | 0.02 |
| HSL | 311.85º | 0.97% | 0.52% | - |
| HSV(B) | 311.85º | 0.95% | 0.98% | - |
| XYZ | 50.83 | 25.16 | 59.3 | - |
| YUV | 105.94 | 183.35 | 231.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 13 | 204 | 0 | 0.95 | 0.19 | 0.02 | 311.85 | 0.97 | 0.52 |
| Hex | FB | D | CC | 0 | 5F | 13 | 2 | 138 | 61 | 34 |
| Octal | 373 | 15 | 314 | 0 | 137 | 23 | 2 | 470 | 141 | 64 |
| Binary | 11111011 | 1101 | 11001100 | 0 | 1011111 | 10011 | 10 | 100111000 | 1100001 | 110100 |
Color Harmonies of #FB0DCC
Complementary color
Monochromatic Colors of #FB0DCC
Black with #FB0DCC
Text Example
Text Example
White with #FB0DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB0DCC; }
p { color: rgb(251,13,204); }
H1.HeaderClassName
{
color: #FB0DCC;
}
.AnyTagClassName
{
color: #FB0DCC;
}
</style>
background-color css
<style>
a { background-color: #FB0DCC; }
a { background-color: rgb(251,13,204); }
div.DivClassName
{
background-color: #FB0DCC;
}
.BgClassName
{
background-color: #FB0DCC;
}
</style>
border-color css
<style>
span { border-color: #FB0DCC; }
span { border-color: rgb(251,13,204); }
td.TdClassName
{
border-color: #FB0DCC;
}
.TagClassName
{
border-color: #FB0DCC;
}
</style>