Shades of Persian Rose #FA32AD
Tints of Persian Rose #FA32AD
RGB
CMYK
RGB Variations
Color information
#FA32AD (or 0xFA32AD) is known color: Persian Rose. HEX triplet: FA, 32 and AD. RGB value is (250,50,173). Sum of RGB (Red+Green+Blue) = 250+50+173=473 (62% of max value = 765). Red value is 250 (98.05% from 255 or 52.85% from 473); Green value is 50 (19.92% from 255 or 10.57% from 473); Blue value is 173 (67.97% from 255 or 36.58% from 473); Max value from RGB is 250 - color contains mainly: red. Hex color #FA32AD is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA32AD is #05CD52. Grayscale: #7B7B7B. Windows color (decimal): -380243 or 11350778. OLE color: 11350778.
HSL color Cylindrical-coordinate representation of color #FA32AD: hue angle of 323.1º 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 #FA32AD is Cyan = 0, Magento = 0.8, Yellow = 0.31 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 50 | 173 | - |
| CMYK | 0 | 0.8 | 0.31 | 0.02 |
| HSL | 323.1º | 0.95% | 0.59% | - |
| HSV(B) | 323.1º | 0.8% | 0.98% | - |
| XYZ | 48.11 | 25.62 | 41.95 | - |
| YUV | 123.82 | 155.76 | 218 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 50 | 173 | 0 | 0.8 | 0.31 | 0.02 | 323.1 | 0.95 | 0.59 |
| Hex | FA | 32 | AD | 0 | 50 | 1F | 2 | 143 | 5F | 3B |
| Octal | 372 | 62 | 255 | 0 | 120 | 37 | 2 | 503 | 137 | 73 |
| Binary | 11111010 | 110010 | 10101101 | 0 | 1010000 | 11111 | 10 | 101000011 | 1011111 | 111011 |
Color Harmonies of #FA32AD
Complementary color
Monochromatic Colors of #FA32AD
Black with #FA32AD
Text Example
Text Example
White with #FA32AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA32AD; }
p { color: rgb(250,50,173); }
H1.HeaderClassName
{
color: #FA32AD;
}
.AnyTagClassName
{
color: #FA32AD;
}
</style>
background-color css
<style>
a { background-color: #FA32AD; }
a { background-color: rgb(250,50,173); }
div.DivClassName
{
background-color: #FA32AD;
}
.BgClassName
{
background-color: #FA32AD;
}
</style>
border-color css
<style>
span { border-color: #FA32AD; }
span { border-color: rgb(250,50,173); }
td.TdClassName
{
border-color: #FA32AD;
}
.TagClassName
{
border-color: #FA32AD;
}
</style>