Shades of Persian Rose #F325AA
Tints of Persian Rose #F325AA
RGB
CMYK
RGB Variations
Color information
#F325AA (or 0xF325AA) is known color: Persian Rose. HEX triplet: F3, 25 and AA. RGB value is (243,37,170). Sum of RGB (Red+Green+Blue) = 243+37+170=450 (59% of max value = 765). Red value is 243 (95.31% from 255 or 54% from 450); Green value is 37 (14.84% from 255 or 8.22% from 450); Blue value is 170 (66.80% from 255 or 37.78% from 450); Max value from RGB is 243 - color contains mainly: red. Hex color #F325AA is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F325AA is #0CDA55. Grayscale: #717171. Windows color (decimal): -842326 or 11150835. OLE color: 11150835.
HSL color Cylindrical-coordinate representation of color #F325AA: hue angle of 321.26º degrees, saturation: 0.9, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F325AA is Cyan = 0, Magento = 0.85, Yellow = 0.30 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 37 | 170 | - |
| CMYK | 0 | 0.85 | 0.30 | 0.05 |
| HSL | 321.26º | 0.9% | 0.55% | - |
| HSV(B) | 321.26º | 0.85% | 0.95% | - |
| XYZ | 44.88 | 23.28 | 40.16 | - |
| YUV | 113.76 | 159.75 | 220.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 37 | 170 | 0 | 0.85 | 0.30 | 0.05 | 321.26 | 0.9 | 0.55 |
| Hex | F3 | 25 | AA | 0 | 55 | 1E | 5 | 141 | 5A | 37 |
| Octal | 363 | 45 | 252 | 0 | 125 | 36 | 5 | 501 | 132 | 67 |
| Binary | 11110011 | 100101 | 10101010 | 0 | 1010101 | 11110 | 101 | 101000001 | 1011010 | 110111 |
Color Harmonies of #F325AA
Complementary color
Monochromatic Colors of #F325AA
Black with #F325AA
Text Example
Text Example
White with #F325AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F325AA; }
p { color: rgb(243,37,170); }
H1.HeaderClassName
{
color: #F325AA;
}
.AnyTagClassName
{
color: #F325AA;
}
</style>
background-color css
<style>
a { background-color: #F325AA; }
a { background-color: rgb(243,37,170); }
div.DivClassName
{
background-color: #F325AA;
}
.BgClassName
{
background-color: #F325AA;
}
</style>
border-color css
<style>
span { border-color: #F325AA; }
span { border-color: rgb(243,37,170); }
td.TdClassName
{
border-color: #F325AA;
}
.TagClassName
{
border-color: #F325AA;
}
</style>