Shades of Spicy Pink #FA17AB
Tints of Spicy Pink #FA17AB
RGB
CMYK
RGB Variations
Color information
#FA17AB (or 0xFA17AB) is known color: Spicy Pink. HEX triplet: FA, 17 and AB. RGB value is (250,23,171). Sum of RGB (Red+Green+Blue) = 250+23+171=444 (58% of max value = 765). Red value is 250 (98.05% from 255 or 56.31% from 444); Green value is 23 (9.38% from 255 or 5.18% from 444); Blue value is 171 (67.19% from 255 or 38.51% from 444); Max value from RGB is 250 - color contains mainly: red. Hex color #FA17AB is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FA17AB is #05E854. Grayscale: #6B6B6B. Windows color (decimal): -387157 or 11212794. OLE color: 11212794.
HSL color Cylindrical-coordinate representation of color #FA17AB: hue angle of 320.88º 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 #FA17AB is Cyan = 0, Magento = 0.91, Yellow = 0.32 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 23 | 171 | - |
| CMYK | 0 | 0.91 | 0.32 | 0.02 |
| HSL | 320.88º | 0.96% | 0.54% | - |
| HSV(B) | 320.88º | 0.91% | 0.98% | - |
| XYZ | 47.08 | 23.88 | 40.66 | - |
| YUV | 107.75 | 163.71 | 229.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 23 | 171 | 0 | 0.91 | 0.32 | 0.02 | 320.88 | 0.96 | 0.54 |
| Hex | FA | 17 | AB | 0 | 5B | 20 | 2 | 141 | 60 | 36 |
| Octal | 372 | 27 | 253 | 0 | 133 | 40 | 2 | 501 | 140 | 66 |
| Binary | 11111010 | 10111 | 10101011 | 0 | 1011011 | 100000 | 10 | 101000001 | 1100000 | 110110 |
Color Harmonies of #FA17AB
Complementary color
Monochromatic Colors of #FA17AB
Black with #FA17AB
Text Example
Text Example
White with #FA17AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA17AB; }
p { color: rgb(250,23,171); }
H1.HeaderClassName
{
color: #FA17AB;
}
.AnyTagClassName
{
color: #FA17AB;
}
</style>
background-color css
<style>
a { background-color: #FA17AB; }
a { background-color: rgb(250,23,171); }
div.DivClassName
{
background-color: #FA17AB;
}
.BgClassName
{
background-color: #FA17AB;
}
</style>
border-color css
<style>
span { border-color: #FA17AB; }
span { border-color: rgb(250,23,171); }
td.TdClassName
{
border-color: #FA17AB;
}
.TagClassName
{
border-color: #FA17AB;
}
</style>