Shades of Persian Rose #F52497
Tints of Persian Rose #F52497
RGB
CMYK
RGB Variations
Color information
#F52497 (or 0xF52497) is known color: Persian Rose. HEX triplet: F5, 24 and 97. RGB value is (245,36,151). Sum of RGB (Red+Green+Blue) = 245+36+151=432 (57% of max value = 765). Red value is 245 (96.09% from 255 or 56.71% from 432); Green value is 36 (14.45% from 255 or 8.33% from 432); Blue value is 151 (59.38% from 255 or 34.95% from 432); Max value from RGB is 245 - color contains mainly: red. Hex color #F52497 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F52497 is #0ADB68. Grayscale: #6F6F6F. Windows color (decimal): -711529 or 9905397. OLE color: 9905397.
HSL color Cylindrical-coordinate representation of color #F52497: hue angle of 326.99º degrees, saturation: 0.91, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F52497 is Cyan = 0, Magento = 0.85, Yellow = 0.38 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 36 | 151 | - |
| CMYK | 0 | 0.85 | 0.38 | 0.04 |
| HSL | 326.99º | 0.91% | 0.55% | - |
| HSV(B) | 326.99º | 0.85% | 0.96% | - |
| XYZ | 43.87 | 22.91 | 31.39 | - |
| YUV | 111.6 | 150.24 | 223.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 36 | 151 | 0 | 0.85 | 0.38 | 0.04 | 326.99 | 0.91 | 0.55 |
| Hex | F5 | 24 | 97 | 0 | 55 | 26 | 4 | 147 | 5B | 37 |
| Octal | 365 | 44 | 227 | 0 | 125 | 46 | 4 | 507 | 133 | 67 |
| Binary | 11110101 | 100100 | 10010111 | 0 | 1010101 | 100110 | 100 | 101000111 | 1011011 | 110111 |
Color Harmonies of #F52497
Complementary color
Monochromatic Colors of #F52497
Black with #F52497
Text Example
Text Example
White with #F52497
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F52497; }
p { color: rgb(245,36,151); }
H1.HeaderClassName
{
color: #F52497;
}
.AnyTagClassName
{
color: #F52497;
}
</style>
background-color css
<style>
a { background-color: #F52497; }
a { background-color: rgb(245,36,151); }
div.DivClassName
{
background-color: #F52497;
}
.BgClassName
{
background-color: #F52497;
}
</style>
border-color css
<style>
span { border-color: #F52497; }
span { border-color: rgb(245,36,151); }
td.TdClassName
{
border-color: #F52497;
}
.TagClassName
{
border-color: #F52497;
}
</style>