Shades of Persian Rose #F32AAC
Tints of Persian Rose #F32AAC
RGB
CMYK
RGB Variations
Color information
#F32AAC (or 0xF32AAC) is known color: Persian Rose. HEX triplet: F3, 2A and AC. RGB value is (243,42,172). Sum of RGB (Red+Green+Blue) = 243+42+172=457 (60% of max value = 765). Red value is 243 (95.31% from 255 or 53.17% from 457); Green value is 42 (16.80% from 255 or 9.19% from 457); Blue value is 172 (67.58% from 255 or 37.64% from 457); Max value from RGB is 243 - color contains mainly: red. Hex color #F32AAC is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F32AAC is #0CD553. Grayscale: #747474. Windows color (decimal): -841044 or 11283187. OLE color: 11283187.
HSL color Cylindrical-coordinate representation of color #F32AAC: hue angle of 321.19º 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 #F32AAC is Cyan = 0, Magento = 0.83, Yellow = 0.29 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 42 | 172 | - |
| CMYK | 0 | 0.83 | 0.29 | 0.05 |
| HSL | 321.19º | 0.89% | 0.56% | - |
| HSV(B) | 321.19º | 0.83% | 0.95% | - |
| XYZ | 45.24 | 23.69 | 41.22 | - |
| YUV | 116.92 | 159.09 | 217.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 42 | 172 | 0 | 0.83 | 0.29 | 0.05 | 321.19 | 0.89 | 0.56 |
| Hex | F3 | 2A | AC | 0 | 53 | 1D | 5 | 141 | 59 | 38 |
| Octal | 363 | 52 | 254 | 0 | 123 | 35 | 5 | 501 | 131 | 70 |
| Binary | 11110011 | 101010 | 10101100 | 0 | 1010011 | 11101 | 101 | 101000001 | 1011001 | 111000 |
Color Harmonies of #F32AAC
Complementary color
Monochromatic Colors of #F32AAC
Black with #F32AAC
Text Example
Text Example
White with #F32AAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F32AAC; }
p { color: rgb(243,42,172); }
H1.HeaderClassName
{
color: #F32AAC;
}
.AnyTagClassName
{
color: #F32AAC;
}
</style>
background-color css
<style>
a { background-color: #F32AAC; }
a { background-color: rgb(243,42,172); }
div.DivClassName
{
background-color: #F32AAC;
}
.BgClassName
{
background-color: #F32AAC;
}
</style>
border-color css
<style>
span { border-color: #F32AAC; }
span { border-color: rgb(243,42,172); }
td.TdClassName
{
border-color: #F32AAC;
}
.TagClassName
{
border-color: #F32AAC;
}
</style>