Shades of Shocking Pink #F51BCB
Tints of Shocking Pink #F51BCB
RGB
CMYK
RGB Variations
Color information
#F51BCB (or 0xF51BCB) is known color: Shocking Pink. HEX triplet: F5, 1B and CB. RGB value is (245,27,203). Sum of RGB (Red+Green+Blue) = 245+27+203=475 (62% of max value = 765). Red value is 245 (96.09% from 255 or 51.58% from 475); Green value is 27 (10.94% from 255 or 5.68% from 475); Blue value is 203 (79.69% from 255 or 42.74% from 475); Max value from RGB is 245 - color contains mainly: red. Hex color #F51BCB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F51BCB is #0AE434. Grayscale: #6F6F6F. Windows color (decimal): -713781 or 13310965. OLE color: 13310965.
HSL color Cylindrical-coordinate representation of color #F51BCB: hue angle of 311.56º degrees, saturation: 0.92, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F51BCB is Cyan = 0, Magento = 0.89, Yellow = 0.17 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 27 | 203 | - |
| CMYK | 0 | 0.89 | 0.17 | 0.04 |
| HSL | 311.56º | 0.92% | 0.53% | - |
| HSV(B) | 311.56º | 0.89% | 0.96% | - |
| XYZ | 48.83 | 24.51 | 58.66 | - |
| YUV | 112.25 | 179.22 | 222.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 27 | 203 | 0 | 0.89 | 0.17 | 0.04 | 311.56 | 0.92 | 0.53 |
| Hex | F5 | 1B | CB | 0 | 59 | 11 | 4 | 138 | 5C | 35 |
| Octal | 365 | 33 | 313 | 0 | 131 | 21 | 4 | 470 | 134 | 65 |
| Binary | 11110101 | 11011 | 11001011 | 0 | 1011001 | 10001 | 100 | 100111000 | 1011100 | 110101 |
Color Harmonies of #F51BCB
Complementary color
Monochromatic Colors of #F51BCB
Black with #F51BCB
Text Example
Text Example
White with #F51BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F51BCB; }
p { color: rgb(245,27,203); }
H1.HeaderClassName
{
color: #F51BCB;
}
.AnyTagClassName
{
color: #F51BCB;
}
</style>
background-color css
<style>
a { background-color: #F51BCB; }
a { background-color: rgb(245,27,203); }
div.DivClassName
{
background-color: #F51BCB;
}
.BgClassName
{
background-color: #F51BCB;
}
</style>
border-color css
<style>
span { border-color: #F51BCB; }
span { border-color: rgb(245,27,203); }
td.TdClassName
{
border-color: #F51BCB;
}
.TagClassName
{
border-color: #F51BCB;
}
</style>