Shades of Shocking Pink #F51FC1
Tints of Shocking Pink #F51FC1
RGB
CMYK
RGB Variations
Color information
#F51FC1 (or 0xF51FC1) is known color: Shocking Pink. HEX triplet: F5, 1F and C1. RGB value is (245,31,193). Sum of RGB (Red+Green+Blue) = 245+31+193=469 (62% of max value = 765). Red value is 245 (96.09% from 255 or 52.24% from 469); Green value is 31 (12.5% from 255 or 6.61% from 469); Blue value is 193 (75.78% from 255 or 41.15% from 469); Max value from RGB is 245 - color contains mainly: red. Hex color #F51FC1 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F51FC1 is #0AE03E. Grayscale: #717171. Windows color (decimal): -712767 or 12656629. OLE color: 12656629.
HSL color Cylindrical-coordinate representation of color #F51FC1: hue angle of 314.58º degrees, saturation: 0.91, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F51FC1 is Cyan = 0, Magento = 0.87, Yellow = 0.21 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 31 | 193 | - |
| CMYK | 0 | 0.87 | 0.21 | 0.04 |
| HSL | 314.58º | 0.91% | 0.54% | - |
| HSV(B) | 314.58º | 0.87% | 0.96% | - |
| XYZ | 47.77 | 24.24 | 52.61 | - |
| YUV | 113.45 | 172.9 | 221.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 31 | 193 | 0 | 0.87 | 0.21 | 0.04 | 314.58 | 0.91 | 0.54 |
| Hex | F5 | 1F | C1 | 0 | 57 | 15 | 4 | 13B | 5B | 36 |
| Octal | 365 | 37 | 301 | 0 | 127 | 25 | 4 | 473 | 133 | 66 |
| Binary | 11110101 | 11111 | 11000001 | 0 | 1010111 | 10101 | 100 | 100111011 | 1011011 | 110110 |
Color Harmonies of #F51FC1
Complementary color
Monochromatic Colors of #F51FC1
Black with #F51FC1
Text Example
Text Example
White with #F51FC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F51FC1; }
p { color: rgb(245,31,193); }
H1.HeaderClassName
{
color: #F51FC1;
}
.AnyTagClassName
{
color: #F51FC1;
}
</style>
background-color css
<style>
a { background-color: #F51FC1; }
a { background-color: rgb(245,31,193); }
div.DivClassName
{
background-color: #F51FC1;
}
.BgClassName
{
background-color: #F51FC1;
}
</style>
border-color css
<style>
span { border-color: #F51FC1; }
span { border-color: rgb(245,31,193); }
td.TdClassName
{
border-color: #F51FC1;
}
.TagClassName
{
border-color: #F51FC1;
}
</style>