Shades of Shocking Pink #FB0DC7
Tints of Shocking Pink #FB0DC7
RGB
CMYK
RGB Variations
Color information
#FB0DC7 (or 0xFB0DC7) is known color: Shocking Pink. HEX triplet: FB, 0D and C7. RGB value is (251,13,199). Sum of RGB (Red+Green+Blue) = 251+13+199=463 (61% of max value = 765). Red value is 251 (98.44% from 255 or 54.21% from 463); Green value is 13 (5.47% from 255 or 2.81% from 463); Blue value is 199 (78.12% from 255 or 42.98% from 463); Max value from RGB is 251 - color contains mainly: red. Hex color #FB0DC7 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FB0DC7 is #04F238. Grayscale: #686868. Windows color (decimal): -324153 or 13045243. OLE color: 13045243.
HSL color Cylindrical-coordinate representation of color #FB0DC7: hue angle of 313.11º 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 #FB0DC7 is Cyan = 0, Magento = 0.95, Yellow = 0.21 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 13 | 199 | - |
| CMYK | 0 | 0.95 | 0.21 | 0.02 |
| HSL | 313.11º | 0.97% | 0.52% | - |
| HSV(B) | 313.11º | 0.95% | 0.98% | - |
| XYZ | 50.24 | 24.92 | 56.2 | - |
| YUV | 105.37 | 180.85 | 231.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 13 | 199 | 0 | 0.95 | 0.21 | 0.02 | 313.11 | 0.97 | 0.52 |
| Hex | FB | D | C7 | 0 | 5F | 15 | 2 | 139 | 61 | 34 |
| Octal | 373 | 15 | 307 | 0 | 137 | 25 | 2 | 471 | 141 | 64 |
| Binary | 11111011 | 1101 | 11000111 | 0 | 1011111 | 10101 | 10 | 100111001 | 1100001 | 110100 |
Color Harmonies of #FB0DC7
Complementary color
Monochromatic Colors of #FB0DC7
Black with #FB0DC7
Text Example
Text Example
White with #FB0DC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB0DC7; }
p { color: rgb(251,13,199); }
H1.HeaderClassName
{
color: #FB0DC7;
}
.AnyTagClassName
{
color: #FB0DC7;
}
</style>
background-color css
<style>
a { background-color: #FB0DC7; }
a { background-color: rgb(251,13,199); }
div.DivClassName
{
background-color: #FB0DC7;
}
.BgClassName
{
background-color: #FB0DC7;
}
</style>
border-color css
<style>
span { border-color: #FB0DC7; }
span { border-color: rgb(251,13,199); }
td.TdClassName
{
border-color: #FB0DC7;
}
.TagClassName
{
border-color: #FB0DC7;
}
</style>