Shades of Persian Rose #F32FA6
Tints of Persian Rose #F32FA6
RGB
CMYK
RGB Variations
Color information
#F32FA6 (or 0xF32FA6) is known color: Persian Rose. HEX triplet: F3, 2F and A6. RGB value is (243,47,166). Sum of RGB (Red+Green+Blue) = 243+47+166=456 (60% of max value = 765). Red value is 243 (95.31% from 255 or 53.29% from 456); Green value is 47 (18.75% from 255 or 10.31% from 456); Blue value is 166 (65.23% from 255 or 36.40% from 456); Max value from RGB is 243 - color contains mainly: red. Hex color #F32FA6 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F32FA6 is #0CD059. Grayscale: #767676. Windows color (decimal): -839770 or 10891251. OLE color: 10891251.
HSL color Cylindrical-coordinate representation of color #F32FA6: hue angle of 323.57º degrees, saturation: 0.89, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F32FA6 is Cyan = 0, Magento = 0.81, Yellow = 0.32 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 47 | 166 | - |
| CMYK | 0 | 0.81 | 0.32 | 0.05 |
| HSL | 323.57º | 0.89% | 0.57% | - |
| HSV(B) | 323.57º | 0.81% | 0.95% | - |
| XYZ | 44.86 | 23.84 | 38.31 | - |
| YUV | 119.17 | 154.43 | 216.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 47 | 166 | 0 | 0.81 | 0.32 | 0.05 | 323.57 | 0.89 | 0.57 |
| Hex | F3 | 2F | A6 | 0 | 51 | 20 | 5 | 144 | 59 | 39 |
| Octal | 363 | 57 | 246 | 0 | 121 | 40 | 5 | 504 | 131 | 71 |
| Binary | 11110011 | 101111 | 10100110 | 0 | 1010001 | 100000 | 101 | 101000100 | 1011001 | 111001 |
Color Harmonies of #F32FA6
Complementary color
Monochromatic Colors of #F32FA6
Black with #F32FA6
Text Example
Text Example
White with #F32FA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F32FA6; }
p { color: rgb(243,47,166); }
H1.HeaderClassName
{
color: #F32FA6;
}
.AnyTagClassName
{
color: #F32FA6;
}
</style>
background-color css
<style>
a { background-color: #F32FA6; }
a { background-color: rgb(243,47,166); }
div.DivClassName
{
background-color: #F32FA6;
}
.BgClassName
{
background-color: #F32FA6;
}
</style>
border-color css
<style>
span { border-color: #F32FA6; }
span { border-color: rgb(243,47,166); }
td.TdClassName
{
border-color: #F32FA6;
}
.TagClassName
{
border-color: #F32FA6;
}
</style>