Shades of Shocking Pink #FB15CB
Tints of Shocking Pink #FB15CB
RGB
CMYK
RGB Variations
Color information
#FB15CB (or 0xFB15CB) is known color: Shocking Pink. HEX triplet: FB, 15 and CB. RGB value is (251,21,203). Sum of RGB (Red+Green+Blue) = 251+21+203=475 (62% of max value = 765). Red value is 251 (98.44% from 255 or 52.84% from 475); Green value is 21 (8.59% from 255 or 4.42% from 475); Blue value is 203 (79.69% from 255 or 42.74% from 475); Max value from RGB is 251 - color contains mainly: red. Hex color #FB15CB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FB15CB is #04EA34. Grayscale: #6E6E6E. Windows color (decimal): -322101 or 13309435. OLE color: 13309435.
HSL color Cylindrical-coordinate representation of color #FB15CB: hue angle of 312.52º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FB15CB is Cyan = 0, Magento = 0.92, Yellow = 0.19 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 21 | 203 | - |
| CMYK | 0 | 0.92 | 0.19 | 0.02 |
| HSL | 312.52º | 0.97% | 0.53% | - |
| HSV(B) | 312.52º | 0.92% | 0.98% | - |
| XYZ | 50.83 | 25.36 | 58.72 | - |
| YUV | 110.52 | 180.2 | 228.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 21 | 203 | 0 | 0.92 | 0.19 | 0.02 | 312.52 | 0.97 | 0.53 |
| Hex | FB | 15 | CB | 0 | 5C | 13 | 2 | 139 | 61 | 35 |
| Octal | 373 | 25 | 313 | 0 | 134 | 23 | 2 | 471 | 141 | 65 |
| Binary | 11111011 | 10101 | 11001011 | 0 | 1011100 | 10011 | 10 | 100111001 | 1100001 | 110101 |
Color Harmonies of #FB15CB
Complementary color
Monochromatic Colors of #FB15CB
Black with #FB15CB
Text Example
Text Example
White with #FB15CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB15CB; }
p { color: rgb(251,21,203); }
H1.HeaderClassName
{
color: #FB15CB;
}
.AnyTagClassName
{
color: #FB15CB;
}
</style>
background-color css
<style>
a { background-color: #FB15CB; }
a { background-color: rgb(251,21,203); }
div.DivClassName
{
background-color: #FB15CB;
}
.BgClassName
{
background-color: #FB15CB;
}
</style>
border-color css
<style>
span { border-color: #FB15CB; }
span { border-color: rgb(251,21,203); }
td.TdClassName
{
border-color: #FB15CB;
}
.TagClassName
{
border-color: #FB15CB;
}
</style>