Shades of Spicy Pink #FA25AF
Tints of Spicy Pink #FA25AF
RGB
CMYK
RGB Variations
Color information
#FA25AF (or 0xFA25AF) is known color: Spicy Pink. HEX triplet: FA, 25 and AF. RGB value is (250,37,175). Sum of RGB (Red+Green+Blue) = 250+37+175=462 (61% of max value = 765). Red value is 250 (98.05% from 255 or 54.11% from 462); Green value is 37 (14.84% from 255 or 8.01% from 462); Blue value is 175 (68.75% from 255 or 37.88% from 462); Max value from RGB is 250 - color contains mainly: red. Hex color #FA25AF is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA25AF is #05DA50. Grayscale: #747474. Windows color (decimal): -383569 or 11478522. OLE color: 11478522.
HSL color Cylindrical-coordinate representation of color #FA25AF: hue angle of 321.13º 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 #FA25AF is Cyan = 0, Magento = 0.85, Yellow = 0.3 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 37 | 175 | - |
| CMYK | 0 | 0.85 | 0.3 | 0.02 |
| HSL | 321.13º | 0.96% | 0.56% | - |
| HSV(B) | 321.13º | 0.85% | 0.98% | - |
| XYZ | 47.82 | 24.74 | 42.81 | - |
| YUV | 116.42 | 161.07 | 223.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 37 | 175 | 0 | 0.85 | 0.3 | 0.02 | 321.13 | 0.96 | 0.56 |
| Hex | FA | 25 | AF | 0 | 55 | 1E | 2 | 141 | 60 | 38 |
| Octal | 372 | 45 | 257 | 0 | 125 | 36 | 2 | 501 | 140 | 70 |
| Binary | 11111010 | 100101 | 10101111 | 0 | 1010101 | 11110 | 10 | 101000001 | 1100000 | 111000 |
Color Harmonies of #FA25AF
Complementary color
Monochromatic Colors of #FA25AF
Black with #FA25AF
Text Example
Text Example
White with #FA25AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA25AF; }
p { color: rgb(250,37,175); }
H1.HeaderClassName
{
color: #FA25AF;
}
.AnyTagClassName
{
color: #FA25AF;
}
</style>
background-color css
<style>
a { background-color: #FA25AF; }
a { background-color: rgb(250,37,175); }
div.DivClassName
{
background-color: #FA25AF;
}
.BgClassName
{
background-color: #FA25AF;
}
</style>
border-color css
<style>
span { border-color: #FA25AF; }
span { border-color: rgb(250,37,175); }
td.TdClassName
{
border-color: #FA25AF;
}
.TagClassName
{
border-color: #FA25AF;
}
</style>