Shades of Persian Rose #F327A3
Tints of Persian Rose #F327A3
RGB
CMYK
RGB Variations
Color information
#F327A3 (or 0xF327A3) is known color: Persian Rose. HEX triplet: F3, 27 and A3. RGB value is (243,39,163). Sum of RGB (Red+Green+Blue) = 243+39+163=445 (58% of max value = 765). Red value is 243 (95.31% from 255 or 54.61% from 445); Green value is 39 (15.62% from 255 or 8.76% from 445); Blue value is 163 (64.06% from 255 or 36.63% from 445); Max value from RGB is 243 - color contains mainly: red. Hex color #F327A3 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F327A3 is #0CD85C. Grayscale: #717171. Windows color (decimal): -841821 or 10692595. OLE color: 10692595.
HSL color Cylindrical-coordinate representation of color #F327A3: hue angle of 323.53º 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 #F327A3 is Cyan = 0, Magento = 0.84, Yellow = 0.33 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 39 | 163 | - |
| CMYK | 0 | 0.84 | 0.33 | 0.05 |
| HSL | 323.53º | 0.89% | 0.55% | - |
| HSV(B) | 323.53º | 0.84% | 0.95% | - |
| XYZ | 44.3 | 23.15 | 36.78 | - |
| YUV | 114.13 | 155.59 | 219.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 39 | 163 | 0 | 0.84 | 0.33 | 0.05 | 323.53 | 0.89 | 0.55 |
| Hex | F3 | 27 | A3 | 0 | 54 | 21 | 5 | 144 | 59 | 37 |
| Octal | 363 | 47 | 243 | 0 | 124 | 41 | 5 | 504 | 131 | 67 |
| Binary | 11110011 | 100111 | 10100011 | 0 | 1010100 | 100001 | 101 | 101000100 | 1011001 | 110111 |
Color Harmonies of #F327A3
Complementary color
Monochromatic Colors of #F327A3
Black with #F327A3
Text Example
Text Example
White with #F327A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F327A3; }
p { color: rgb(243,39,163); }
H1.HeaderClassName
{
color: #F327A3;
}
.AnyTagClassName
{
color: #F327A3;
}
</style>
background-color css
<style>
a { background-color: #F327A3; }
a { background-color: rgb(243,39,163); }
div.DivClassName
{
background-color: #F327A3;
}
.BgClassName
{
background-color: #F327A3;
}
</style>
border-color css
<style>
span { border-color: #F327A3; }
span { border-color: rgb(243,39,163); }
td.TdClassName
{
border-color: #F327A3;
}
.TagClassName
{
border-color: #F327A3;
}
</style>