Shades of Spicy Pink #FA25AC
Tints of Spicy Pink #FA25AC
RGB
CMYK
RGB Variations
Color information
#FA25AC (or 0xFA25AC) is known color: Spicy Pink. HEX triplet: FA, 25 and AC. RGB value is (250,37,172). Sum of RGB (Red+Green+Blue) = 250+37+172=459 (60% of max value = 765). Red value is 250 (98.05% from 255 or 54.47% from 459); Green value is 37 (14.84% from 255 or 8.06% from 459); Blue value is 172 (67.58% from 255 or 37.47% from 459); Max value from RGB is 250 - color contains mainly: red. Hex color #FA25AC is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA25AC is #05DA53. Grayscale: #737373. Windows color (decimal): -383572 or 11281914. OLE color: 11281914.
HSL color Cylindrical-coordinate representation of color #FA25AC: hue angle of 321.97º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #FA25AC is Cyan = 0, Magento = 0.85, Yellow = 0.31 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 37 | 172 | - |
| CMYK | 0 | 0.85 | 0.31 | 0.02 |
| HSL | 321.97º | 0.96% | 0.56% | - |
| HSV(B) | 321.97º | 0.85% | 0.98% | - |
| XYZ | 47.53 | 24.63 | 41.28 | - |
| YUV | 116.08 | 159.57 | 223.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 37 | 172 | 0 | 0.85 | 0.31 | 0.02 | 321.97 | 0.96 | 0.56 |
| Hex | FA | 25 | AC | 0 | 55 | 1F | 2 | 142 | 60 | 38 |
| Octal | 372 | 45 | 254 | 0 | 125 | 37 | 2 | 502 | 140 | 70 |
| Binary | 11111010 | 100101 | 10101100 | 0 | 1010101 | 11111 | 10 | 101000010 | 1100000 | 111000 |
Color Harmonies of #FA25AC
Complementary color
Monochromatic Colors of #FA25AC
Black with #FA25AC
Text Example
Text Example
White with #FA25AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA25AC; }
p { color: rgb(250,37,172); }
H1.HeaderClassName
{
color: #FA25AC;
}
.AnyTagClassName
{
color: #FA25AC;
}
</style>
background-color css
<style>
a { background-color: #FA25AC; }
a { background-color: rgb(250,37,172); }
div.DivClassName
{
background-color: #FA25AC;
}
.BgClassName
{
background-color: #FA25AC;
}
</style>
border-color css
<style>
span { border-color: #FA25AC; }
span { border-color: rgb(250,37,172); }
td.TdClassName
{
border-color: #FA25AC;
}
.TagClassName
{
border-color: #FA25AC;
}
</style>