Shades of Persian Rose #F52297
Tints of Persian Rose #F52297
RGB
CMYK
RGB Variations
Color information
#F52297 (or 0xF52297) is known color: Persian Rose. HEX triplet: F5, 22 and 97. RGB value is (245,34,151). Sum of RGB (Red+Green+Blue) = 245+34+151=430 (56% of max value = 765). Red value is 245 (96.09% from 255 or 56.98% from 430); Green value is 34 (13.67% from 255 or 7.91% from 430); Blue value is 151 (59.38% from 255 or 35.12% from 430); Max value from RGB is 245 - color contains mainly: red. Hex color #F52297 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F52297 is #0ADD68. Grayscale: #6E6E6E. Windows color (decimal): -712041 or 9904885. OLE color: 9904885.
HSL color Cylindrical-coordinate representation of color #F52297: hue angle of 326.73º degrees, saturation: 0.91, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F52297 is Cyan = 0, Magento = 0.86, Yellow = 0.38 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 34 | 151 | - |
| CMYK | 0 | 0.86 | 0.38 | 0.04 |
| HSL | 326.73º | 0.91% | 0.55% | - |
| HSV(B) | 326.73º | 0.86% | 0.96% | - |
| XYZ | 43.81 | 22.79 | 31.37 | - |
| YUV | 110.43 | 150.9 | 223.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 34 | 151 | 0 | 0.86 | 0.38 | 0.04 | 326.73 | 0.91 | 0.55 |
| Hex | F5 | 22 | 97 | 0 | 56 | 26 | 4 | 147 | 5B | 37 |
| Octal | 365 | 42 | 227 | 0 | 126 | 46 | 4 | 507 | 133 | 67 |
| Binary | 11110101 | 100010 | 10010111 | 0 | 1010110 | 100110 | 100 | 101000111 | 1011011 | 110111 |
Color Harmonies of #F52297
Complementary color
Monochromatic Colors of #F52297
Black with #F52297
Text Example
Text Example
White with #F52297
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F52297; }
p { color: rgb(245,34,151); }
H1.HeaderClassName
{
color: #F52297;
}
.AnyTagClassName
{
color: #F52297;
}
</style>
background-color css
<style>
a { background-color: #F52297; }
a { background-color: rgb(245,34,151); }
div.DivClassName
{
background-color: #F52297;
}
.BgClassName
{
background-color: #F52297;
}
</style>
border-color css
<style>
span { border-color: #F52297; }
span { border-color: rgb(245,34,151); }
td.TdClassName
{
border-color: #F52297;
}
.TagClassName
{
border-color: #F52297;
}
</style>