Shades of Shocking Pink #FA14C0
Tints of Shocking Pink #FA14C0
RGB
CMYK
RGB Variations
Color information
#FA14C0 (or 0xFA14C0) is known color: Shocking Pink. HEX triplet: FA, 14 and C0. RGB value is (250,20,192). Sum of RGB (Red+Green+Blue) = 250+20+192=462 (61% of max value = 765). Red value is 250 (98.05% from 255 or 54.11% from 462); Green value is 20 (8.20% from 255 or 4.33% from 462); Blue value is 192 (75.39% from 255 or 41.56% from 462); Max value from RGB is 250 - color contains mainly: red. Hex color #FA14C0 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FA14C0 is #05EB3F. Grayscale: #6B6B6B. Windows color (decimal): -387904 or 12588282. OLE color: 12588282.
HSL color Cylindrical-coordinate representation of color #FA14C0: hue angle of 315.13º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FA14C0 is Cyan = 0, Magento = 0.92, Yellow = 0.23 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 20 | 192 | - |
| CMYK | 0 | 0.92 | 0.23 | 0.02 |
| HSL | 315.13º | 0.96% | 0.53% | - |
| HSV(B) | 315.13º | 0.92% | 0.98% | - |
| XYZ | 49.19 | 24.63 | 52.03 | - |
| YUV | 108.38 | 175.2 | 229.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 20 | 192 | 0 | 0.92 | 0.23 | 0.02 | 315.13 | 0.96 | 0.53 |
| Hex | FA | 14 | C0 | 0 | 5C | 17 | 2 | 13B | 60 | 35 |
| Octal | 372 | 24 | 300 | 0 | 134 | 27 | 2 | 473 | 140 | 65 |
| Binary | 11111010 | 10100 | 11000000 | 0 | 1011100 | 10111 | 10 | 100111011 | 1100000 | 110101 |
Color Harmonies of #FA14C0
Complementary color
Monochromatic Colors of #FA14C0
Black with #FA14C0
Text Example
Text Example
White with #FA14C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA14C0; }
p { color: rgb(250,20,192); }
H1.HeaderClassName
{
color: #FA14C0;
}
.AnyTagClassName
{
color: #FA14C0;
}
</style>
background-color css
<style>
a { background-color: #FA14C0; }
a { background-color: rgb(250,20,192); }
div.DivClassName
{
background-color: #FA14C0;
}
.BgClassName
{
background-color: #FA14C0;
}
</style>
border-color css
<style>
span { border-color: #FA14C0; }
span { border-color: rgb(250,20,192); }
td.TdClassName
{
border-color: #FA14C0;
}
.TagClassName
{
border-color: #FA14C0;
}
</style>