Shades of Persian Rose #FA32A5
Tints of Persian Rose #FA32A5
RGB
CMYK
RGB Variations
Color information
#FA32A5 (or 0xFA32A5) is known color: Persian Rose. HEX triplet: FA, 32 and A5. RGB value is (250,50,165). Sum of RGB (Red+Green+Blue) = 250+50+165=465 (61% of max value = 765). Red value is 250 (98.05% from 255 or 53.76% from 465); Green value is 50 (19.92% from 255 or 10.75% from 465); Blue value is 165 (64.84% from 255 or 35.48% from 465); Max value from RGB is 250 - color contains mainly: red. Hex color #FA32A5 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA32A5 is #05CD5A. Grayscale: #7A7A7A. Windows color (decimal): -380251 or 10826490. OLE color: 10826490.
HSL color Cylindrical-coordinate representation of color #FA32A5: hue angle of 325.5º degrees, saturation: 0.95, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FA32A5 is Cyan = 0, Magento = 0.8, Yellow = 0.34 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 50 | 165 | - |
| CMYK | 0 | 0.8 | 0.34 | 0.02 |
| HSL | 325.5º | 0.95% | 0.59% | - |
| HSV(B) | 325.5º | 0.8% | 0.98% | - |
| XYZ | 47.36 | 25.32 | 37.99 | - |
| YUV | 122.91 | 151.76 | 218.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 50 | 165 | 0 | 0.8 | 0.34 | 0.02 | 325.5 | 0.95 | 0.59 |
| Hex | FA | 32 | A5 | 0 | 50 | 22 | 2 | 146 | 5F | 3B |
| Octal | 372 | 62 | 245 | 0 | 120 | 42 | 2 | 506 | 137 | 73 |
| Binary | 11111010 | 110010 | 10100101 | 0 | 1010000 | 100010 | 10 | 101000110 | 1011111 | 111011 |
Color Harmonies of #FA32A5
Complementary color
Monochromatic Colors of #FA32A5
Black with #FA32A5
Text Example
Text Example
White with #FA32A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA32A5; }
p { color: rgb(250,50,165); }
H1.HeaderClassName
{
color: #FA32A5;
}
.AnyTagClassName
{
color: #FA32A5;
}
</style>
background-color css
<style>
a { background-color: #FA32A5; }
a { background-color: rgb(250,50,165); }
div.DivClassName
{
background-color: #FA32A5;
}
.BgClassName
{
background-color: #FA32A5;
}
</style>
border-color css
<style>
span { border-color: #FA32A5; }
span { border-color: rgb(250,50,165); }
td.TdClassName
{
border-color: #FA32A5;
}
.TagClassName
{
border-color: #FA32A5;
}
</style>