Shades of Persian Rose #F321A2
Tints of Persian Rose #F321A2
RGB
CMYK
RGB Variations
Color information
#F321A2 (or 0xF321A2) is known color: Persian Rose. HEX triplet: F3, 21 and A2. RGB value is (243,33,162). Sum of RGB (Red+Green+Blue) = 243+33+162=438 (58% of max value = 765). Red value is 243 (95.31% from 255 or 55.48% from 438); Green value is 33 (13.28% from 255 or 7.53% from 438); Blue value is 162 (63.67% from 255 or 36.99% from 438); Max value from RGB is 243 - color contains mainly: red. Hex color #F321A2 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F321A2 is #0CDE5D. Grayscale: #6E6E6E. Windows color (decimal): -843358 or 10625523. OLE color: 10625523.
HSL color Cylindrical-coordinate representation of color #F321A2: hue angle of 323.14º 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 #F321A2 is Cyan = 0, Magento = 0.86, Yellow = 0.33 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 33 | 162 | - |
| CMYK | 0 | 0.86 | 0.33 | 0.05 |
| HSL | 323.14º | 0.9% | 0.54% | - |
| HSV(B) | 323.14º | 0.86% | 0.95% | - |
| XYZ | 44.03 | 22.75 | 36.25 | - |
| YUV | 110.5 | 157.07 | 222.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 33 | 162 | 0 | 0.86 | 0.33 | 0.05 | 323.14 | 0.9 | 0.54 |
| Hex | F3 | 21 | A2 | 0 | 56 | 21 | 5 | 143 | 5A | 36 |
| Octal | 363 | 41 | 242 | 0 | 126 | 41 | 5 | 503 | 132 | 66 |
| Binary | 11110011 | 100001 | 10100010 | 0 | 1010110 | 100001 | 101 | 101000011 | 1011010 | 110110 |
Color Harmonies of #F321A2
Complementary color
Monochromatic Colors of #F321A2
Black with #F321A2
Text Example
Text Example
White with #F321A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F321A2; }
p { color: rgb(243,33,162); }
H1.HeaderClassName
{
color: #F321A2;
}
.AnyTagClassName
{
color: #F321A2;
}
</style>
background-color css
<style>
a { background-color: #F321A2; }
a { background-color: rgb(243,33,162); }
div.DivClassName
{
background-color: #F321A2;
}
.BgClassName
{
background-color: #F321A2;
}
</style>
border-color css
<style>
span { border-color: #F321A2; }
span { border-color: rgb(243,33,162); }
td.TdClassName
{
border-color: #F321A2;
}
.TagClassName
{
border-color: #F321A2;
}
</style>