Shades of Spicy Pink #FA28B7
Tints of Spicy Pink #FA28B7
RGB
CMYK
RGB Variations
Color information
#FA28B7 (or 0xFA28B7) is known color: Spicy Pink. HEX triplet: FA, 28 and B7. RGB value is (250,40,183). Sum of RGB (Red+Green+Blue) = 250+40+183=473 (62% of max value = 765). Red value is 250 (98.05% from 255 or 52.85% from 473); Green value is 40 (16.02% from 255 or 8.46% from 473); Blue value is 183 (71.88% from 255 or 38.69% from 473); Max value from RGB is 250 - color contains mainly: red. Hex color #FA28B7 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FA28B7 is #05D748. Grayscale: #767676. Windows color (decimal): -382793 or 12003578. OLE color: 12003578.
HSL color Cylindrical-coordinate representation of color #FA28B7: hue angle of 319.14º 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 #FA28B7 is Cyan = 0, Magento = 0.84, Yellow = 0.27 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 40 | 183 | - |
| CMYK | 0 | 0.84 | 0.27 | 0.02 |
| HSL | 319.14º | 0.95% | 0.57% | - |
| HSV(B) | 319.14º | 0.84% | 0.98% | - |
| XYZ | 48.73 | 25.26 | 47.11 | - |
| YUV | 119.09 | 164.07 | 221.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 40 | 183 | 0 | 0.84 | 0.27 | 0.02 | 319.14 | 0.95 | 0.57 |
| Hex | FA | 28 | B7 | 0 | 54 | 1B | 2 | 13F | 5F | 39 |
| Octal | 372 | 50 | 267 | 0 | 124 | 33 | 2 | 477 | 137 | 71 |
| Binary | 11111010 | 101000 | 10110111 | 0 | 1010100 | 11011 | 10 | 100111111 | 1011111 | 111001 |
Color Harmonies of #FA28B7
Complementary color
Monochromatic Colors of #FA28B7
Black with #FA28B7
Text Example
Text Example
White with #FA28B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA28B7; }
p { color: rgb(250,40,183); }
H1.HeaderClassName
{
color: #FA28B7;
}
.AnyTagClassName
{
color: #FA28B7;
}
</style>
background-color css
<style>
a { background-color: #FA28B7; }
a { background-color: rgb(250,40,183); }
div.DivClassName
{
background-color: #FA28B7;
}
.BgClassName
{
background-color: #FA28B7;
}
</style>
border-color css
<style>
span { border-color: #FA28B7; }
span { border-color: rgb(250,40,183); }
td.TdClassName
{
border-color: #FA28B7;
}
.TagClassName
{
border-color: #FA28B7;
}
</style>