Shades of Persian Rose #F32DAF
Tints of Persian Rose #F32DAF
RGB
CMYK
RGB Variations
Color information
#F32DAF (or 0xF32DAF) is known color: Persian Rose. HEX triplet: F3, 2D and AF. RGB value is (243,45,175). Sum of RGB (Red+Green+Blue) = 243+45+175=463 (61% of max value = 765). Red value is 243 (95.31% from 255 or 52.48% from 463); Green value is 45 (17.97% from 255 or 9.72% from 463); Blue value is 175 (68.75% from 255 or 37.80% from 463); Max value from RGB is 243 - color contains mainly: red. Hex color #F32DAF is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F32DAF is #0CD250. Grayscale: #767676. Windows color (decimal): -840273 or 11480563. OLE color: 11480563.
HSL color Cylindrical-coordinate representation of color #F32DAF: hue angle of 320.61º 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 #F32DAF is Cyan = 0, Magento = 0.81, Yellow = 0.28 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 45 | 175 | - |
| CMYK | 0 | 0.81 | 0.28 | 0.05 |
| HSL | 320.61º | 0.89% | 0.56% | - |
| HSV(B) | 320.61º | 0.81% | 0.95% | - |
| XYZ | 45.64 | 24.03 | 42.79 | - |
| YUV | 119.02 | 159.6 | 216.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 45 | 175 | 0 | 0.81 | 0.28 | 0.05 | 320.61 | 0.89 | 0.56 |
| Hex | F3 | 2D | AF | 0 | 51 | 1C | 5 | 141 | 59 | 38 |
| Octal | 363 | 55 | 257 | 0 | 121 | 34 | 5 | 501 | 131 | 70 |
| Binary | 11110011 | 101101 | 10101111 | 0 | 1010001 | 11100 | 101 | 101000001 | 1011001 | 111000 |
Color Harmonies of #F32DAF
Complementary color
Monochromatic Colors of #F32DAF
Black with #F32DAF
Text Example
Text Example
White with #F32DAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F32DAF; }
p { color: rgb(243,45,175); }
H1.HeaderClassName
{
color: #F32DAF;
}
.AnyTagClassName
{
color: #F32DAF;
}
</style>
background-color css
<style>
a { background-color: #F32DAF; }
a { background-color: rgb(243,45,175); }
div.DivClassName
{
background-color: #F32DAF;
}
.BgClassName
{
background-color: #F32DAF;
}
</style>
border-color css
<style>
span { border-color: #F32DAF; }
span { border-color: rgb(243,45,175); }
td.TdClassName
{
border-color: #F32DAF;
}
.TagClassName
{
border-color: #F32DAF;
}
</style>