Shades of Persian Rose #F32FA3
Tints of Persian Rose #F32FA3
RGB
CMYK
RGB Variations
Color information
#F32FA3 (or 0xF32FA3) is known color: Persian Rose. HEX triplet: F3, 2F and A3. RGB value is (243,47,163). Sum of RGB (Red+Green+Blue) = 243+47+163=453 (60% of max value = 765). Red value is 243 (95.31% from 255 or 53.64% from 453); Green value is 47 (18.75% from 255 or 10.38% from 453); Blue value is 163 (64.06% from 255 or 35.98% from 453); Max value from RGB is 243 - color contains mainly: red. Hex color #F32FA3 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F32FA3 is #0CD05C. Grayscale: #767676. Windows color (decimal): -839773 or 10694643. OLE color: 10694643.
HSL color Cylindrical-coordinate representation of color #F32FA3: hue angle of 324.49º 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 #F32FA3 is Cyan = 0, Magento = 0.81, Yellow = 0.33 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 47 | 163 | - |
| CMYK | 0 | 0.81 | 0.33 | 0.05 |
| HSL | 324.49º | 0.89% | 0.57% | - |
| HSV(B) | 324.49º | 0.81% | 0.95% | - |
| XYZ | 44.59 | 23.73 | 36.88 | - |
| YUV | 118.83 | 152.93 | 216.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 47 | 163 | 0 | 0.81 | 0.33 | 0.05 | 324.49 | 0.89 | 0.57 |
| Hex | F3 | 2F | A3 | 0 | 51 | 21 | 5 | 144 | 59 | 39 |
| Octal | 363 | 57 | 243 | 0 | 121 | 41 | 5 | 504 | 131 | 71 |
| Binary | 11110011 | 101111 | 10100011 | 0 | 1010001 | 100001 | 101 | 101000100 | 1011001 | 111001 |
Color Harmonies of #F32FA3
Complementary color
Monochromatic Colors of #F32FA3
Black with #F32FA3
Text Example
Text Example
White with #F32FA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F32FA3; }
p { color: rgb(243,47,163); }
H1.HeaderClassName
{
color: #F32FA3;
}
.AnyTagClassName
{
color: #F32FA3;
}
</style>
background-color css
<style>
a { background-color: #F32FA3; }
a { background-color: rgb(243,47,163); }
div.DivClassName
{
background-color: #F32FA3;
}
.BgClassName
{
background-color: #F32FA3;
}
</style>
border-color css
<style>
span { border-color: #F32FA3; }
span { border-color: rgb(243,47,163); }
td.TdClassName
{
border-color: #F32FA3;
}
.TagClassName
{
border-color: #F32FA3;
}
</style>