Shades of Shocking Pink #F51BCD
Tints of Shocking Pink #F51BCD
RGB
CMYK
RGB Variations
Color information
#F51BCD (or 0xF51BCD) is known color: Shocking Pink. HEX triplet: F5, 1B and CD. RGB value is (245,27,205). Sum of RGB (Red+Green+Blue) = 245+27+205=477 (63% of max value = 765). Red value is 245 (96.09% from 255 or 51.36% from 477); Green value is 27 (10.94% from 255 or 5.66% from 477); Blue value is 205 (80.47% from 255 or 42.98% from 477); Max value from RGB is 245 - color contains mainly: red. Hex color #F51BCD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F51BCD is #0AE432. Grayscale: #6F6F6F. Windows color (decimal): -713779 or 13442037. OLE color: 13442037.
HSL color Cylindrical-coordinate representation of color #F51BCD: hue angle of 311.01º 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 #F51BCD is Cyan = 0, Magento = 0.89, Yellow = 0.16 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 27 | 205 | - |
| CMYK | 0 | 0.89 | 0.16 | 0.04 |
| HSL | 311.01º | 0.92% | 0.53% | - |
| HSV(B) | 311.01º | 0.89% | 0.96% | - |
| XYZ | 49.07 | 24.6 | 59.92 | - |
| YUV | 112.47 | 180.22 | 222.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 27 | 205 | 0 | 0.89 | 0.16 | 0.04 | 311.01 | 0.92 | 0.53 |
| Hex | F5 | 1B | CD | 0 | 59 | 10 | 4 | 137 | 5C | 35 |
| Octal | 365 | 33 | 315 | 0 | 131 | 20 | 4 | 467 | 134 | 65 |
| Binary | 11110101 | 11011 | 11001101 | 0 | 1011001 | 10000 | 100 | 100110111 | 1011100 | 110101 |
Color Harmonies of #F51BCD
Complementary color
Monochromatic Colors of #F51BCD
Black with #F51BCD
Text Example
Text Example
White with #F51BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F51BCD; }
p { color: rgb(245,27,205); }
H1.HeaderClassName
{
color: #F51BCD;
}
.AnyTagClassName
{
color: #F51BCD;
}
</style>
background-color css
<style>
a { background-color: #F51BCD; }
a { background-color: rgb(245,27,205); }
div.DivClassName
{
background-color: #F51BCD;
}
.BgClassName
{
background-color: #F51BCD;
}
</style>
border-color css
<style>
span { border-color: #F51BCD; }
span { border-color: rgb(245,27,205); }
td.TdClassName
{
border-color: #F51BCD;
}
.TagClassName
{
border-color: #F51BCD;
}
</style>