Shades of Shocking Pink #F51ECF
Tints of Shocking Pink #F51ECF
RGB
CMYK
RGB Variations
Color information
#F51ECF (or 0xF51ECF) is known color: Shocking Pink. HEX triplet: F5, 1E and CF. RGB value is (245,30,207). Sum of RGB (Red+Green+Blue) = 245+30+207=482 (63% of max value = 765). Red value is 245 (96.09% from 255 or 50.83% from 482); Green value is 30 (12.11% from 255 or 6.22% from 482); Blue value is 207 (81.25% from 255 or 42.95% from 482); Max value from RGB is 245 - color contains mainly: red. Hex color #F51ECF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F51ECF is #0AE130. Grayscale: #717171. Windows color (decimal): -713009 or 13573877. OLE color: 13573877.
HSL color Cylindrical-coordinate representation of color #F51ECF: hue angle of 310.6º 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 #F51ECF is Cyan = 0, Magento = 0.88, Yellow = 0.16 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 30 | 207 | - |
| CMYK | 0 | 0.88 | 0.16 | 0.04 |
| HSL | 310.6º | 0.91% | 0.54% | - |
| HSV(B) | 310.6º | 0.88% | 0.96% | - |
| XYZ | 49.38 | 24.85 | 61.22 | - |
| YUV | 114.46 | 180.23 | 221.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 30 | 207 | 0 | 0.88 | 0.16 | 0.04 | 310.6 | 0.91 | 0.54 |
| Hex | F5 | 1E | CF | 0 | 58 | 10 | 4 | 137 | 5B | 36 |
| Octal | 365 | 36 | 317 | 0 | 130 | 20 | 4 | 467 | 133 | 66 |
| Binary | 11110101 | 11110 | 11001111 | 0 | 1011000 | 10000 | 100 | 100110111 | 1011011 | 110110 |
Color Harmonies of #F51ECF
Complementary color
Monochromatic Colors of #F51ECF
Black with #F51ECF
Text Example
Text Example
White with #F51ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F51ECF; }
p { color: rgb(245,30,207); }
H1.HeaderClassName
{
color: #F51ECF;
}
.AnyTagClassName
{
color: #F51ECF;
}
</style>
background-color css
<style>
a { background-color: #F51ECF; }
a { background-color: rgb(245,30,207); }
div.DivClassName
{
background-color: #F51ECF;
}
.BgClassName
{
background-color: #F51ECF;
}
</style>
border-color css
<style>
span { border-color: #F51ECF; }
span { border-color: rgb(245,30,207); }
td.TdClassName
{
border-color: #F51ECF;
}
.TagClassName
{
border-color: #F51ECF;
}
</style>