Shades of Spicy Pink #FA28B2
Tints of Spicy Pink #FA28B2
RGB
CMYK
RGB Variations
Color information
#FA28B2 (or 0xFA28B2) is known color: Spicy Pink. HEX triplet: FA, 28 and B2. RGB value is (250,40,178). Sum of RGB (Red+Green+Blue) = 250+40+178=468 (61% of max value = 765). Red value is 250 (98.05% from 255 or 53.42% from 468); Green value is 40 (16.02% from 255 or 8.55% from 468); Blue value is 178 (69.92% from 255 or 38.03% from 468); Max value from RGB is 250 - color contains mainly: red. Hex color #FA28B2 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA28B2 is #05D74D. Grayscale: #767676. Windows color (decimal): -382798 or 11675898. OLE color: 11675898.
HSL color Cylindrical-coordinate representation of color #FA28B2: hue angle of 320.57º 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 #FA28B2 is Cyan = 0, Magento = 0.84, Yellow = 0.29 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 40 | 178 | - |
| CMYK | 0 | 0.84 | 0.29 | 0.02 |
| HSL | 320.57º | 0.95% | 0.57% | - |
| HSV(B) | 320.57º | 0.84% | 0.98% | - |
| XYZ | 48.22 | 25.06 | 44.41 | - |
| YUV | 118.52 | 161.57 | 221.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 40 | 178 | 0 | 0.84 | 0.29 | 0.02 | 320.57 | 0.95 | 0.57 |
| Hex | FA | 28 | B2 | 0 | 54 | 1D | 2 | 141 | 5F | 39 |
| Octal | 372 | 50 | 262 | 0 | 124 | 35 | 2 | 501 | 137 | 71 |
| Binary | 11111010 | 101000 | 10110010 | 0 | 1010100 | 11101 | 10 | 101000001 | 1011111 | 111001 |
Color Harmonies of #FA28B2
Complementary color
Monochromatic Colors of #FA28B2
Black with #FA28B2
Text Example
Text Example
White with #FA28B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA28B2; }
p { color: rgb(250,40,178); }
H1.HeaderClassName
{
color: #FA28B2;
}
.AnyTagClassName
{
color: #FA28B2;
}
</style>
background-color css
<style>
a { background-color: #FA28B2; }
a { background-color: rgb(250,40,178); }
div.DivClassName
{
background-color: #FA28B2;
}
.BgClassName
{
background-color: #FA28B2;
}
</style>
border-color css
<style>
span { border-color: #FA28B2; }
span { border-color: rgb(250,40,178); }
td.TdClassName
{
border-color: #FA28B2;
}
.TagClassName
{
border-color: #FA28B2;
}
</style>