Shades of Shocking Pink #FB08C6
Tints of Shocking Pink #FB08C6
RGB
CMYK
RGB Variations
Color information
#FB08C6 (or 0xFB08C6) is known color: Shocking Pink. HEX triplet: FB, 08 and C6. RGB value is (251,8,198). Sum of RGB (Red+Green+Blue) = 251+8+198=457 (60% of max value = 765). Red value is 251 (98.44% from 255 or 54.92% from 457); Green value is 8 (3.52% from 255 or 1.75% from 457); Blue value is 198 (77.73% from 255 or 43.33% from 457); Max value from RGB is 251 - color contains mainly: red. Hex color #FB08C6 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FB08C6 is #04F739. Grayscale: #656565. Windows color (decimal): -325434 or 12978427. OLE color: 12978427.
HSL color Cylindrical-coordinate representation of color #FB08C6: hue angle of 313.09º 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 #FB08C6 is Cyan = 0, Magento = 0.97, Yellow = 0.21 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 8 | 198 | - |
| CMYK | 0 | 0.97 | 0.21 | 0.02 |
| HSL | 313.09º | 0.97% | 0.51% | - |
| HSV(B) | 313.09º | 0.97% | 0.98% | - |
| XYZ | 50.06 | 24.76 | 55.57 | - |
| YUV | 102.32 | 182.01 | 234.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 8 | 198 | 0 | 0.97 | 0.21 | 0.02 | 313.09 | 0.97 | 0.51 |
| Hex | FB | 8 | C6 | 0 | 61 | 15 | 2 | 139 | 61 | 33 |
| Octal | 373 | 10 | 306 | 0 | 141 | 25 | 2 | 471 | 141 | 63 |
| Binary | 11111011 | 1000 | 11000110 | 0 | 1100001 | 10101 | 10 | 100111001 | 1100001 | 110011 |
Color Harmonies of #FB08C6
Complementary color
Monochromatic Colors of #FB08C6
Black with #FB08C6
Text Example
Text Example
White with #FB08C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB08C6; }
p { color: rgb(251,8,198); }
H1.HeaderClassName
{
color: #FB08C6;
}
.AnyTagClassName
{
color: #FB08C6;
}
</style>
background-color css
<style>
a { background-color: #FB08C6; }
a { background-color: rgb(251,8,198); }
div.DivClassName
{
background-color: #FB08C6;
}
.BgClassName
{
background-color: #FB08C6;
}
</style>
border-color css
<style>
span { border-color: #FB08C6; }
span { border-color: rgb(251,8,198); }
td.TdClassName
{
border-color: #FB08C6;
}
.TagClassName
{
border-color: #FB08C6;
}
</style>