Shades of Persian Rose #F324A7
Tints of Persian Rose #F324A7
RGB
CMYK
RGB Variations
Color information
#F324A7 (or 0xF324A7) is known color: Persian Rose. HEX triplet: F3, 24 and A7. RGB value is (243,36,167). Sum of RGB (Red+Green+Blue) = 243+36+167=446 (59% of max value = 765). Red value is 243 (95.31% from 255 or 54.48% from 446); Green value is 36 (14.45% from 255 or 8.07% from 446); Blue value is 167 (65.62% from 255 or 37.44% from 446); Max value from RGB is 243 - color contains mainly: red. Hex color #F324A7 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F324A7 is #0CDB58. Grayscale: #707070. Windows color (decimal): -842585 or 10953971. OLE color: 10953971.
HSL color Cylindrical-coordinate representation of color #F324A7: hue angle of 322.03º 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 #F324A7 is Cyan = 0, Magento = 0.85, Yellow = 0.31 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 36 | 167 | - |
| CMYK | 0 | 0.85 | 0.31 | 0.05 |
| HSL | 322.03º | 0.9% | 0.55% | - |
| HSV(B) | 322.03º | 0.85% | 0.95% | - |
| XYZ | 44.57 | 23.11 | 38.67 | - |
| YUV | 112.83 | 158.58 | 220.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 36 | 167 | 0 | 0.85 | 0.31 | 0.05 | 322.03 | 0.9 | 0.55 |
| Hex | F3 | 24 | A7 | 0 | 55 | 1F | 5 | 142 | 5A | 37 |
| Octal | 363 | 44 | 247 | 0 | 125 | 37 | 5 | 502 | 132 | 67 |
| Binary | 11110011 | 100100 | 10100111 | 0 | 1010101 | 11111 | 101 | 101000010 | 1011010 | 110111 |
Color Harmonies of #F324A7
Complementary color
Monochromatic Colors of #F324A7
Black with #F324A7
Text Example
Text Example
White with #F324A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F324A7; }
p { color: rgb(243,36,167); }
H1.HeaderClassName
{
color: #F324A7;
}
.AnyTagClassName
{
color: #F324A7;
}
</style>
background-color css
<style>
a { background-color: #F324A7; }
a { background-color: rgb(243,36,167); }
div.DivClassName
{
background-color: #F324A7;
}
.BgClassName
{
background-color: #F324A7;
}
</style>
border-color css
<style>
span { border-color: #F324A7; }
span { border-color: rgb(243,36,167); }
td.TdClassName
{
border-color: #F324A7;
}
.TagClassName
{
border-color: #F324A7;
}
</style>