Shades of Persian Rose #FA24A2
Tints of Persian Rose #FA24A2
RGB
CMYK
RGB Variations
Color information
#FA24A2 (or 0xFA24A2) is known color: Persian Rose. HEX triplet: FA, 24 and A2. RGB value is (250,36,162). Sum of RGB (Red+Green+Blue) = 250+36+162=448 (59% of max value = 765). Red value is 250 (98.05% from 255 or 55.80% from 448); Green value is 36 (14.45% from 255 or 8.04% from 448); Blue value is 162 (63.67% from 255 or 36.16% from 448); Max value from RGB is 250 - color contains mainly: red. Hex color #FA24A2 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA24A2 is #05DB5D. Grayscale: #727272. Windows color (decimal): -383838 or 10626298. OLE color: 10626298.
HSL color Cylindrical-coordinate representation of color #FA24A2: hue angle of 324.67º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #FA24A2 is Cyan = 0, Magento = 0.86, Yellow = 0.35 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 36 | 162 | - |
| CMYK | 0 | 0.86 | 0.35 | 0.02 |
| HSL | 324.67º | 0.96% | 0.56% | - |
| HSV(B) | 324.67º | 0.86% | 0.98% | - |
| XYZ | 46.58 | 24.19 | 36.4 | - |
| YUV | 114.35 | 154.9 | 224.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 36 | 162 | 0 | 0.86 | 0.35 | 0.02 | 324.67 | 0.96 | 0.56 |
| Hex | FA | 24 | A2 | 0 | 56 | 23 | 2 | 145 | 60 | 38 |
| Octal | 372 | 44 | 242 | 0 | 126 | 43 | 2 | 505 | 140 | 70 |
| Binary | 11111010 | 100100 | 10100010 | 0 | 1010110 | 100011 | 10 | 101000101 | 1100000 | 111000 |
Color Harmonies of #FA24A2
Complementary color
Monochromatic Colors of #FA24A2
Black with #FA24A2
Text Example
Text Example
White with #FA24A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA24A2; }
p { color: rgb(250,36,162); }
H1.HeaderClassName
{
color: #FA24A2;
}
.AnyTagClassName
{
color: #FA24A2;
}
</style>
background-color css
<style>
a { background-color: #FA24A2; }
a { background-color: rgb(250,36,162); }
div.DivClassName
{
background-color: #FA24A2;
}
.BgClassName
{
background-color: #FA24A2;
}
</style>
border-color css
<style>
span { border-color: #FA24A2; }
span { border-color: rgb(250,36,162); }
td.TdClassName
{
border-color: #FA24A2;
}
.TagClassName
{
border-color: #FA24A2;
}
</style>