Shades of Shocking Pink #FB04C1
Tints of Shocking Pink #FB04C1
RGB
CMYK
RGB Variations
Color information
#FB04C1 (or 0xFB04C1) is known color: Shocking Pink. HEX triplet: FB, 04 and C1. RGB value is (251,4,193). Sum of RGB (Red+Green+Blue) = 251+4+193=448 (59% of max value = 765). Red value is 251 (98.44% from 255 or 56.03% from 448); Green value is 4 (1.95% from 255 or 0.89% from 448); Blue value is 193 (75.78% from 255 or 43.08% from 448); Max value from RGB is 251 - color contains mainly: red. Hex color #FB04C1 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FB04C1 is #04FB3E. Grayscale: #626262. Windows color (decimal): -326463 or 12649723. OLE color: 12649723.
HSL color Cylindrical-coordinate representation of color #FB04C1: hue angle of 314.09º 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 #FB04C1 is Cyan = 0, Magento = 0.98, Yellow = 0.23 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 4 | 193 | - |
| CMYK | 0 | 0.98 | 0.23 | 0.02 |
| HSL | 314.09º | 0.97% | 0.5% | - |
| HSV(B) | 314.09º | 0.98% | 0.98% | - |
| XYZ | 49.45 | 24.45 | 52.56 | - |
| YUV | 99.4 | 180.83 | 236.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 4 | 193 | 0 | 0.98 | 0.23 | 0.02 | 314.09 | 0.97 | 0.5 |
| Hex | FB | 4 | C1 | 0 | 62 | 17 | 2 | 13A | 61 | 32 |
| Octal | 373 | 4 | 301 | 0 | 142 | 27 | 2 | 472 | 141 | 62 |
| Binary | 11111011 | 100 | 11000001 | 0 | 1100010 | 10111 | 10 | 100111010 | 1100001 | 110010 |
Color Harmonies of #FB04C1
Complementary color
Monochromatic Colors of #FB04C1
Black with #FB04C1
Text Example
Text Example
White with #FB04C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB04C1; }
p { color: rgb(251,4,193); }
H1.HeaderClassName
{
color: #FB04C1;
}
.AnyTagClassName
{
color: #FB04C1;
}
</style>
background-color css
<style>
a { background-color: #FB04C1; }
a { background-color: rgb(251,4,193); }
div.DivClassName
{
background-color: #FB04C1;
}
.BgClassName
{
background-color: #FB04C1;
}
</style>
border-color css
<style>
span { border-color: #FB04C1; }
span { border-color: rgb(251,4,193); }
td.TdClassName
{
border-color: #FB04C1;
}
.TagClassName
{
border-color: #FB04C1;
}
</style>