Shades of Spicy Pink #FA17B1
Tints of Spicy Pink #FA17B1
RGB
CMYK
RGB Variations
Color information
#FA17B1 (or 0xFA17B1) is known color: Spicy Pink. HEX triplet: FA, 17 and B1. RGB value is (250,23,177). Sum of RGB (Red+Green+Blue) = 250+23+177=450 (59% of max value = 765). Red value is 250 (98.05% from 255 or 55.56% from 450); Green value is 23 (9.38% from 255 or 5.11% from 450); Blue value is 177 (69.53% from 255 or 39.33% from 450); Max value from RGB is 250 - color contains mainly: red. Hex color #FA17B1 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FA17B1 is #05E84E. Grayscale: #6C6C6C. Windows color (decimal): -387151 or 11606010. OLE color: 11606010.
HSL color Cylindrical-coordinate representation of color #FA17B1: hue angle of 319.3º 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 #FA17B1 is Cyan = 0, Magento = 0.91, Yellow = 0.29 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 23 | 177 | - |
| CMYK | 0 | 0.91 | 0.29 | 0.02 |
| HSL | 319.3º | 0.96% | 0.54% | - |
| HSV(B) | 319.3º | 0.91% | 0.98% | - |
| XYZ | 47.67 | 24.11 | 43.74 | - |
| YUV | 108.43 | 166.71 | 228.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 23 | 177 | 0 | 0.91 | 0.29 | 0.02 | 319.3 | 0.96 | 0.54 |
| Hex | FA | 17 | B1 | 0 | 5B | 1D | 2 | 13F | 60 | 36 |
| Octal | 372 | 27 | 261 | 0 | 133 | 35 | 2 | 477 | 140 | 66 |
| Binary | 11111010 | 10111 | 10110001 | 0 | 1011011 | 11101 | 10 | 100111111 | 1100000 | 110110 |
Color Harmonies of #FA17B1
Complementary color
Monochromatic Colors of #FA17B1
Black with #FA17B1
Text Example
Text Example
White with #FA17B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA17B1; }
p { color: rgb(250,23,177); }
H1.HeaderClassName
{
color: #FA17B1;
}
.AnyTagClassName
{
color: #FA17B1;
}
</style>
background-color css
<style>
a { background-color: #FA17B1; }
a { background-color: rgb(250,23,177); }
div.DivClassName
{
background-color: #FA17B1;
}
.BgClassName
{
background-color: #FA17B1;
}
</style>
border-color css
<style>
span { border-color: #FA17B1; }
span { border-color: rgb(250,23,177); }
td.TdClassName
{
border-color: #FA17B1;
}
.TagClassName
{
border-color: #FA17B1;
}
</style>