Shades of Persian Rose #FA1EA2
Tints of Persian Rose #FA1EA2
RGB
CMYK
RGB Variations
Color information
#FA1EA2 (or 0xFA1EA2) is known color: Persian Rose. HEX triplet: FA, 1E and A2. RGB value is (250,30,162). Sum of RGB (Red+Green+Blue) = 250+30+162=442 (58% of max value = 765). Red value is 250 (98.05% from 255 or 56.56% from 442); Green value is 30 (12.11% from 255 or 6.79% from 442); Blue value is 162 (63.67% from 255 or 36.65% from 442); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1EA2 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA1EA2 is #05E15D. Grayscale: #6E6E6E. Windows color (decimal): -385374 or 10624762. OLE color: 10624762.
HSL color Cylindrical-coordinate representation of color #FA1EA2: hue angle of 324º 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 #FA1EA2 is Cyan = 0, Magento = 0.88, Yellow = 0.35 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 30 | 162 | - |
| CMYK | 0 | 0.88 | 0.35 | 0.02 |
| HSL | 324º | 0.96% | 0.55% | - |
| HSV(B) | 324º | 0.88% | 0.98% | - |
| XYZ | 46.41 | 23.86 | 36.34 | - |
| YUV | 110.83 | 156.89 | 227.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 30 | 162 | 0 | 0.88 | 0.35 | 0.02 | 324 | 0.96 | 0.55 |
| Hex | FA | 1E | A2 | 0 | 58 | 23 | 2 | 144 | 60 | 37 |
| Octal | 372 | 36 | 242 | 0 | 130 | 43 | 2 | 504 | 140 | 67 |
| Binary | 11111010 | 11110 | 10100010 | 0 | 1011000 | 100011 | 10 | 101000100 | 1100000 | 110111 |
Color Harmonies of #FA1EA2
Complementary color
Monochromatic Colors of #FA1EA2
Black with #FA1EA2
Text Example
Text Example
White with #FA1EA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA1EA2; }
p { color: rgb(250,30,162); }
H1.HeaderClassName
{
color: #FA1EA2;
}
.AnyTagClassName
{
color: #FA1EA2;
}
</style>
background-color css
<style>
a { background-color: #FA1EA2; }
a { background-color: rgb(250,30,162); }
div.DivClassName
{
background-color: #FA1EA2;
}
.BgClassName
{
background-color: #FA1EA2;
}
</style>
border-color css
<style>
span { border-color: #FA1EA2; }
span { border-color: rgb(250,30,162); }
td.TdClassName
{
border-color: #FA1EA2;
}
.TagClassName
{
border-color: #FA1EA2;
}
</style>