Shades of Shocking Pink #F51CCD
Tints of Shocking Pink #F51CCD
RGB
CMYK
RGB Variations
Color information
#F51CCD (or 0xF51CCD) is known color: Shocking Pink. HEX triplet: F5, 1C and CD. RGB value is (245,28,205). Sum of RGB (Red+Green+Blue) = 245+28+205=478 (63% of max value = 765). Red value is 245 (96.09% from 255 or 51.26% from 478); Green value is 28 (11.33% from 255 or 5.86% from 478); Blue value is 205 (80.47% from 255 or 42.89% from 478); Max value from RGB is 245 - color contains mainly: red. Hex color #F51CCD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F51CCD is #0AE332. Grayscale: #707070. Windows color (decimal): -713523 or 13442293. OLE color: 13442293.
HSL color Cylindrical-coordinate representation of color #F51CCD: hue angle of 311.06º 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 #F51CCD is Cyan = 0, Magento = 0.89, Yellow = 0.16 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 28 | 205 | - |
| CMYK | 0 | 0.89 | 0.16 | 0.04 |
| HSL | 311.06º | 0.92% | 0.54% | - |
| HSV(B) | 311.06º | 0.89% | 0.96% | - |
| XYZ | 49.09 | 24.65 | 59.93 | - |
| YUV | 113.06 | 179.89 | 222.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 28 | 205 | 0 | 0.89 | 0.16 | 0.04 | 311.06 | 0.92 | 0.54 |
| Hex | F5 | 1C | CD | 0 | 59 | 10 | 4 | 137 | 5C | 36 |
| Octal | 365 | 34 | 315 | 0 | 131 | 20 | 4 | 467 | 134 | 66 |
| Binary | 11110101 | 11100 | 11001101 | 0 | 1011001 | 10000 | 100 | 100110111 | 1011100 | 110110 |
Color Harmonies of #F51CCD
Complementary color
Monochromatic Colors of #F51CCD
Black with #F51CCD
Text Example
Text Example
White with #F51CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F51CCD; }
p { color: rgb(245,28,205); }
H1.HeaderClassName
{
color: #F51CCD;
}
.AnyTagClassName
{
color: #F51CCD;
}
</style>
background-color css
<style>
a { background-color: #F51CCD; }
a { background-color: rgb(245,28,205); }
div.DivClassName
{
background-color: #F51CCD;
}
.BgClassName
{
background-color: #F51CCD;
}
</style>
border-color css
<style>
span { border-color: #F51CCD; }
span { border-color: rgb(245,28,205); }
td.TdClassName
{
border-color: #F51CCD;
}
.TagClassName
{
border-color: #F51CCD;
}
</style>