Shades of Spicy Pink #FA17B5
Tints of Spicy Pink #FA17B5
RGB
CMYK
RGB Variations
Color information
#FA17B5 (or 0xFA17B5) is known color: Spicy Pink. HEX triplet: FA, 17 and B5. RGB value is (250,23,181). Sum of RGB (Red+Green+Blue) = 250+23+181=454 (60% of max value = 765). Red value is 250 (98.05% from 255 or 55.07% from 454); Green value is 23 (9.38% from 255 or 5.07% from 454); Blue value is 181 (71.09% from 255 or 39.87% from 454); Max value from RGB is 250 - color contains mainly: red. Hex color #FA17B5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FA17B5 is #05E84A. Grayscale: #6C6C6C. Windows color (decimal): -387147 or 11868154. OLE color: 11868154.
HSL color Cylindrical-coordinate representation of color #FA17B5: hue angle of 318.24º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FA17B5 is Cyan = 0, Magento = 0.91, Yellow = 0.28 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 23 | 181 | - |
| CMYK | 0 | 0.91 | 0.28 | 0.02 |
| HSL | 318.24º | 0.96% | 0.54% | - |
| HSV(B) | 318.24º | 0.91% | 0.98% | - |
| XYZ | 48.07 | 24.27 | 45.87 | - |
| YUV | 108.89 | 168.71 | 228.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 23 | 181 | 0 | 0.91 | 0.28 | 0.02 | 318.24 | 0.96 | 0.54 |
| Hex | FA | 17 | B5 | 0 | 5B | 1C | 2 | 13E | 60 | 36 |
| Octal | 372 | 27 | 265 | 0 | 133 | 34 | 2 | 476 | 140 | 66 |
| Binary | 11111010 | 10111 | 10110101 | 0 | 1011011 | 11100 | 10 | 100111110 | 1100000 | 110110 |
Color Harmonies of #FA17B5
Complementary color
Monochromatic Colors of #FA17B5
Black with #FA17B5
Text Example
Text Example
White with #FA17B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA17B5; }
p { color: rgb(250,23,181); }
H1.HeaderClassName
{
color: #FA17B5;
}
.AnyTagClassName
{
color: #FA17B5;
}
</style>
background-color css
<style>
a { background-color: #FA17B5; }
a { background-color: rgb(250,23,181); }
div.DivClassName
{
background-color: #FA17B5;
}
.BgClassName
{
background-color: #FA17B5;
}
</style>
border-color css
<style>
span { border-color: #FA17B5; }
span { border-color: rgb(250,23,181); }
td.TdClassName
{
border-color: #FA17B5;
}
.TagClassName
{
border-color: #FA17B5;
}
</style>