Shades of Spicy Pink #FA23AB
Tints of Spicy Pink #FA23AB
RGB
CMYK
RGB Variations
Color information
#FA23AB (or 0xFA23AB) is known color: Spicy Pink. HEX triplet: FA, 23 and AB. RGB value is (250,35,171). Sum of RGB (Red+Green+Blue) = 250+35+171=456 (60% of max value = 765). Red value is 250 (98.05% from 255 or 54.82% from 456); Green value is 35 (14.06% from 255 or 7.68% from 456); Blue value is 171 (67.19% from 255 or 37.5% from 456); Max value from RGB is 250 - color contains mainly: red. Hex color #FA23AB is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA23AB is #05DC54. Grayscale: #727272. Windows color (decimal): -384085 or 11215866. OLE color: 11215866.
HSL color Cylindrical-coordinate representation of color #FA23AB: hue angle of 322.05º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #FA23AB is Cyan = 0, Magento = 0.86, Yellow = 0.32 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 35 | 171 | - |
| CMYK | 0 | 0.86 | 0.32 | 0.02 |
| HSL | 322.05º | 0.96% | 0.56% | - |
| HSV(B) | 322.05º | 0.86% | 0.98% | - |
| XYZ | 47.38 | 24.47 | 40.75 | - |
| YUV | 114.79 | 159.73 | 224.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 35 | 171 | 0 | 0.86 | 0.32 | 0.02 | 322.05 | 0.96 | 0.56 |
| Hex | FA | 23 | AB | 0 | 56 | 20 | 2 | 142 | 60 | 38 |
| Octal | 372 | 43 | 253 | 0 | 126 | 40 | 2 | 502 | 140 | 70 |
| Binary | 11111010 | 100011 | 10101011 | 0 | 1010110 | 100000 | 10 | 101000010 | 1100000 | 111000 |
Color Harmonies of #FA23AB
Complementary color
Monochromatic Colors of #FA23AB
Black with #FA23AB
Text Example
Text Example
White with #FA23AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA23AB; }
p { color: rgb(250,35,171); }
H1.HeaderClassName
{
color: #FA23AB;
}
.AnyTagClassName
{
color: #FA23AB;
}
</style>
background-color css
<style>
a { background-color: #FA23AB; }
a { background-color: rgb(250,35,171); }
div.DivClassName
{
background-color: #FA23AB;
}
.BgClassName
{
background-color: #FA23AB;
}
</style>
border-color css
<style>
span { border-color: #FA23AB; }
span { border-color: rgb(250,35,171); }
td.TdClassName
{
border-color: #FA23AB;
}
.TagClassName
{
border-color: #FA23AB;
}
</style>