Shades of Shocking Pink #FB18CB
Tints of Shocking Pink #FB18CB
RGB
CMYK
RGB Variations
Color information
#FB18CB (or 0xFB18CB) is known color: Shocking Pink. HEX triplet: FB, 18 and CB. RGB value is (251,24,203). Sum of RGB (Red+Green+Blue) = 251+24+203=478 (63% of max value = 765). Red value is 251 (98.44% from 255 or 52.51% from 478); Green value is 24 (9.77% from 255 or 5.02% from 478); Blue value is 203 (79.69% from 255 or 42.47% from 478); Max value from RGB is 251 - color contains mainly: red. Hex color #FB18CB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FB18CB is #04E734. Grayscale: #6F6F6F. Windows color (decimal): -321333 or 13310203. OLE color: 13310203.
HSL color Cylindrical-coordinate representation of color #FB18CB: hue angle of 312.69º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FB18CB is Cyan = 0, Magento = 0.90, Yellow = 0.19 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 24 | 203 | - |
| CMYK | 0 | 0.90 | 0.19 | 0.02 |
| HSL | 312.69º | 0.97% | 0.54% | - |
| HSV(B) | 312.69º | 0.9% | 0.98% | - |
| XYZ | 50.89 | 25.47 | 58.73 | - |
| YUV | 112.28 | 179.21 | 226.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 24 | 203 | 0 | 0.90 | 0.19 | 0.02 | 312.69 | 0.97 | 0.54 |
| Hex | FB | 18 | CB | 0 | 5A | 13 | 2 | 139 | 61 | 36 |
| Octal | 373 | 30 | 313 | 0 | 132 | 23 | 2 | 471 | 141 | 66 |
| Binary | 11111011 | 11000 | 11001011 | 0 | 1011010 | 10011 | 10 | 100111001 | 1100001 | 110110 |
Color Harmonies of #FB18CB
Complementary color
Monochromatic Colors of #FB18CB
Black with #FB18CB
Text Example
Text Example
White with #FB18CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB18CB; }
p { color: rgb(251,24,203); }
H1.HeaderClassName
{
color: #FB18CB;
}
.AnyTagClassName
{
color: #FB18CB;
}
</style>
background-color css
<style>
a { background-color: #FB18CB; }
a { background-color: rgb(251,24,203); }
div.DivClassName
{
background-color: #FB18CB;
}
.BgClassName
{
background-color: #FB18CB;
}
</style>
border-color css
<style>
span { border-color: #FB18CB; }
span { border-color: rgb(251,24,203); }
td.TdClassName
{
border-color: #FB18CB;
}
.TagClassName
{
border-color: #FB18CB;
}
</style>