Shades of Persian Rose #F52999
Tints of Persian Rose #F52999
RGB
CMYK
RGB Variations
Color information
#F52999 (or 0xF52999) is known color: Persian Rose. HEX triplet: F5, 29 and 99. RGB value is (245,41,153). Sum of RGB (Red+Green+Blue) = 245+41+153=439 (58% of max value = 765). Red value is 245 (96.09% from 255 or 55.81% from 439); Green value is 41 (16.41% from 255 or 9.34% from 439); Blue value is 153 (60.16% from 255 or 34.85% from 439); Max value from RGB is 245 - color contains mainly: red. Hex color #F52999 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F52999 is #0AD666. Grayscale: #727272. Windows color (decimal): -710247 or 10037749. OLE color: 10037749.
HSL color Cylindrical-coordinate representation of color #F52999: hue angle of 327.06º degrees, saturation: 0.91, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F52999 is Cyan = 0, Magento = 0.83, Yellow = 0.38 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 41 | 153 | - |
| CMYK | 0 | 0.83 | 0.38 | 0.04 |
| HSL | 327.06º | 0.91% | 0.56% | - |
| HSV(B) | 327.06º | 0.83% | 0.96% | - |
| XYZ | 44.2 | 23.3 | 32.3 | - |
| YUV | 114.76 | 149.59 | 220.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 41 | 153 | 0 | 0.83 | 0.38 | 0.04 | 327.06 | 0.91 | 0.56 |
| Hex | F5 | 29 | 99 | 0 | 53 | 26 | 4 | 147 | 5B | 38 |
| Octal | 365 | 51 | 231 | 0 | 123 | 46 | 4 | 507 | 133 | 70 |
| Binary | 11110101 | 101001 | 10011001 | 0 | 1010011 | 100110 | 100 | 101000111 | 1011011 | 111000 |
Color Harmonies of #F52999
Complementary color
Monochromatic Colors of #F52999
Black with #F52999
Text Example
Text Example
White with #F52999
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F52999; }
p { color: rgb(245,41,153); }
H1.HeaderClassName
{
color: #F52999;
}
.AnyTagClassName
{
color: #F52999;
}
</style>
background-color css
<style>
a { background-color: #F52999; }
a { background-color: rgb(245,41,153); }
div.DivClassName
{
background-color: #F52999;
}
.BgClassName
{
background-color: #F52999;
}
</style>
border-color css
<style>
span { border-color: #F52999; }
span { border-color: rgb(245,41,153); }
td.TdClassName
{
border-color: #F52999;
}
.TagClassName
{
border-color: #F52999;
}
</style>