Shades of Persian Rose #F327A2
Tints of Persian Rose #F327A2
RGB
CMYK
RGB Variations
Color information
#F327A2 (or 0xF327A2) is known color: Persian Rose. HEX triplet: F3, 27 and A2. RGB value is (243,39,162). Sum of RGB (Red+Green+Blue) = 243+39+162=444 (58% of max value = 765). Red value is 243 (95.31% from 255 or 54.73% from 444); Green value is 39 (15.62% from 255 or 8.78% from 444); Blue value is 162 (63.67% from 255 or 36.49% from 444); Max value from RGB is 243 - color contains mainly: red. Hex color #F327A2 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F327A2 is #0CD85D. Grayscale: #717171. Windows color (decimal): -841822 or 10627059. OLE color: 10627059.
HSL color Cylindrical-coordinate representation of color #F327A2: hue angle of 323.82º 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 #F327A2 is Cyan = 0, Magento = 0.84, Yellow = 0.33 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 39 | 162 | - |
| CMYK | 0 | 0.84 | 0.33 | 0.05 |
| HSL | 323.82º | 0.89% | 0.55% | - |
| HSV(B) | 323.82º | 0.84% | 0.95% | - |
| XYZ | 44.21 | 23.11 | 36.31 | - |
| YUV | 114.02 | 155.09 | 220 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 39 | 162 | 0 | 0.84 | 0.33 | 0.05 | 323.82 | 0.89 | 0.55 |
| Hex | F3 | 27 | A2 | 0 | 54 | 21 | 5 | 144 | 59 | 37 |
| Octal | 363 | 47 | 242 | 0 | 124 | 41 | 5 | 504 | 131 | 67 |
| Binary | 11110011 | 100111 | 10100010 | 0 | 1010100 | 100001 | 101 | 101000100 | 1011001 | 110111 |
Color Harmonies of #F327A2
Complementary color
Monochromatic Colors of #F327A2
Black with #F327A2
Text Example
Text Example
White with #F327A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F327A2; }
p { color: rgb(243,39,162); }
H1.HeaderClassName
{
color: #F327A2;
}
.AnyTagClassName
{
color: #F327A2;
}
</style>
background-color css
<style>
a { background-color: #F327A2; }
a { background-color: rgb(243,39,162); }
div.DivClassName
{
background-color: #F327A2;
}
.BgClassName
{
background-color: #F327A2;
}
</style>
border-color css
<style>
span { border-color: #F327A2; }
span { border-color: rgb(243,39,162); }
td.TdClassName
{
border-color: #F327A2;
}
.TagClassName
{
border-color: #F327A2;
}
</style>