Shades of Persian Rose #F32DA0
Tints of Persian Rose #F32DA0
RGB
CMYK
RGB Variations
Color information
#F32DA0 (or 0xF32DA0) is known color: Persian Rose. HEX triplet: F3, 2D and A0. RGB value is (243,45,160). Sum of RGB (Red+Green+Blue) = 243+45+160=448 (59% of max value = 765). Red value is 243 (95.31% from 255 or 54.24% from 448); Green value is 45 (17.97% from 255 or 10.04% from 448); Blue value is 160 (62.89% from 255 or 35.71% from 448); Max value from RGB is 243 - color contains mainly: red. Hex color #F32DA0 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F32DA0 is #0CD25F. Grayscale: #757575. Windows color (decimal): -840288 or 10497523. OLE color: 10497523.
HSL color Cylindrical-coordinate representation of color #F32DA0: hue angle of 325.15º degrees, saturation: 0.89, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F32DA0 is Cyan = 0, Magento = 0.81, Yellow = 0.34 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 45 | 160 | - |
| CMYK | 0 | 0.81 | 0.34 | 0.05 |
| HSL | 325.15º | 0.89% | 0.56% | - |
| HSV(B) | 325.15º | 0.81% | 0.95% | - |
| XYZ | 44.25 | 23.47 | 35.46 | - |
| YUV | 117.31 | 152.1 | 217.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 45 | 160 | 0 | 0.81 | 0.34 | 0.05 | 325.15 | 0.89 | 0.56 |
| Hex | F3 | 2D | A0 | 0 | 51 | 22 | 5 | 145 | 59 | 38 |
| Octal | 363 | 55 | 240 | 0 | 121 | 42 | 5 | 505 | 131 | 70 |
| Binary | 11110011 | 101101 | 10100000 | 0 | 1010001 | 100010 | 101 | 101000101 | 1011001 | 111000 |
Color Harmonies of #F32DA0
Complementary color
Monochromatic Colors of #F32DA0
Black with #F32DA0
Text Example
Text Example
White with #F32DA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F32DA0; }
p { color: rgb(243,45,160); }
H1.HeaderClassName
{
color: #F32DA0;
}
.AnyTagClassName
{
color: #F32DA0;
}
</style>
background-color css
<style>
a { background-color: #F32DA0; }
a { background-color: rgb(243,45,160); }
div.DivClassName
{
background-color: #F32DA0;
}
.BgClassName
{
background-color: #F32DA0;
}
</style>
border-color css
<style>
span { border-color: #F32DA0; }
span { border-color: rgb(243,45,160); }
td.TdClassName
{
border-color: #F32DA0;
}
.TagClassName
{
border-color: #F32DA0;
}
</style>