Shades of Persian Rose #FA3AAA
Tints of Persian Rose #FA3AAA
RGB
CMYK
RGB Variations
Color information
#FA3AAA (or 0xFA3AAA) is known color: Persian Rose. HEX triplet: FA, 3A and AA. RGB value is (250,58,170). Sum of RGB (Red+Green+Blue) = 250+58+170=478 (63% of max value = 765). Red value is 250 (98.05% from 255 or 52.30% from 478); Green value is 58 (23.05% from 255 or 12.13% from 478); Blue value is 170 (66.80% from 255 or 35.56% from 478); Max value from RGB is 250 - color contains mainly: red. Hex color #FA3AAA is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA3AAA is #05C555. Grayscale: #7F7F7F. Windows color (decimal): -378198 or 11156218. OLE color: 11156218.
HSL color Cylindrical-coordinate representation of color #FA3AAA: hue angle of 325º degrees, saturation: 0.95, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #FA3AAA is Cyan = 0, Magento = 0.77, Yellow = 0.32 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 58 | 170 | - |
| CMYK | 0 | 0.77 | 0.32 | 0.02 |
| HSL | 325º | 0.95% | 0.6% | - |
| HSV(B) | 325º | 0.77% | 0.98% | - |
| XYZ | 48.19 | 26.25 | 40.56 | - |
| YUV | 128.18 | 151.61 | 214.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 58 | 170 | 0 | 0.77 | 0.32 | 0.02 | 325 | 0.95 | 0.6 |
| Hex | FA | 3A | AA | 0 | 4D | 20 | 2 | 145 | 5F | 3C |
| Octal | 372 | 72 | 252 | 0 | 115 | 40 | 2 | 505 | 137 | 74 |
| Binary | 11111010 | 111010 | 10101010 | 0 | 1001101 | 100000 | 10 | 101000101 | 1011111 | 111100 |
Color Harmonies of #FA3AAA
Complementary color
Monochromatic Colors of #FA3AAA
Black with #FA3AAA
Text Example
Text Example
White with #FA3AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA3AAA; }
p { color: rgb(250,58,170); }
H1.HeaderClassName
{
color: #FA3AAA;
}
.AnyTagClassName
{
color: #FA3AAA;
}
</style>
background-color css
<style>
a { background-color: #FA3AAA; }
a { background-color: rgb(250,58,170); }
div.DivClassName
{
background-color: #FA3AAA;
}
.BgClassName
{
background-color: #FA3AAA;
}
</style>
border-color css
<style>
span { border-color: #FA3AAA; }
span { border-color: rgb(250,58,170); }
td.TdClassName
{
border-color: #FA3AAA;
}
.TagClassName
{
border-color: #FA3AAA;
}
</style>