Shades of Persian Rose #F327A1
Tints of Persian Rose #F327A1
RGB
CMYK
RGB Variations
Color information
#F327A1 (or 0xF327A1) is known color: Persian Rose. HEX triplet: F3, 27 and A1. RGB value is (243,39,161). Sum of RGB (Red+Green+Blue) = 243+39+161=443 (58% of max value = 765). Red value is 243 (95.31% from 255 or 54.85% from 443); Green value is 39 (15.62% from 255 or 8.80% from 443); Blue value is 161 (63.28% from 255 or 36.34% from 443); Max value from RGB is 243 - color contains mainly: red. Hex color #F327A1 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F327A1 is #0CD85E. Grayscale: #717171. Windows color (decimal): -841823 or 10561523. OLE color: 10561523.
HSL color Cylindrical-coordinate representation of color #F327A1: hue angle of 324.12º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F327A1 is Cyan = 0, Magento = 0.84, Yellow = 0.34 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 39 | 161 | - |
| CMYK | 0 | 0.84 | 0.34 | 0.05 |
| HSL | 324.12º | 0.89% | 0.55% | - |
| HSV(B) | 324.12º | 0.84% | 0.95% | - |
| XYZ | 44.12 | 23.08 | 35.85 | - |
| YUV | 113.9 | 154.59 | 220.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 39 | 161 | 0 | 0.84 | 0.34 | 0.05 | 324.12 | 0.89 | 0.55 |
| Hex | F3 | 27 | A1 | 0 | 54 | 22 | 5 | 144 | 59 | 37 |
| Octal | 363 | 47 | 241 | 0 | 124 | 42 | 5 | 504 | 131 | 67 |
| Binary | 11110011 | 100111 | 10100001 | 0 | 1010100 | 100010 | 101 | 101000100 | 1011001 | 110111 |
Color Harmonies of #F327A1
Complementary color
Monochromatic Colors of #F327A1
Black with #F327A1
Text Example
Text Example
White with #F327A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F327A1; }
p { color: rgb(243,39,161); }
H1.HeaderClassName
{
color: #F327A1;
}
.AnyTagClassName
{
color: #F327A1;
}
</style>
background-color css
<style>
a { background-color: #F327A1; }
a { background-color: rgb(243,39,161); }
div.DivClassName
{
background-color: #F327A1;
}
.BgClassName
{
background-color: #F327A1;
}
</style>
border-color css
<style>
span { border-color: #F327A1; }
span { border-color: rgb(243,39,161); }
td.TdClassName
{
border-color: #F327A1;
}
.TagClassName
{
border-color: #F327A1;
}
</style>