Shades of Spicy Pink #FA1FAB
Tints of Spicy Pink #FA1FAB
RGB
CMYK
RGB Variations
Color information
#FA1FAB (or 0xFA1FAB) is known color: Spicy Pink. HEX triplet: FA, 1F and AB. RGB value is (250,31,171). Sum of RGB (Red+Green+Blue) = 250+31+171=452 (59% of max value = 765). Red value is 250 (98.05% from 255 or 55.31% from 452); Green value is 31 (12.5% from 255 or 6.86% from 452); Blue value is 171 (67.19% from 255 or 37.83% from 452); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1FAB is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA1FAB is #05E054. Grayscale: #707070. Windows color (decimal): -385109 or 11214842. OLE color: 11214842.
HSL color Cylindrical-coordinate representation of color #FA1FAB: hue angle of 321.64º 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 #FA1FAB is Cyan = 0, Magento = 0.88, Yellow = 0.32 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 31 | 171 | - |
| CMYK | 0 | 0.88 | 0.32 | 0.02 |
| HSL | 321.64º | 0.96% | 0.55% | - |
| HSV(B) | 321.64º | 0.88% | 0.98% | - |
| XYZ | 47.27 | 24.24 | 40.72 | - |
| YUV | 112.44 | 161.05 | 226.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 31 | 171 | 0 | 0.88 | 0.32 | 0.02 | 321.64 | 0.96 | 0.55 |
| Hex | FA | 1F | AB | 0 | 58 | 20 | 2 | 142 | 60 | 37 |
| Octal | 372 | 37 | 253 | 0 | 130 | 40 | 2 | 502 | 140 | 67 |
| Binary | 11111010 | 11111 | 10101011 | 0 | 1011000 | 100000 | 10 | 101000010 | 1100000 | 110111 |
Color Harmonies of #FA1FAB
Complementary color
Monochromatic Colors of #FA1FAB
Black with #FA1FAB
Text Example
Text Example
White with #FA1FAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA1FAB; }
p { color: rgb(250,31,171); }
H1.HeaderClassName
{
color: #FA1FAB;
}
.AnyTagClassName
{
color: #FA1FAB;
}
</style>
background-color css
<style>
a { background-color: #FA1FAB; }
a { background-color: rgb(250,31,171); }
div.DivClassName
{
background-color: #FA1FAB;
}
.BgClassName
{
background-color: #FA1FAB;
}
</style>
border-color css
<style>
span { border-color: #FA1FAB; }
span { border-color: rgb(250,31,171); }
td.TdClassName
{
border-color: #FA1FAB;
}
.TagClassName
{
border-color: #FA1FAB;
}
</style>