Shades of Persian Rose #F32FAC
Tints of Persian Rose #F32FAC
RGB
CMYK
RGB Variations
Color information
#F32FAC (or 0xF32FAC) is known color: Persian Rose. HEX triplet: F3, 2F and AC. RGB value is (243,47,172). Sum of RGB (Red+Green+Blue) = 243+47+172=462 (61% of max value = 765). Red value is 243 (95.31% from 255 or 52.60% from 462); Green value is 47 (18.75% from 255 or 10.17% from 462); Blue value is 172 (67.58% from 255 or 37.23% from 462); Max value from RGB is 243 - color contains mainly: red. Hex color #F32FAC is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F32FAC is #0CD053. Grayscale: #777777. Windows color (decimal): -839764 or 11284467. OLE color: 11284467.
HSL color Cylindrical-coordinate representation of color #F32FAC: hue angle of 321.73º 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 #F32FAC is Cyan = 0, Magento = 0.81, Yellow = 0.29 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 47 | 172 | - |
| CMYK | 0 | 0.81 | 0.29 | 0.05 |
| HSL | 321.73º | 0.89% | 0.57% | - |
| HSV(B) | 321.73º | 0.81% | 0.95% | - |
| XYZ | 45.43 | 24.07 | 41.28 | - |
| YUV | 119.85 | 157.43 | 215.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 47 | 172 | 0 | 0.81 | 0.29 | 0.05 | 321.73 | 0.89 | 0.57 |
| Hex | F3 | 2F | AC | 0 | 51 | 1D | 5 | 142 | 59 | 39 |
| Octal | 363 | 57 | 254 | 0 | 121 | 35 | 5 | 502 | 131 | 71 |
| Binary | 11110011 | 101111 | 10101100 | 0 | 1010001 | 11101 | 101 | 101000010 | 1011001 | 111001 |
Color Harmonies of #F32FAC
Complementary color
Monochromatic Colors of #F32FAC
Black with #F32FAC
Text Example
Text Example
White with #F32FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F32FAC; }
p { color: rgb(243,47,172); }
H1.HeaderClassName
{
color: #F32FAC;
}
.AnyTagClassName
{
color: #F32FAC;
}
</style>
background-color css
<style>
a { background-color: #F32FAC; }
a { background-color: rgb(243,47,172); }
div.DivClassName
{
background-color: #F32FAC;
}
.BgClassName
{
background-color: #F32FAC;
}
</style>
border-color css
<style>
span { border-color: #F32FAC; }
span { border-color: rgb(243,47,172); }
td.TdClassName
{
border-color: #F32FAC;
}
.TagClassName
{
border-color: #F32FAC;
}
</style>