Shades of Persian Rose #FA1EA1
Tints of Persian Rose #FA1EA1
RGB
CMYK
RGB Variations
Color information
#FA1EA1 (or 0xFA1EA1) is known color: Persian Rose. HEX triplet: FA, 1E and A1. RGB value is (250,30,161). Sum of RGB (Red+Green+Blue) = 250+30+161=441 (58% of max value = 765). Red value is 250 (98.05% from 255 or 56.69% from 441); Green value is 30 (12.11% from 255 or 6.80% from 441); Blue value is 161 (63.28% from 255 or 36.51% from 441); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1EA1 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA1EA1 is #05E15E. Grayscale: #6E6E6E. Windows color (decimal): -385375 or 10559226. OLE color: 10559226.
HSL color Cylindrical-coordinate representation of color #FA1EA1: hue angle of 324.27º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #FA1EA1 is Cyan = 0, Magento = 0.88, Yellow = 0.36 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 30 | 161 | - |
| CMYK | 0 | 0.88 | 0.36 | 0.02 |
| HSL | 324.27º | 0.96% | 0.55% | - |
| HSV(B) | 324.27º | 0.88% | 0.98% | - |
| XYZ | 46.32 | 23.83 | 35.88 | - |
| YUV | 110.71 | 156.39 | 227.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 30 | 161 | 0 | 0.88 | 0.36 | 0.02 | 324.27 | 0.96 | 0.55 |
| Hex | FA | 1E | A1 | 0 | 58 | 24 | 2 | 144 | 60 | 37 |
| Octal | 372 | 36 | 241 | 0 | 130 | 44 | 2 | 504 | 140 | 67 |
| Binary | 11111010 | 11110 | 10100001 | 0 | 1011000 | 100100 | 10 | 101000100 | 1100000 | 110111 |
Color Harmonies of #FA1EA1
Complementary color
Monochromatic Colors of #FA1EA1
Black with #FA1EA1
Text Example
Text Example
White with #FA1EA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA1EA1; }
p { color: rgb(250,30,161); }
H1.HeaderClassName
{
color: #FA1EA1;
}
.AnyTagClassName
{
color: #FA1EA1;
}
</style>
background-color css
<style>
a { background-color: #FA1EA1; }
a { background-color: rgb(250,30,161); }
div.DivClassName
{
background-color: #FA1EA1;
}
.BgClassName
{
background-color: #FA1EA1;
}
</style>
border-color css
<style>
span { border-color: #FA1EA1; }
span { border-color: rgb(250,30,161); }
td.TdClassName
{
border-color: #FA1EA1;
}
.TagClassName
{
border-color: #FA1EA1;
}
</style>