Shades of Persian Rose #F324A6
Tints of Persian Rose #F324A6
RGB
CMYK
RGB Variations
Color information
#F324A6 (or 0xF324A6) is known color: Persian Rose. HEX triplet: F3, 24 and A6. RGB value is (243,36,166). Sum of RGB (Red+Green+Blue) = 243+36+166=445 (58% of max value = 765). Red value is 243 (95.31% from 255 or 54.61% from 445); Green value is 36 (14.45% from 255 or 8.09% from 445); Blue value is 166 (65.23% from 255 or 37.30% from 445); Max value from RGB is 243 - color contains mainly: red. Hex color #F324A6 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F324A6 is #0CDB59. Grayscale: #707070. Windows color (decimal): -842586 or 10888435. OLE color: 10888435.
HSL color Cylindrical-coordinate representation of color #F324A6: hue angle of 322.32º degrees, saturation: 0.9, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F324A6 is Cyan = 0, Magento = 0.85, Yellow = 0.32 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 36 | 166 | - |
| CMYK | 0 | 0.85 | 0.32 | 0.05 |
| HSL | 322.32º | 0.9% | 0.55% | - |
| HSV(B) | 322.32º | 0.85% | 0.95% | - |
| XYZ | 44.48 | 23.07 | 38.19 | - |
| YUV | 112.71 | 158.08 | 220.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 36 | 166 | 0 | 0.85 | 0.32 | 0.05 | 322.32 | 0.9 | 0.55 |
| Hex | F3 | 24 | A6 | 0 | 55 | 20 | 5 | 142 | 5A | 37 |
| Octal | 363 | 44 | 246 | 0 | 125 | 40 | 5 | 502 | 132 | 67 |
| Binary | 11110011 | 100100 | 10100110 | 0 | 1010101 | 100000 | 101 | 101000010 | 1011010 | 110111 |
Color Harmonies of #F324A6
Complementary color
Monochromatic Colors of #F324A6
Black with #F324A6
Text Example
Text Example
White with #F324A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F324A6; }
p { color: rgb(243,36,166); }
H1.HeaderClassName
{
color: #F324A6;
}
.AnyTagClassName
{
color: #F324A6;
}
</style>
background-color css
<style>
a { background-color: #F324A6; }
a { background-color: rgb(243,36,166); }
div.DivClassName
{
background-color: #F324A6;
}
.BgClassName
{
background-color: #F324A6;
}
</style>
border-color css
<style>
span { border-color: #F324A6; }
span { border-color: rgb(243,36,166); }
td.TdClassName
{
border-color: #F324A6;
}
.TagClassName
{
border-color: #F324A6;
}
</style>