Shades of Shocking Pink #FA14C5
Tints of Shocking Pink #FA14C5
RGB
CMYK
RGB Variations
Color information
#FA14C5 (or 0xFA14C5) is known color: Shocking Pink. HEX triplet: FA, 14 and C5. RGB value is (250,20,197). Sum of RGB (Red+Green+Blue) = 250+20+197=467 (61% of max value = 765). Red value is 250 (98.05% from 255 or 53.53% from 467); Green value is 20 (8.20% from 255 or 4.28% from 467); Blue value is 197 (77.34% from 255 or 42.18% from 467); Max value from RGB is 250 - color contains mainly: red. Hex color #FA14C5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FA14C5 is #05EB3A. Grayscale: #6C6C6C. Windows color (decimal): -387899 or 12915962. OLE color: 12915962.
HSL color Cylindrical-coordinate representation of color #FA14C5: hue angle of 313.83º 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 #FA14C5 is Cyan = 0, Magento = 0.92, Yellow = 0.21 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 20 | 197 | - |
| CMYK | 0 | 0.92 | 0.21 | 0.02 |
| HSL | 313.83º | 0.96% | 0.53% | - |
| HSV(B) | 313.83º | 0.92% | 0.98% | - |
| XYZ | 49.75 | 24.86 | 55 | - |
| YUV | 108.95 | 177.7 | 228.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 20 | 197 | 0 | 0.92 | 0.21 | 0.02 | 313.83 | 0.96 | 0.53 |
| Hex | FA | 14 | C5 | 0 | 5C | 15 | 2 | 13A | 60 | 35 |
| Octal | 372 | 24 | 305 | 0 | 134 | 25 | 2 | 472 | 140 | 65 |
| Binary | 11111010 | 10100 | 11000101 | 0 | 1011100 | 10101 | 10 | 100111010 | 1100000 | 110101 |
Color Harmonies of #FA14C5
Complementary color
Monochromatic Colors of #FA14C5
Black with #FA14C5
Text Example
Text Example
White with #FA14C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA14C5; }
p { color: rgb(250,20,197); }
H1.HeaderClassName
{
color: #FA14C5;
}
.AnyTagClassName
{
color: #FA14C5;
}
</style>
background-color css
<style>
a { background-color: #FA14C5; }
a { background-color: rgb(250,20,197); }
div.DivClassName
{
background-color: #FA14C5;
}
.BgClassName
{
background-color: #FA14C5;
}
</style>
border-color css
<style>
span { border-color: #FA14C5; }
span { border-color: rgb(250,20,197); }
td.TdClassName
{
border-color: #FA14C5;
}
.TagClassName
{
border-color: #FA14C5;
}
</style>