Shades of Persian Rose #F329AD
Tints of Persian Rose #F329AD
RGB
CMYK
RGB Variations
Color information
#F329AD (or 0xF329AD) is known color: Persian Rose. HEX triplet: F3, 29 and AD. RGB value is (243,41,173). Sum of RGB (Red+Green+Blue) = 243+41+173=457 (60% of max value = 765). Red value is 243 (95.31% from 255 or 53.17% from 457); Green value is 41 (16.41% from 255 or 8.97% from 457); Blue value is 173 (67.97% from 255 or 37.86% from 457); Max value from RGB is 243 - color contains mainly: red. Hex color #F329AD is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F329AD is #0CD652. Grayscale: #747474. Windows color (decimal): -841299 or 11348467. OLE color: 11348467.
HSL color Cylindrical-coordinate representation of color #F329AD: hue angle of 320.79º degrees, saturation: 0.89, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F329AD is Cyan = 0, Magento = 0.83, Yellow = 0.29 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 41 | 173 | - |
| CMYK | 0 | 0.83 | 0.29 | 0.05 |
| HSL | 320.79º | 0.89% | 0.56% | - |
| HSV(B) | 320.79º | 0.83% | 0.95% | - |
| XYZ | 45.3 | 23.66 | 41.71 | - |
| YUV | 116.45 | 159.92 | 218.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 41 | 173 | 0 | 0.83 | 0.29 | 0.05 | 320.79 | 0.89 | 0.56 |
| Hex | F3 | 29 | AD | 0 | 53 | 1D | 5 | 141 | 59 | 38 |
| Octal | 363 | 51 | 255 | 0 | 123 | 35 | 5 | 501 | 131 | 70 |
| Binary | 11110011 | 101001 | 10101101 | 0 | 1010011 | 11101 | 101 | 101000001 | 1011001 | 111000 |
Color Harmonies of #F329AD
Complementary color
Monochromatic Colors of #F329AD
Black with #F329AD
Text Example
Text Example
White with #F329AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F329AD; }
p { color: rgb(243,41,173); }
H1.HeaderClassName
{
color: #F329AD;
}
.AnyTagClassName
{
color: #F329AD;
}
</style>
background-color css
<style>
a { background-color: #F329AD; }
a { background-color: rgb(243,41,173); }
div.DivClassName
{
background-color: #F329AD;
}
.BgClassName
{
background-color: #F329AD;
}
</style>
border-color css
<style>
span { border-color: #F329AD; }
span { border-color: rgb(243,41,173); }
td.TdClassName
{
border-color: #F329AD;
}
.TagClassName
{
border-color: #F329AD;
}
</style>