Shades of Spicy Pink #FA28AF
Tints of Spicy Pink #FA28AF
RGB
CMYK
RGB Variations
Color information
#FA28AF (or 0xFA28AF) is known color: Spicy Pink. HEX triplet: FA, 28 and AF. RGB value is (250,40,175). Sum of RGB (Red+Green+Blue) = 250+40+175=465 (61% of max value = 765). Red value is 250 (98.05% from 255 or 53.76% from 465); Green value is 40 (16.02% from 255 or 8.60% from 465); Blue value is 175 (68.75% from 255 or 37.63% from 465); Max value from RGB is 250 - color contains mainly: red. Hex color #FA28AF is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA28AF is #05D750. Grayscale: #757575. Windows color (decimal): -382801 or 11479290. OLE color: 11479290.
HSL color Cylindrical-coordinate representation of color #FA28AF: hue angle of 321.43º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FA28AF is Cyan = 0, Magento = 0.84, Yellow = 0.3 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 40 | 175 | - |
| CMYK | 0 | 0.84 | 0.3 | 0.02 |
| HSL | 321.43º | 0.95% | 0.57% | - |
| HSV(B) | 321.43º | 0.84% | 0.98% | - |
| XYZ | 47.92 | 24.94 | 42.84 | - |
| YUV | 118.18 | 160.07 | 222.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 40 | 175 | 0 | 0.84 | 0.3 | 0.02 | 321.43 | 0.95 | 0.57 |
| Hex | FA | 28 | AF | 0 | 54 | 1E | 2 | 141 | 5F | 39 |
| Octal | 372 | 50 | 257 | 0 | 124 | 36 | 2 | 501 | 137 | 71 |
| Binary | 11111010 | 101000 | 10101111 | 0 | 1010100 | 11110 | 10 | 101000001 | 1011111 | 111001 |
Color Harmonies of #FA28AF
Complementary color
Monochromatic Colors of #FA28AF
Black with #FA28AF
Text Example
Text Example
White with #FA28AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA28AF; }
p { color: rgb(250,40,175); }
H1.HeaderClassName
{
color: #FA28AF;
}
.AnyTagClassName
{
color: #FA28AF;
}
</style>
background-color css
<style>
a { background-color: #FA28AF; }
a { background-color: rgb(250,40,175); }
div.DivClassName
{
background-color: #FA28AF;
}
.BgClassName
{
background-color: #FA28AF;
}
</style>
border-color css
<style>
span { border-color: #FA28AF; }
span { border-color: rgb(250,40,175); }
td.TdClassName
{
border-color: #FA28AF;
}
.TagClassName
{
border-color: #FA28AF;
}
</style>