Shades of Spicy Pink #FA18AB
Tints of Spicy Pink #FA18AB
RGB
CMYK
RGB Variations
Color information
#FA18AB (or 0xFA18AB) is known color: Spicy Pink. HEX triplet: FA, 18 and AB. RGB value is (250,24,171). Sum of RGB (Red+Green+Blue) = 250+24+171=445 (58% of max value = 765). Red value is 250 (98.05% from 255 or 56.18% from 445); Green value is 24 (9.77% from 255 or 5.39% from 445); Blue value is 171 (67.19% from 255 or 38.43% from 445); Max value from RGB is 250 - color contains mainly: red. Hex color #FA18AB is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FA18AB is #05E754. Grayscale: #6B6B6B. Windows color (decimal): -386901 or 11213050. OLE color: 11213050.
HSL color Cylindrical-coordinate representation of color #FA18AB: hue angle of 320.97º 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 #FA18AB is Cyan = 0, Magento = 0.90, Yellow = 0.32 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 24 | 171 | - |
| CMYK | 0 | 0.90 | 0.32 | 0.02 |
| HSL | 320.97º | 0.96% | 0.54% | - |
| HSV(B) | 320.97º | 0.9% | 0.98% | - |
| XYZ | 47.1 | 23.92 | 40.66 | - |
| YUV | 108.33 | 163.37 | 229.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 24 | 171 | 0 | 0.90 | 0.32 | 0.02 | 320.97 | 0.96 | 0.54 |
| Hex | FA | 18 | AB | 0 | 5A | 20 | 2 | 141 | 60 | 36 |
| Octal | 372 | 30 | 253 | 0 | 132 | 40 | 2 | 501 | 140 | 66 |
| Binary | 11111010 | 11000 | 10101011 | 0 | 1011010 | 100000 | 10 | 101000001 | 1100000 | 110110 |
Color Harmonies of #FA18AB
Complementary color
Monochromatic Colors of #FA18AB
Black with #FA18AB
Text Example
Text Example
White with #FA18AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA18AB; }
p { color: rgb(250,24,171); }
H1.HeaderClassName
{
color: #FA18AB;
}
.AnyTagClassName
{
color: #FA18AB;
}
</style>
background-color css
<style>
a { background-color: #FA18AB; }
a { background-color: rgb(250,24,171); }
div.DivClassName
{
background-color: #FA18AB;
}
.BgClassName
{
background-color: #FA18AB;
}
</style>
border-color css
<style>
span { border-color: #FA18AB; }
span { border-color: rgb(250,24,171); }
td.TdClassName
{
border-color: #FA18AB;
}
.TagClassName
{
border-color: #FA18AB;
}
</style>