Shades of Persian Rose #F327A0
Tints of Persian Rose #F327A0
RGB
CMYK
RGB Variations
Color information
#F327A0 (or 0xF327A0) is known color: Persian Rose. HEX triplet: F3, 27 and A0. RGB value is (243,39,160). Sum of RGB (Red+Green+Blue) = 243+39+160=442 (58% of max value = 765). Red value is 243 (95.31% from 255 or 54.98% from 442); Green value is 39 (15.62% from 255 or 8.82% from 442); Blue value is 160 (62.89% from 255 or 36.20% from 442); Max value from RGB is 243 - color contains mainly: red. Hex color #F327A0 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F327A0 is #0CD85F. Grayscale: #717171. Windows color (decimal): -841824 or 10495987. OLE color: 10495987.
HSL color Cylindrical-coordinate representation of color #F327A0: hue angle of 324.41º 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 #F327A0 is Cyan = 0, Magento = 0.84, Yellow = 0.34 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 39 | 160 | - |
| CMYK | 0 | 0.84 | 0.34 | 0.05 |
| HSL | 324.41º | 0.89% | 0.55% | - |
| HSV(B) | 324.41º | 0.84% | 0.95% | - |
| XYZ | 44.03 | 23.04 | 35.38 | - |
| YUV | 113.79 | 154.09 | 220.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 39 | 160 | 0 | 0.84 | 0.34 | 0.05 | 324.41 | 0.89 | 0.55 |
| Hex | F3 | 27 | A0 | 0 | 54 | 22 | 5 | 144 | 59 | 37 |
| Octal | 363 | 47 | 240 | 0 | 124 | 42 | 5 | 504 | 131 | 67 |
| Binary | 11110011 | 100111 | 10100000 | 0 | 1010100 | 100010 | 101 | 101000100 | 1011001 | 110111 |
Color Harmonies of #F327A0
Complementary color
Monochromatic Colors of #F327A0
Black with #F327A0
Text Example
Text Example
White with #F327A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F327A0; }
p { color: rgb(243,39,160); }
H1.HeaderClassName
{
color: #F327A0;
}
.AnyTagClassName
{
color: #F327A0;
}
</style>
background-color css
<style>
a { background-color: #F327A0; }
a { background-color: rgb(243,39,160); }
div.DivClassName
{
background-color: #F327A0;
}
.BgClassName
{
background-color: #F327A0;
}
</style>
border-color css
<style>
span { border-color: #F327A0; }
span { border-color: rgb(243,39,160); }
td.TdClassName
{
border-color: #F327A0;
}
.TagClassName
{
border-color: #F327A0;
}
</style>