Shades of Shocking Pink #FB07C5
Tints of Shocking Pink #FB07C5
RGB
CMYK
RGB Variations
Color information
#FB07C5 (or 0xFB07C5) is known color: Shocking Pink. HEX triplet: FB, 07 and C5. RGB value is (251,7,197). Sum of RGB (Red+Green+Blue) = 251+7+197=455 (60% of max value = 765). Red value is 251 (98.44% from 255 or 55.16% from 455); Green value is 7 (3.12% from 255 or 1.54% from 455); Blue value is 197 (77.34% from 255 or 43.30% from 455); Max value from RGB is 251 - color contains mainly: red. Hex color #FB07C5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FB07C5 is #04F83A. Grayscale: #656565. Windows color (decimal): -325691 or 12912635. OLE color: 12912635.
HSL color Cylindrical-coordinate representation of color #FB07C5: hue angle of 313.28º degrees, saturation: 0.97, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FB07C5 is Cyan = 0, Magento = 0.97, Yellow = 0.22 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 7 | 197 | - |
| CMYK | 0 | 0.97 | 0.22 | 0.02 |
| HSL | 313.28º | 0.97% | 0.51% | - |
| HSV(B) | 313.28º | 0.97% | 0.98% | - |
| XYZ | 49.94 | 24.69 | 54.96 | - |
| YUV | 101.62 | 181.84 | 234.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 7 | 197 | 0 | 0.97 | 0.22 | 0.02 | 313.28 | 0.97 | 0.51 |
| Hex | FB | 7 | C5 | 0 | 61 | 16 | 2 | 139 | 61 | 33 |
| Octal | 373 | 7 | 305 | 0 | 141 | 26 | 2 | 471 | 141 | 63 |
| Binary | 11111011 | 111 | 11000101 | 0 | 1100001 | 10110 | 10 | 100111001 | 1100001 | 110011 |
Color Harmonies of #FB07C5
Complementary color
Monochromatic Colors of #FB07C5
Black with #FB07C5
Text Example
Text Example
White with #FB07C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB07C5; }
p { color: rgb(251,7,197); }
H1.HeaderClassName
{
color: #FB07C5;
}
.AnyTagClassName
{
color: #FB07C5;
}
</style>
background-color css
<style>
a { background-color: #FB07C5; }
a { background-color: rgb(251,7,197); }
div.DivClassName
{
background-color: #FB07C5;
}
.BgClassName
{
background-color: #FB07C5;
}
</style>
border-color css
<style>
span { border-color: #FB07C5; }
span { border-color: rgb(251,7,197); }
td.TdClassName
{
border-color: #FB07C5;
}
.TagClassName
{
border-color: #FB07C5;
}
</style>