Shades of Persian Rose #F32DAC
Tints of Persian Rose #F32DAC
RGB
CMYK
RGB Variations
Color information
#F32DAC (or 0xF32DAC) is known color: Persian Rose. HEX triplet: F3, 2D and AC. RGB value is (243,45,172). Sum of RGB (Red+Green+Blue) = 243+45+172=460 (60% of max value = 765). Red value is 243 (95.31% from 255 or 52.83% from 460); Green value is 45 (17.97% from 255 or 9.78% from 460); Blue value is 172 (67.58% from 255 or 37.39% from 460); Max value from RGB is 243 - color contains mainly: red. Hex color #F32DAC is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F32DAC is #0CD253. Grayscale: #767676. Windows color (decimal): -840276 or 11283955. OLE color: 11283955.
HSL color Cylindrical-coordinate representation of color #F32DAC: hue angle of 321.52º 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 #F32DAC is Cyan = 0, Magento = 0.81, Yellow = 0.29 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 45 | 172 | - |
| CMYK | 0 | 0.81 | 0.29 | 0.05 |
| HSL | 321.52º | 0.89% | 0.56% | - |
| HSV(B) | 321.52º | 0.81% | 0.95% | - |
| XYZ | 45.35 | 23.91 | 41.25 | - |
| YUV | 118.68 | 158.1 | 216.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 45 | 172 | 0 | 0.81 | 0.29 | 0.05 | 321.52 | 0.89 | 0.56 |
| Hex | F3 | 2D | AC | 0 | 51 | 1D | 5 | 142 | 59 | 38 |
| Octal | 363 | 55 | 254 | 0 | 121 | 35 | 5 | 502 | 131 | 70 |
| Binary | 11110011 | 101101 | 10101100 | 0 | 1010001 | 11101 | 101 | 101000010 | 1011001 | 111000 |
Color Harmonies of #F32DAC
Complementary color
Monochromatic Colors of #F32DAC
Black with #F32DAC
Text Example
Text Example
White with #F32DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F32DAC; }
p { color: rgb(243,45,172); }
H1.HeaderClassName
{
color: #F32DAC;
}
.AnyTagClassName
{
color: #F32DAC;
}
</style>
background-color css
<style>
a { background-color: #F32DAC; }
a { background-color: rgb(243,45,172); }
div.DivClassName
{
background-color: #F32DAC;
}
.BgClassName
{
background-color: #F32DAC;
}
</style>
border-color css
<style>
span { border-color: #F32DAC; }
span { border-color: rgb(243,45,172); }
td.TdClassName
{
border-color: #F32DAC;
}
.TagClassName
{
border-color: #F32DAC;
}
</style>