Shades of Persian Rose #F320A5
Tints of Persian Rose #F320A5
RGB
CMYK
RGB Variations
Color information
#F320A5 (or 0xF320A5) is known color: Persian Rose. HEX triplet: F3, 20 and A5. RGB value is (243,32,165). Sum of RGB (Red+Green+Blue) = 243+32+165=440 (58% of max value = 765). Red value is 243 (95.31% from 255 or 55.23% from 440); Green value is 32 (12.89% from 255 or 7.27% from 440); Blue value is 165 (64.84% from 255 or 37.5% from 440); Max value from RGB is 243 - color contains mainly: red. Hex color #F320A5 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F320A5 is #0CDF5A. Grayscale: #6D6D6D. Windows color (decimal): -843611 or 10821875. OLE color: 10821875.
HSL color Cylindrical-coordinate representation of color #F320A5: hue angle of 322.18º degrees, saturation: 0.9, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F320A5 is Cyan = 0, Magento = 0.87, Yellow = 0.32 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 32 | 165 | - |
| CMYK | 0 | 0.87 | 0.32 | 0.05 |
| HSL | 322.18º | 0.9% | 0.54% | - |
| HSV(B) | 322.18º | 0.87% | 0.95% | - |
| XYZ | 44.27 | 22.8 | 37.67 | - |
| YUV | 110.25 | 158.9 | 222.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 32 | 165 | 0 | 0.87 | 0.32 | 0.05 | 322.18 | 0.9 | 0.54 |
| Hex | F3 | 20 | A5 | 0 | 57 | 20 | 5 | 142 | 5A | 36 |
| Octal | 363 | 40 | 245 | 0 | 127 | 40 | 5 | 502 | 132 | 66 |
| Binary | 11110011 | 100000 | 10100101 | 0 | 1010111 | 100000 | 101 | 101000010 | 1011010 | 110110 |
Color Harmonies of #F320A5
Complementary color
Monochromatic Colors of #F320A5
Black with #F320A5
Text Example
Text Example
White with #F320A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F320A5; }
p { color: rgb(243,32,165); }
H1.HeaderClassName
{
color: #F320A5;
}
.AnyTagClassName
{
color: #F320A5;
}
</style>
background-color css
<style>
a { background-color: #F320A5; }
a { background-color: rgb(243,32,165); }
div.DivClassName
{
background-color: #F320A5;
}
.BgClassName
{
background-color: #F320A5;
}
</style>
border-color css
<style>
span { border-color: #F320A5; }
span { border-color: rgb(243,32,165); }
td.TdClassName
{
border-color: #F320A5;
}
.TagClassName
{
border-color: #F320A5;
}
</style>