Shades of Spicy Pink #FA1FAC
Tints of Spicy Pink #FA1FAC
RGB
CMYK
RGB Variations
Color information
#FA1FAC (or 0xFA1FAC) is known color: Spicy Pink. HEX triplet: FA, 1F and AC. RGB value is (250,31,172). Sum of RGB (Red+Green+Blue) = 250+31+172=453 (60% of max value = 765). Red value is 250 (98.05% from 255 or 55.19% from 453); Green value is 31 (12.5% from 255 or 6.84% from 453); Blue value is 172 (67.58% from 255 or 37.97% from 453); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1FAC is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA1FAC is #05E053. Grayscale: #707070. Windows color (decimal): -385108 or 11280378. OLE color: 11280378.
HSL color Cylindrical-coordinate representation of color #FA1FAC: hue angle of 321.37º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #FA1FAC is Cyan = 0, Magento = 0.88, Yellow = 0.31 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 31 | 172 | - |
| CMYK | 0 | 0.88 | 0.31 | 0.02 |
| HSL | 321.37º | 0.96% | 0.55% | - |
| HSV(B) | 321.37º | 0.88% | 0.98% | - |
| XYZ | 47.36 | 24.28 | 41.22 | - |
| YUV | 112.56 | 161.55 | 226.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 31 | 172 | 0 | 0.88 | 0.31 | 0.02 | 321.37 | 0.96 | 0.55 |
| Hex | FA | 1F | AC | 0 | 58 | 1F | 2 | 141 | 60 | 37 |
| Octal | 372 | 37 | 254 | 0 | 130 | 37 | 2 | 501 | 140 | 67 |
| Binary | 11111010 | 11111 | 10101100 | 0 | 1011000 | 11111 | 10 | 101000001 | 1100000 | 110111 |
Color Harmonies of #FA1FAC
Complementary color
Monochromatic Colors of #FA1FAC
Black with #FA1FAC
Text Example
Text Example
White with #FA1FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA1FAC; }
p { color: rgb(250,31,172); }
H1.HeaderClassName
{
color: #FA1FAC;
}
.AnyTagClassName
{
color: #FA1FAC;
}
</style>
background-color css
<style>
a { background-color: #FA1FAC; }
a { background-color: rgb(250,31,172); }
div.DivClassName
{
background-color: #FA1FAC;
}
.BgClassName
{
background-color: #FA1FAC;
}
</style>
border-color css
<style>
span { border-color: #FA1FAC; }
span { border-color: rgb(250,31,172); }
td.TdClassName
{
border-color: #FA1FAC;
}
.TagClassName
{
border-color: #FA1FAC;
}
</style>