Shades of Spicy Pink #FA18AF
Tints of Spicy Pink #FA18AF
RGB
CMYK
RGB Variations
Color information
#FA18AF (or 0xFA18AF) is known color: Spicy Pink. HEX triplet: FA, 18 and AF. RGB value is (250,24,175). Sum of RGB (Red+Green+Blue) = 250+24+175=449 (59% of max value = 765). Red value is 250 (98.05% from 255 or 55.68% from 449); Green value is 24 (9.77% from 255 or 5.35% from 449); Blue value is 175 (68.75% from 255 or 38.98% from 449); Max value from RGB is 250 - color contains mainly: red. Hex color #FA18AF is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FA18AF is #05E750. Grayscale: #6C6C6C. Windows color (decimal): -386897 or 11475194. OLE color: 11475194.
HSL color Cylindrical-coordinate representation of color #FA18AF: hue angle of 319.91º 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 #FA18AF is Cyan = 0, Magento = 0.90, Yellow = 0.3 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 24 | 175 | - |
| CMYK | 0 | 0.90 | 0.3 | 0.02 |
| HSL | 319.91º | 0.96% | 0.54% | - |
| HSV(B) | 319.91º | 0.9% | 0.98% | - |
| XYZ | 47.49 | 24.07 | 42.7 | - |
| YUV | 108.79 | 165.37 | 228.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 24 | 175 | 0 | 0.90 | 0.3 | 0.02 | 319.91 | 0.96 | 0.54 |
| Hex | FA | 18 | AF | 0 | 5A | 1E | 2 | 140 | 60 | 36 |
| Octal | 372 | 30 | 257 | 0 | 132 | 36 | 2 | 500 | 140 | 66 |
| Binary | 11111010 | 11000 | 10101111 | 0 | 1011010 | 11110 | 10 | 101000000 | 1100000 | 110110 |
Color Harmonies of #FA18AF
Complementary color
Monochromatic Colors of #FA18AF
Black with #FA18AF
Text Example
Text Example
White with #FA18AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA18AF; }
p { color: rgb(250,24,175); }
H1.HeaderClassName
{
color: #FA18AF;
}
.AnyTagClassName
{
color: #FA18AF;
}
</style>
background-color css
<style>
a { background-color: #FA18AF; }
a { background-color: rgb(250,24,175); }
div.DivClassName
{
background-color: #FA18AF;
}
.BgClassName
{
background-color: #FA18AF;
}
</style>
border-color css
<style>
span { border-color: #FA18AF; }
span { border-color: rgb(250,24,175); }
td.TdClassName
{
border-color: #FA18AF;
}
.TagClassName
{
border-color: #FA18AF;
}
</style>