Shades of Shocking Pink #F514CC
Tints of Shocking Pink #F514CC
RGB
CMYK
RGB Variations
Color information
#F514CC (or 0xF514CC) is known color: Shocking Pink. HEX triplet: F5, 14 and CC. RGB value is (245,20,204). Sum of RGB (Red+Green+Blue) = 245+20+204=469 (62% of max value = 765). Red value is 245 (96.09% from 255 or 52.24% from 469); Green value is 20 (8.20% from 255 or 4.26% from 469); Blue value is 204 (80.08% from 255 or 43.50% from 469); Max value from RGB is 245 - color contains mainly: red. Hex color #F514CC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F514CC is #0AEB33. Grayscale: #6B6B6B. Windows color (decimal): -715572 or 13374709. OLE color: 13374709.
HSL color Cylindrical-coordinate representation of color #F514CC: hue angle of 310.93º 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 #F514CC is Cyan = 0, Magento = 0.92, Yellow = 0.17 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 20 | 204 | - |
| CMYK | 0 | 0.92 | 0.17 | 0.04 |
| HSL | 310.93º | 0.92% | 0.52% | - |
| HSV(B) | 310.93º | 0.92% | 0.96% | - |
| XYZ | 48.81 | 24.27 | 59.24 | - |
| YUV | 108.25 | 182.04 | 225.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 20 | 204 | 0 | 0.92 | 0.17 | 0.04 | 310.93 | 0.92 | 0.52 |
| Hex | F5 | 14 | CC | 0 | 5C | 11 | 4 | 137 | 5C | 34 |
| Octal | 365 | 24 | 314 | 0 | 134 | 21 | 4 | 467 | 134 | 64 |
| Binary | 11110101 | 10100 | 11001100 | 0 | 1011100 | 10001 | 100 | 100110111 | 1011100 | 110100 |
Color Harmonies of #F514CC
Complementary color
Monochromatic Colors of #F514CC
Black with #F514CC
Text Example
Text Example
White with #F514CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F514CC; }
p { color: rgb(245,20,204); }
H1.HeaderClassName
{
color: #F514CC;
}
.AnyTagClassName
{
color: #F514CC;
}
</style>
background-color css
<style>
a { background-color: #F514CC; }
a { background-color: rgb(245,20,204); }
div.DivClassName
{
background-color: #F514CC;
}
.BgClassName
{
background-color: #F514CC;
}
</style>
border-color css
<style>
span { border-color: #F514CC; }
span { border-color: rgb(245,20,204); }
td.TdClassName
{
border-color: #F514CC;
}
.TagClassName
{
border-color: #F514CC;
}
</style>