Shades of Shocking Pink #FA14C8
Tints of Shocking Pink #FA14C8
RGB
CMYK
RGB Variations
Color information
#FA14C8 (or 0xFA14C8) is known color: Shocking Pink. HEX triplet: FA, 14 and C8. RGB value is (250,20,200). Sum of RGB (Red+Green+Blue) = 250+20+200=470 (62% of max value = 765). Red value is 250 (98.05% from 255 or 53.19% from 470); Green value is 20 (8.20% from 255 or 4.26% from 470); Blue value is 200 (78.52% from 255 or 42.55% from 470); Max value from RGB is 250 - color contains mainly: red. Hex color #FA14C8 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FA14C8 is #05EB37. Grayscale: #6C6C6C. Windows color (decimal): -387896 or 13112570. OLE color: 13112570.
HSL color Cylindrical-coordinate representation of color #FA14C8: hue angle of 313.04º 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 #FA14C8 is Cyan = 0, Magento = 0.92, Yellow = 0.2 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 20 | 200 | - |
| CMYK | 0 | 0.92 | 0.2 | 0.02 |
| HSL | 313.04º | 0.96% | 0.53% | - |
| HSV(B) | 313.04º | 0.92% | 0.98% | - |
| XYZ | 50.1 | 24.99 | 56.83 | - |
| YUV | 109.29 | 179.2 | 228.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 20 | 200 | 0 | 0.92 | 0.2 | 0.02 | 313.04 | 0.96 | 0.53 |
| Hex | FA | 14 | C8 | 0 | 5C | 14 | 2 | 139 | 60 | 35 |
| Octal | 372 | 24 | 310 | 0 | 134 | 24 | 2 | 471 | 140 | 65 |
| Binary | 11111010 | 10100 | 11001000 | 0 | 1011100 | 10100 | 10 | 100111001 | 1100000 | 110101 |
Color Harmonies of #FA14C8
Complementary color
Monochromatic Colors of #FA14C8
Black with #FA14C8
Text Example
Text Example
White with #FA14C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA14C8; }
p { color: rgb(250,20,200); }
H1.HeaderClassName
{
color: #FA14C8;
}
.AnyTagClassName
{
color: #FA14C8;
}
</style>
background-color css
<style>
a { background-color: #FA14C8; }
a { background-color: rgb(250,20,200); }
div.DivClassName
{
background-color: #FA14C8;
}
.BgClassName
{
background-color: #FA14C8;
}
</style>
border-color css
<style>
span { border-color: #FA14C8; }
span { border-color: rgb(250,20,200); }
td.TdClassName
{
border-color: #FA14C8;
}
.TagClassName
{
border-color: #FA14C8;
}
</style>