Shades of Shocking Pink #F51CCE
Tints of Shocking Pink #F51CCE
RGB
CMYK
RGB Variations
Color information
#F51CCE (or 0xF51CCE) is known color: Shocking Pink. HEX triplet: F5, 1C and CE. RGB value is (245,28,206). Sum of RGB (Red+Green+Blue) = 245+28+206=479 (63% of max value = 765). Red value is 245 (96.09% from 255 or 51.15% from 479); Green value is 28 (11.33% from 255 or 5.85% from 479); Blue value is 206 (80.86% from 255 or 43.01% from 479); Max value from RGB is 245 - color contains mainly: red. Hex color #F51CCE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F51CCE is #0AE331. Grayscale: #707070. Windows color (decimal): -713522 or 13507829. OLE color: 13507829.
HSL color Cylindrical-coordinate representation of color #F51CCE: hue angle of 310.78º degrees, saturation: 0.92, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F51CCE is Cyan = 0, Magento = 0.89, Yellow = 0.16 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 28 | 206 | - |
| CMYK | 0 | 0.89 | 0.16 | 0.04 |
| HSL | 310.78º | 0.92% | 0.54% | - |
| HSV(B) | 310.78º | 0.89% | 0.96% | - |
| XYZ | 49.21 | 24.7 | 60.57 | - |
| YUV | 113.18 | 180.39 | 222.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 28 | 206 | 0 | 0.89 | 0.16 | 0.04 | 310.78 | 0.92 | 0.54 |
| Hex | F5 | 1C | CE | 0 | 59 | 10 | 4 | 137 | 5C | 36 |
| Octal | 365 | 34 | 316 | 0 | 131 | 20 | 4 | 467 | 134 | 66 |
| Binary | 11110101 | 11100 | 11001110 | 0 | 1011001 | 10000 | 100 | 100110111 | 1011100 | 110110 |
Color Harmonies of #F51CCE
Complementary color
Monochromatic Colors of #F51CCE
Black with #F51CCE
Text Example
Text Example
White with #F51CCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F51CCE; }
p { color: rgb(245,28,206); }
H1.HeaderClassName
{
color: #F51CCE;
}
.AnyTagClassName
{
color: #F51CCE;
}
</style>
background-color css
<style>
a { background-color: #F51CCE; }
a { background-color: rgb(245,28,206); }
div.DivClassName
{
background-color: #F51CCE;
}
.BgClassName
{
background-color: #F51CCE;
}
</style>
border-color css
<style>
span { border-color: #F51CCE; }
span { border-color: rgb(245,28,206); }
td.TdClassName
{
border-color: #F51CCE;
}
.TagClassName
{
border-color: #F51CCE;
}
</style>