Shades of Shocking Pink #F51ECB
Tints of Shocking Pink #F51ECB
RGB
CMYK
RGB Variations
Color information
#F51ECB (or 0xF51ECB) is known color: Shocking Pink. HEX triplet: F5, 1E and CB. RGB value is (245,30,203). Sum of RGB (Red+Green+Blue) = 245+30+203=478 (63% of max value = 765). Red value is 245 (96.09% from 255 or 51.26% from 478); Green value is 30 (12.11% from 255 or 6.28% from 478); Blue value is 203 (79.69% from 255 or 42.47% from 478); Max value from RGB is 245 - color contains mainly: red. Hex color #F51ECB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F51ECB is #0AE134. Grayscale: #717171. Windows color (decimal): -713013 or 13311733. OLE color: 13311733.
HSL color Cylindrical-coordinate representation of color #F51ECB: hue angle of 311.72º degrees, saturation: 0.91, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F51ECB is Cyan = 0, Magento = 0.88, Yellow = 0.17 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 30 | 203 | - |
| CMYK | 0 | 0.88 | 0.17 | 0.04 |
| HSL | 311.72º | 0.91% | 0.54% | - |
| HSV(B) | 311.72º | 0.88% | 0.96% | - |
| XYZ | 48.9 | 24.65 | 58.68 | - |
| YUV | 114.01 | 178.23 | 221.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 30 | 203 | 0 | 0.88 | 0.17 | 0.04 | 311.72 | 0.91 | 0.54 |
| Hex | F5 | 1E | CB | 0 | 58 | 11 | 4 | 138 | 5B | 36 |
| Octal | 365 | 36 | 313 | 0 | 130 | 21 | 4 | 470 | 133 | 66 |
| Binary | 11110101 | 11110 | 11001011 | 0 | 1011000 | 10001 | 100 | 100111000 | 1011011 | 110110 |
Color Harmonies of #F51ECB
Complementary color
Monochromatic Colors of #F51ECB
Black with #F51ECB
Text Example
Text Example
White with #F51ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F51ECB; }
p { color: rgb(245,30,203); }
H1.HeaderClassName
{
color: #F51ECB;
}
.AnyTagClassName
{
color: #F51ECB;
}
</style>
background-color css
<style>
a { background-color: #F51ECB; }
a { background-color: rgb(245,30,203); }
div.DivClassName
{
background-color: #F51ECB;
}
.BgClassName
{
background-color: #F51ECB;
}
</style>
border-color css
<style>
span { border-color: #F51ECB; }
span { border-color: rgb(245,30,203); }
td.TdClassName
{
border-color: #F51ECB;
}
.TagClassName
{
border-color: #F51ECB;
}
</style>