Shades of Persian Rose #F32497
Tints of Persian Rose #F32497
RGB
CMYK
RGB Variations
Color information
#F32497 (or 0xF32497) is known color: Persian Rose. HEX triplet: F3, 24 and 97. RGB value is (243,36,151). Sum of RGB (Red+Green+Blue) = 243+36+151=430 (56% of max value = 765). Red value is 243 (95.31% from 255 or 56.51% from 430); Green value is 36 (14.45% from 255 or 8.37% from 430); Blue value is 151 (59.38% from 255 or 35.12% from 430); Max value from RGB is 243 - color contains mainly: red. Hex color #F32497 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F32497 is #0CDB68. Grayscale: #6E6E6E. Windows color (decimal): -842601 or 9905395. OLE color: 9905395.
HSL color Cylindrical-coordinate representation of color #F32497: hue angle of 326.67º 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 #F32497 is Cyan = 0, Magento = 0.85, Yellow = 0.38 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 36 | 151 | - |
| CMYK | 0 | 0.85 | 0.38 | 0.05 |
| HSL | 326.67º | 0.9% | 0.55% | - |
| HSV(B) | 326.67º | 0.85% | 0.95% | - |
| XYZ | 43.18 | 22.55 | 31.36 | - |
| YUV | 111 | 150.58 | 222.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 36 | 151 | 0 | 0.85 | 0.38 | 0.05 | 326.67 | 0.9 | 0.55 |
| Hex | F3 | 24 | 97 | 0 | 55 | 26 | 5 | 147 | 5A | 37 |
| Octal | 363 | 44 | 227 | 0 | 125 | 46 | 5 | 507 | 132 | 67 |
| Binary | 11110011 | 100100 | 10010111 | 0 | 1010101 | 100110 | 101 | 101000111 | 1011010 | 110111 |
Color Harmonies of #F32497
Complementary color
Monochromatic Colors of #F32497
Black with #F32497
Text Example
Text Example
White with #F32497
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F32497; }
p { color: rgb(243,36,151); }
H1.HeaderClassName
{
color: #F32497;
}
.AnyTagClassName
{
color: #F32497;
}
</style>
background-color css
<style>
a { background-color: #F32497; }
a { background-color: rgb(243,36,151); }
div.DivClassName
{
background-color: #F32497;
}
.BgClassName
{
background-color: #F32497;
}
</style>
border-color css
<style>
span { border-color: #F32497; }
span { border-color: rgb(243,36,151); }
td.TdClassName
{
border-color: #F32497;
}
.TagClassName
{
border-color: #F32497;
}
</style>