Shades of Persian Rose #FA2AA0
Tints of Persian Rose #FA2AA0
RGB
CMYK
RGB Variations
Color information
#FA2AA0 (or 0xFA2AA0) is known color: Persian Rose. HEX triplet: FA, 2A and A0. RGB value is (250,42,160). Sum of RGB (Red+Green+Blue) = 250+42+160=452 (59% of max value = 765). Red value is 250 (98.05% from 255 or 55.31% from 452); Green value is 42 (16.80% from 255 or 9.29% from 452); Blue value is 160 (62.89% from 255 or 35.40% from 452); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2AA0 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA2AA0 is #05D55F. Grayscale: #757575. Windows color (decimal): -382304 or 10496762. OLE color: 10496762.
HSL color Cylindrical-coordinate representation of color #FA2AA0: hue angle of 325.96º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FA2AA0 is Cyan = 0, Magento = 0.83, Yellow = 0.36 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 42 | 160 | - |
| CMYK | 0 | 0.83 | 0.36 | 0.02 |
| HSL | 325.96º | 0.95% | 0.57% | - |
| HSV(B) | 325.96º | 0.83% | 0.98% | - |
| XYZ | 46.6 | 24.52 | 35.53 | - |
| YUV | 117.64 | 151.91 | 222.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 42 | 160 | 0 | 0.83 | 0.36 | 0.02 | 325.96 | 0.95 | 0.57 |
| Hex | FA | 2A | A0 | 0 | 53 | 24 | 2 | 146 | 5F | 39 |
| Octal | 372 | 52 | 240 | 0 | 123 | 44 | 2 | 506 | 137 | 71 |
| Binary | 11111010 | 101010 | 10100000 | 0 | 1010011 | 100100 | 10 | 101000110 | 1011111 | 111001 |
Color Harmonies of #FA2AA0
Complementary color
Monochromatic Colors of #FA2AA0
Black with #FA2AA0
Text Example
Text Example
White with #FA2AA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA2AA0; }
p { color: rgb(250,42,160); }
H1.HeaderClassName
{
color: #FA2AA0;
}
.AnyTagClassName
{
color: #FA2AA0;
}
</style>
background-color css
<style>
a { background-color: #FA2AA0; }
a { background-color: rgb(250,42,160); }
div.DivClassName
{
background-color: #FA2AA0;
}
.BgClassName
{
background-color: #FA2AA0;
}
</style>
border-color css
<style>
span { border-color: #FA2AA0; }
span { border-color: rgb(250,42,160); }
td.TdClassName
{
border-color: #FA2AA0;
}
.TagClassName
{
border-color: #FA2AA0;
}
</style>