Shades of Shocking Pink #F514BC
Tints of Shocking Pink #F514BC
RGB
CMYK
RGB Variations
Color information
#F514BC (or 0xF514BC) is known color: Shocking Pink. HEX triplet: F5, 14 and BC. RGB value is (245,20,188). Sum of RGB (Red+Green+Blue) = 245+20+188=453 (60% of max value = 765). Red value is 245 (96.09% from 255 or 54.08% from 453); Green value is 20 (8.20% from 255 or 4.42% from 453); Blue value is 188 (73.83% from 255 or 41.50% from 453); Max value from RGB is 245 - color contains mainly: red. Hex color #F514BC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F514BC is #0AEB43. Grayscale: #696969. Windows color (decimal): -715588 or 12326133. OLE color: 12326133.
HSL color Cylindrical-coordinate representation of color #F514BC: hue angle of 315.2º 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 #F514BC is Cyan = 0, Magento = 0.92, Yellow = 0.23 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 20 | 188 | - |
| CMYK | 0 | 0.92 | 0.23 | 0.04 |
| HSL | 315.2º | 0.92% | 0.52% | - |
| HSV(B) | 315.2º | 0.92% | 0.96% | - |
| XYZ | 46.98 | 23.54 | 49.65 | - |
| YUV | 106.43 | 174.04 | 226.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 20 | 188 | 0 | 0.92 | 0.23 | 0.04 | 315.2 | 0.92 | 0.52 |
| Hex | F5 | 14 | BC | 0 | 5C | 17 | 4 | 13B | 5C | 34 |
| Octal | 365 | 24 | 274 | 0 | 134 | 27 | 4 | 473 | 134 | 64 |
| Binary | 11110101 | 10100 | 10111100 | 0 | 1011100 | 10111 | 100 | 100111011 | 1011100 | 110100 |
Color Harmonies of #F514BC
Complementary color
Monochromatic Colors of #F514BC
Black with #F514BC
Text Example
Text Example
White with #F514BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F514BC; }
p { color: rgb(245,20,188); }
H1.HeaderClassName
{
color: #F514BC;
}
.AnyTagClassName
{
color: #F514BC;
}
</style>
background-color css
<style>
a { background-color: #F514BC; }
a { background-color: rgb(245,20,188); }
div.DivClassName
{
background-color: #F514BC;
}
.BgClassName
{
background-color: #F514BC;
}
</style>
border-color css
<style>
span { border-color: #F514BC; }
span { border-color: rgb(245,20,188); }
td.TdClassName
{
border-color: #F514BC;
}
.TagClassName
{
border-color: #F514BC;
}
</style>