Shades of Shocking Pink #FB04B7
Tints of Shocking Pink #FB04B7
RGB
CMYK
RGB Variations
Color information
#FB04B7 (or 0xFB04B7) is known color: Shocking Pink. HEX triplet: FB, 04 and B7. RGB value is (251,4,183). Sum of RGB (Red+Green+Blue) = 251+4+183=438 (58% of max value = 765). Red value is 251 (98.44% from 255 or 57.31% from 438); Green value is 4 (1.95% from 255 or 0.91% from 438); Blue value is 183 (71.88% from 255 or 41.78% from 438); Max value from RGB is 251 - color contains mainly: red. Hex color #FB04B7 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FB04B7 is #04FB48. Grayscale: #616161. Windows color (decimal): -326473 or 11994363. OLE color: 11994363.
HSL color Cylindrical-coordinate representation of color #FB04B7: hue angle of 316.52º degrees, saturation: 0.97, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FB04B7 is Cyan = 0, Magento = 0.98, Yellow = 0.27 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 4 | 183 | - |
| CMYK | 0 | 0.98 | 0.27 | 0.02 |
| HSL | 316.52º | 0.97% | 0.5% | - |
| HSV(B) | 316.52º | 0.98% | 0.98% | - |
| XYZ | 48.37 | 24.01 | 46.89 | - |
| YUV | 98.26 | 175.83 | 236.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 4 | 183 | 0 | 0.98 | 0.27 | 0.02 | 316.52 | 0.97 | 0.5 |
| Hex | FB | 4 | B7 | 0 | 62 | 1B | 2 | 13D | 61 | 32 |
| Octal | 373 | 4 | 267 | 0 | 142 | 33 | 2 | 475 | 141 | 62 |
| Binary | 11111011 | 100 | 10110111 | 0 | 1100010 | 11011 | 10 | 100111101 | 1100001 | 110010 |
Color Harmonies of #FB04B7
Complementary color
Monochromatic Colors of #FB04B7
Black with #FB04B7
Text Example
Text Example
White with #FB04B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB04B7; }
p { color: rgb(251,4,183); }
H1.HeaderClassName
{
color: #FB04B7;
}
.AnyTagClassName
{
color: #FB04B7;
}
</style>
background-color css
<style>
a { background-color: #FB04B7; }
a { background-color: rgb(251,4,183); }
div.DivClassName
{
background-color: #FB04B7;
}
.BgClassName
{
background-color: #FB04B7;
}
</style>
border-color css
<style>
span { border-color: #FB04B7; }
span { border-color: rgb(251,4,183); }
td.TdClassName
{
border-color: #FB04B7;
}
.TagClassName
{
border-color: #FB04B7;
}
</style>