Shades of Shocking Pink #F514C6
Tints of Shocking Pink #F514C6
RGB
CMYK
RGB Variations
Color information
#F514C6 (or 0xF514C6) is known color: Shocking Pink. HEX triplet: F5, 14 and C6. RGB value is (245,20,198). Sum of RGB (Red+Green+Blue) = 245+20+198=463 (61% of max value = 765). Red value is 245 (96.09% from 255 or 52.92% from 463); Green value is 20 (8.20% from 255 or 4.32% from 463); Blue value is 198 (77.73% from 255 or 42.76% from 463); Max value from RGB is 245 - color contains mainly: red. Hex color #F514C6 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F514C6 is #0AEB39. Grayscale: #6B6B6B. Windows color (decimal): -715578 or 12981493. OLE color: 12981493.
HSL color Cylindrical-coordinate representation of color #F514C6: hue angle of 312.53º degrees, saturation: 0.92, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F514C6 is Cyan = 0, Magento = 0.92, Yellow = 0.19 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 20 | 198 | - |
| CMYK | 0 | 0.92 | 0.19 | 0.04 |
| HSL | 312.53º | 0.92% | 0.52% | - |
| HSV(B) | 312.53º | 0.92% | 0.96% | - |
| XYZ | 48.1 | 23.99 | 55.52 | - |
| YUV | 107.57 | 179.04 | 226.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 20 | 198 | 0 | 0.92 | 0.19 | 0.04 | 312.53 | 0.92 | 0.52 |
| Hex | F5 | 14 | C6 | 0 | 5C | 13 | 4 | 139 | 5C | 34 |
| Octal | 365 | 24 | 306 | 0 | 134 | 23 | 4 | 471 | 134 | 64 |
| Binary | 11110101 | 10100 | 11000110 | 0 | 1011100 | 10011 | 100 | 100111001 | 1011100 | 110100 |
Color Harmonies of #F514C6
Complementary color
Monochromatic Colors of #F514C6
Black with #F514C6
Text Example
Text Example
White with #F514C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F514C6; }
p { color: rgb(245,20,198); }
H1.HeaderClassName
{
color: #F514C6;
}
.AnyTagClassName
{
color: #F514C6;
}
</style>
background-color css
<style>
a { background-color: #F514C6; }
a { background-color: rgb(245,20,198); }
div.DivClassName
{
background-color: #F514C6;
}
.BgClassName
{
background-color: #F514C6;
}
</style>
border-color css
<style>
span { border-color: #F514C6; }
span { border-color: rgb(245,20,198); }
td.TdClassName
{
border-color: #F514C6;
}
.TagClassName
{
border-color: #F514C6;
}
</style>