Shades of Persian Rose #F322A0
Tints of Persian Rose #F322A0
RGB
CMYK
RGB Variations
Color information
#F322A0 (or 0xF322A0) is known color: Persian Rose. HEX triplet: F3, 22 and A0. RGB value is (243,34,160). Sum of RGB (Red+Green+Blue) = 243+34+160=437 (57% of max value = 765). Red value is 243 (95.31% from 255 or 55.61% from 437); Green value is 34 (13.67% from 255 or 7.78% from 437); Blue value is 160 (62.89% from 255 or 36.61% from 437); Max value from RGB is 243 - color contains mainly: red. Hex color #F322A0 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F322A0 is #0CDD5F. Grayscale: #6E6E6E. Windows color (decimal): -843104 or 10494707. OLE color: 10494707.
HSL color Cylindrical-coordinate representation of color #F322A0: hue angle of 323.83º degrees, saturation: 0.9, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F322A0 is Cyan = 0, Magento = 0.86, Yellow = 0.34 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 34 | 160 | - |
| CMYK | 0 | 0.86 | 0.34 | 0.05 |
| HSL | 323.83º | 0.9% | 0.54% | - |
| HSV(B) | 323.83º | 0.86% | 0.95% | - |
| XYZ | 43.88 | 22.74 | 35.33 | - |
| YUV | 110.86 | 155.74 | 222.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 34 | 160 | 0 | 0.86 | 0.34 | 0.05 | 323.83 | 0.9 | 0.54 |
| Hex | F3 | 22 | A0 | 0 | 56 | 22 | 5 | 144 | 5A | 36 |
| Octal | 363 | 42 | 240 | 0 | 126 | 42 | 5 | 504 | 132 | 66 |
| Binary | 11110011 | 100010 | 10100000 | 0 | 1010110 | 100010 | 101 | 101000100 | 1011010 | 110110 |
Color Harmonies of #F322A0
Complementary color
Monochromatic Colors of #F322A0
Black with #F322A0
Text Example
Text Example
White with #F322A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F322A0; }
p { color: rgb(243,34,160); }
H1.HeaderClassName
{
color: #F322A0;
}
.AnyTagClassName
{
color: #F322A0;
}
</style>
background-color css
<style>
a { background-color: #F322A0; }
a { background-color: rgb(243,34,160); }
div.DivClassName
{
background-color: #F322A0;
}
.BgClassName
{
background-color: #F322A0;
}
</style>
border-color css
<style>
span { border-color: #F322A0; }
span { border-color: rgb(243,34,160); }
td.TdClassName
{
border-color: #F322A0;
}
.TagClassName
{
border-color: #F322A0;
}
</style>