Shades of Spicy Pink #FA1AB4
Tints of Spicy Pink #FA1AB4
RGB
CMYK
RGB Variations
Color information
#FA1AB4 (or 0xFA1AB4) is known color: Spicy Pink. HEX triplet: FA, 1A and B4. RGB value is (250,26,180). Sum of RGB (Red+Green+Blue) = 250+26+180=456 (60% of max value = 765). Red value is 250 (98.05% from 255 or 54.82% from 456); Green value is 26 (10.55% from 255 or 5.70% from 456); Blue value is 180 (70.70% from 255 or 39.47% from 456); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1AB4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FA1AB4 is #05E54B. Grayscale: #6E6E6E. Windows color (decimal): -386380 or 11803386. OLE color: 11803386.
HSL color Cylindrical-coordinate representation of color #FA1AB4: hue angle of 318.75º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FA1AB4 is Cyan = 0, Magento = 0.90, Yellow = 0.28 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 26 | 180 | - |
| CMYK | 0 | 0.90 | 0.28 | 0.02 |
| HSL | 318.75º | 0.96% | 0.54% | - |
| HSV(B) | 318.75º | 0.9% | 0.98% | - |
| XYZ | 48.03 | 24.36 | 45.35 | - |
| YUV | 110.53 | 167.21 | 227.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 26 | 180 | 0 | 0.90 | 0.28 | 0.02 | 318.75 | 0.96 | 0.54 |
| Hex | FA | 1A | B4 | 0 | 5A | 1C | 2 | 13F | 60 | 36 |
| Octal | 372 | 32 | 264 | 0 | 132 | 34 | 2 | 477 | 140 | 66 |
| Binary | 11111010 | 11010 | 10110100 | 0 | 1011010 | 11100 | 10 | 100111111 | 1100000 | 110110 |
Color Harmonies of #FA1AB4
Complementary color
Monochromatic Colors of #FA1AB4
Black with #FA1AB4
Text Example
Text Example
White with #FA1AB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA1AB4; }
p { color: rgb(250,26,180); }
H1.HeaderClassName
{
color: #FA1AB4;
}
.AnyTagClassName
{
color: #FA1AB4;
}
</style>
background-color css
<style>
a { background-color: #FA1AB4; }
a { background-color: rgb(250,26,180); }
div.DivClassName
{
background-color: #FA1AB4;
}
.BgClassName
{
background-color: #FA1AB4;
}
</style>
border-color css
<style>
span { border-color: #FA1AB4; }
span { border-color: rgb(250,26,180); }
td.TdClassName
{
border-color: #FA1AB4;
}
.TagClassName
{
border-color: #FA1AB4;
}
</style>