Shades of Persian Rose #F52699
Tints of Persian Rose #F52699
RGB
CMYK
RGB Variations
Color information
#F52699 (or 0xF52699) is known color: Persian Rose. HEX triplet: F5, 26 and 99. RGB value is (245,38,153). Sum of RGB (Red+Green+Blue) = 245+38+153=436 (57% of max value = 765). Red value is 245 (96.09% from 255 or 56.19% from 436); Green value is 38 (15.23% from 255 or 8.72% from 436); Blue value is 153 (60.16% from 255 or 35.09% from 436); Max value from RGB is 245 - color contains mainly: red. Hex color #F52699 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F52699 is #0AD966. Grayscale: #707070. Windows color (decimal): -711015 or 10036981. OLE color: 10036981.
HSL color Cylindrical-coordinate representation of color #F52699: hue angle of 326.67º degrees, saturation: 0.91, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F52699 is Cyan = 0, Magento = 0.84, Yellow = 0.38 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 38 | 153 | - |
| CMYK | 0 | 0.84 | 0.38 | 0.04 |
| HSL | 326.67º | 0.91% | 0.55% | - |
| HSV(B) | 326.67º | 0.84% | 0.96% | - |
| XYZ | 44.1 | 23.1 | 32.27 | - |
| YUV | 113 | 150.58 | 222.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 38 | 153 | 0 | 0.84 | 0.38 | 0.04 | 326.67 | 0.91 | 0.55 |
| Hex | F5 | 26 | 99 | 0 | 54 | 26 | 4 | 147 | 5B | 37 |
| Octal | 365 | 46 | 231 | 0 | 124 | 46 | 4 | 507 | 133 | 67 |
| Binary | 11110101 | 100110 | 10011001 | 0 | 1010100 | 100110 | 100 | 101000111 | 1011011 | 110111 |
Color Harmonies of #F52699
Complementary color
Monochromatic Colors of #F52699
Black with #F52699
Text Example
Text Example
White with #F52699
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F52699; }
p { color: rgb(245,38,153); }
H1.HeaderClassName
{
color: #F52699;
}
.AnyTagClassName
{
color: #F52699;
}
</style>
background-color css
<style>
a { background-color: #F52699; }
a { background-color: rgb(245,38,153); }
div.DivClassName
{
background-color: #F52699;
}
.BgClassName
{
background-color: #F52699;
}
</style>
border-color css
<style>
span { border-color: #F52699; }
span { border-color: rgb(245,38,153); }
td.TdClassName
{
border-color: #F52699;
}
.TagClassName
{
border-color: #F52699;
}
</style>