Shades of Spicy Pink #FA18A8
Tints of Spicy Pink #FA18A8
RGB
CMYK
RGB Variations
Color information
#FA18A8 (or 0xFA18A8) is known color: Spicy Pink. HEX triplet: FA, 18 and A8. RGB value is (250,24,168). Sum of RGB (Red+Green+Blue) = 250+24+168=442 (58% of max value = 765). Red value is 250 (98.05% from 255 or 56.56% from 442); Green value is 24 (9.77% from 255 or 5.43% from 442); Blue value is 168 (66.02% from 255 or 38.01% from 442); Max value from RGB is 250 - color contains mainly: red. Hex color #FA18A8 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FA18A8 is #05E757. Grayscale: #6B6B6B. Windows color (decimal): -386904 or 11016442. OLE color: 11016442.
HSL color Cylindrical-coordinate representation of color #FA18A8: hue angle of 321.77º 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 #FA18A8 is Cyan = 0, Magento = 0.90, Yellow = 0.33 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 24 | 168 | - |
| CMYK | 0 | 0.90 | 0.33 | 0.02 |
| HSL | 321.77º | 0.96% | 0.54% | - |
| HSV(B) | 321.77º | 0.9% | 0.98% | - |
| XYZ | 46.82 | 23.8 | 39.17 | - |
| YUV | 107.99 | 161.87 | 229.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 24 | 168 | 0 | 0.90 | 0.33 | 0.02 | 321.77 | 0.96 | 0.54 |
| Hex | FA | 18 | A8 | 0 | 5A | 21 | 2 | 142 | 60 | 36 |
| Octal | 372 | 30 | 250 | 0 | 132 | 41 | 2 | 502 | 140 | 66 |
| Binary | 11111010 | 11000 | 10101000 | 0 | 1011010 | 100001 | 10 | 101000010 | 1100000 | 110110 |
Color Harmonies of #FA18A8
Complementary color
Monochromatic Colors of #FA18A8
Black with #FA18A8
Text Example
Text Example
White with #FA18A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA18A8; }
p { color: rgb(250,24,168); }
H1.HeaderClassName
{
color: #FA18A8;
}
.AnyTagClassName
{
color: #FA18A8;
}
</style>
background-color css
<style>
a { background-color: #FA18A8; }
a { background-color: rgb(250,24,168); }
div.DivClassName
{
background-color: #FA18A8;
}
.BgClassName
{
background-color: #FA18A8;
}
</style>
border-color css
<style>
span { border-color: #FA18A8; }
span { border-color: rgb(250,24,168); }
td.TdClassName
{
border-color: #FA18A8;
}
.TagClassName
{
border-color: #FA18A8;
}
</style>