Shades of Shocking Pink #F510C1
Tints of Shocking Pink #F510C1
RGB
CMYK
RGB Variations
Color information
#F510C1 (or 0xF510C1) is known color: Shocking Pink. HEX triplet: F5, 10 and C1. RGB value is (245,16,193). Sum of RGB (Red+Green+Blue) = 245+16+193=454 (60% of max value = 765). Red value is 245 (96.09% from 255 or 53.96% from 454); Green value is 16 (6.64% from 255 or 3.52% from 454); Blue value is 193 (75.78% from 255 or 42.51% from 454); Max value from RGB is 245 - color contains mainly: red. Hex color #F510C1 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F510C1 is #0AEF3E. Grayscale: #686868. Windows color (decimal): -716607 or 12652789. OLE color: 12652789.
HSL color Cylindrical-coordinate representation of color #F510C1: hue angle of 313.62º degrees, saturation: 0.92, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F510C1 is Cyan = 0, Magento = 0.93, Yellow = 0.21 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 16 | 193 | - |
| CMYK | 0 | 0.93 | 0.21 | 0.04 |
| HSL | 313.62º | 0.92% | 0.51% | - |
| HSV(B) | 313.62º | 0.93% | 0.96% | - |
| XYZ | 47.47 | 23.63 | 52.51 | - |
| YUV | 104.65 | 177.87 | 228.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 16 | 193 | 0 | 0.93 | 0.21 | 0.04 | 313.62 | 0.92 | 0.51 |
| Hex | F5 | 10 | C1 | 0 | 5D | 15 | 4 | 13A | 5C | 33 |
| Octal | 365 | 20 | 301 | 0 | 135 | 25 | 4 | 472 | 134 | 63 |
| Binary | 11110101 | 10000 | 11000001 | 0 | 1011101 | 10101 | 100 | 100111010 | 1011100 | 110011 |
Color Harmonies of #F510C1
Complementary color
Monochromatic Colors of #F510C1
Black with #F510C1
Text Example
Text Example
White with #F510C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F510C1; }
p { color: rgb(245,16,193); }
H1.HeaderClassName
{
color: #F510C1;
}
.AnyTagClassName
{
color: #F510C1;
}
</style>
background-color css
<style>
a { background-color: #F510C1; }
a { background-color: rgb(245,16,193); }
div.DivClassName
{
background-color: #F510C1;
}
.BgClassName
{
background-color: #F510C1;
}
</style>
border-color css
<style>
span { border-color: #F510C1; }
span { border-color: rgb(245,16,193); }
td.TdClassName
{
border-color: #F510C1;
}
.TagClassName
{
border-color: #F510C1;
}
</style>