Shades of Shocking Pink #F51BCE
Tints of Shocking Pink #F51BCE
RGB
CMYK
RGB Variations
Color information
#F51BCE (or 0xF51BCE) is known color: Shocking Pink. HEX triplet: F5, 1B and CE. RGB value is (245,27,206). Sum of RGB (Red+Green+Blue) = 245+27+206=478 (63% of max value = 765). Red value is 245 (96.09% from 255 or 51.26% from 478); Green value is 27 (10.94% from 255 or 5.65% from 478); Blue value is 206 (80.86% from 255 or 43.10% from 478); Max value from RGB is 245 - color contains mainly: red. Hex color #F51BCE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F51BCE is #0AE431. Grayscale: #707070. Windows color (decimal): -713778 or 13507573. OLE color: 13507573.
HSL color Cylindrical-coordinate representation of color #F51BCE: hue angle of 310.73º 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 #F51BCE is Cyan = 0, Magento = 0.89, Yellow = 0.16 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 27 | 206 | - |
| CMYK | 0 | 0.89 | 0.16 | 0.04 |
| HSL | 310.73º | 0.92% | 0.53% | - |
| HSV(B) | 310.73º | 0.89% | 0.96% | - |
| XYZ | 49.19 | 24.65 | 60.56 | - |
| YUV | 112.59 | 180.72 | 222.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 27 | 206 | 0 | 0.89 | 0.16 | 0.04 | 310.73 | 0.92 | 0.53 |
| Hex | F5 | 1B | CE | 0 | 59 | 10 | 4 | 137 | 5C | 35 |
| Octal | 365 | 33 | 316 | 0 | 131 | 20 | 4 | 467 | 134 | 65 |
| Binary | 11110101 | 11011 | 11001110 | 0 | 1011001 | 10000 | 100 | 100110111 | 1011100 | 110101 |
Color Harmonies of #F51BCE
Complementary color
Monochromatic Colors of #F51BCE
Black with #F51BCE
Text Example
Text Example
White with #F51BCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F51BCE; }
p { color: rgb(245,27,206); }
H1.HeaderClassName
{
color: #F51BCE;
}
.AnyTagClassName
{
color: #F51BCE;
}
</style>
background-color css
<style>
a { background-color: #F51BCE; }
a { background-color: rgb(245,27,206); }
div.DivClassName
{
background-color: #F51BCE;
}
.BgClassName
{
background-color: #F51BCE;
}
</style>
border-color css
<style>
span { border-color: #F51BCE; }
span { border-color: rgb(245,27,206); }
td.TdClassName
{
border-color: #F51BCE;
}
.TagClassName
{
border-color: #F51BCE;
}
</style>