Shades of Spicy Pink #FA14AC
Tints of Spicy Pink #FA14AC
RGB
CMYK
RGB Variations
Color information
#FA14AC (or 0xFA14AC) is known color: Spicy Pink. HEX triplet: FA, 14 and AC. RGB value is (250,20,172). Sum of RGB (Red+Green+Blue) = 250+20+172=442 (58% of max value = 765). Red value is 250 (98.05% from 255 or 56.56% from 442); Green value is 20 (8.20% from 255 or 4.52% from 442); Blue value is 172 (67.58% from 255 or 38.91% from 442); Max value from RGB is 250 - color contains mainly: red. Hex color #FA14AC is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FA14AC is #05EB53. Grayscale: #696969. Windows color (decimal): -387924 or 11277562. OLE color: 11277562.
HSL color Cylindrical-coordinate representation of color #FA14AC: hue angle of 320.35º 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 #FA14AC is Cyan = 0, Magento = 0.92, Yellow = 0.31 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 20 | 172 | - |
| CMYK | 0 | 0.92 | 0.31 | 0.02 |
| HSL | 320.35º | 0.96% | 0.53% | - |
| HSV(B) | 320.35º | 0.92% | 0.98% | - |
| XYZ | 47.12 | 23.8 | 41.14 | - |
| YUV | 106.1 | 165.2 | 230.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 20 | 172 | 0 | 0.92 | 0.31 | 0.02 | 320.35 | 0.96 | 0.53 |
| Hex | FA | 14 | AC | 0 | 5C | 1F | 2 | 140 | 60 | 35 |
| Octal | 372 | 24 | 254 | 0 | 134 | 37 | 2 | 500 | 140 | 65 |
| Binary | 11111010 | 10100 | 10101100 | 0 | 1011100 | 11111 | 10 | 101000000 | 1100000 | 110101 |
Color Harmonies of #FA14AC
Complementary color
Monochromatic Colors of #FA14AC
Black with #FA14AC
Text Example
Text Example
White with #FA14AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA14AC; }
p { color: rgb(250,20,172); }
H1.HeaderClassName
{
color: #FA14AC;
}
.AnyTagClassName
{
color: #FA14AC;
}
</style>
background-color css
<style>
a { background-color: #FA14AC; }
a { background-color: rgb(250,20,172); }
div.DivClassName
{
background-color: #FA14AC;
}
.BgClassName
{
background-color: #FA14AC;
}
</style>
border-color css
<style>
span { border-color: #FA14AC; }
span { border-color: rgb(250,20,172); }
td.TdClassName
{
border-color: #FA14AC;
}
.TagClassName
{
border-color: #FA14AC;
}
</style>