Shades of Spicy Pink #FA18B1
Tints of Spicy Pink #FA18B1
RGB
CMYK
RGB Variations
Color information
#FA18B1 (or 0xFA18B1) is known color: Spicy Pink. HEX triplet: FA, 18 and B1. RGB value is (250,24,177). Sum of RGB (Red+Green+Blue) = 250+24+177=451 (59% of max value = 765). Red value is 250 (98.05% from 255 or 55.43% from 451); Green value is 24 (9.77% from 255 or 5.32% from 451); Blue value is 177 (69.53% from 255 or 39.25% from 451); Max value from RGB is 250 - color contains mainly: red. Hex color #FA18B1 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FA18B1 is #05E74E. Grayscale: #6C6C6C. Windows color (decimal): -386895 or 11606266. OLE color: 11606266.
HSL color Cylindrical-coordinate representation of color #FA18B1: hue angle of 319.38º 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 #FA18B1 is Cyan = 0, Magento = 0.90, Yellow = 0.29 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 24 | 177 | - |
| CMYK | 0 | 0.90 | 0.29 | 0.02 |
| HSL | 319.38º | 0.96% | 0.54% | - |
| HSV(B) | 319.38º | 0.9% | 0.98% | - |
| XYZ | 47.69 | 24.15 | 43.74 | - |
| YUV | 109.02 | 166.37 | 228.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 24 | 177 | 0 | 0.90 | 0.29 | 0.02 | 319.38 | 0.96 | 0.54 |
| Hex | FA | 18 | B1 | 0 | 5A | 1D | 2 | 13F | 60 | 36 |
| Octal | 372 | 30 | 261 | 0 | 132 | 35 | 2 | 477 | 140 | 66 |
| Binary | 11111010 | 11000 | 10110001 | 0 | 1011010 | 11101 | 10 | 100111111 | 1100000 | 110110 |
Color Harmonies of #FA18B1
Complementary color
Monochromatic Colors of #FA18B1
Black with #FA18B1
Text Example
Text Example
White with #FA18B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA18B1; }
p { color: rgb(250,24,177); }
H1.HeaderClassName
{
color: #FA18B1;
}
.AnyTagClassName
{
color: #FA18B1;
}
</style>
background-color css
<style>
a { background-color: #FA18B1; }
a { background-color: rgb(250,24,177); }
div.DivClassName
{
background-color: #FA18B1;
}
.BgClassName
{
background-color: #FA18B1;
}
</style>
border-color css
<style>
span { border-color: #FA18B1; }
span { border-color: rgb(250,24,177); }
td.TdClassName
{
border-color: #FA18B1;
}
.TagClassName
{
border-color: #FA18B1;
}
</style>