Shades of Persian Rose #F5299D
Tints of Persian Rose #F5299D
RGB
CMYK
RGB Variations
Color information
#F5299D (or 0xF5299D) is known color: Persian Rose. HEX triplet: F5, 29 and 9D. RGB value is (245,41,157). Sum of RGB (Red+Green+Blue) = 245+41+157=443 (58% of max value = 765). Red value is 245 (96.09% from 255 or 55.30% from 443); Green value is 41 (16.41% from 255 or 9.26% from 443); Blue value is 157 (61.72% from 255 or 35.44% from 443); Max value from RGB is 245 - color contains mainly: red. Hex color #F5299D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F5299D is #0AD662. Grayscale: #727272. Windows color (decimal): -710243 or 10299893. OLE color: 10299893.
HSL color Cylindrical-coordinate representation of color #F5299D: hue angle of 325.88º 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 #F5299D is Cyan = 0, Magento = 0.83, Yellow = 0.36 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 41 | 157 | - |
| CMYK | 0 | 0.83 | 0.36 | 0.04 |
| HSL | 325.88º | 0.91% | 0.56% | - |
| HSV(B) | 325.88º | 0.83% | 0.96% | - |
| XYZ | 44.53 | 23.43 | 34.07 | - |
| YUV | 115.22 | 151.59 | 220.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 41 | 157 | 0 | 0.83 | 0.36 | 0.04 | 325.88 | 0.91 | 0.56 |
| Hex | F5 | 29 | 9D | 0 | 53 | 24 | 4 | 146 | 5B | 38 |
| Octal | 365 | 51 | 235 | 0 | 123 | 44 | 4 | 506 | 133 | 70 |
| Binary | 11110101 | 101001 | 10011101 | 0 | 1010011 | 100100 | 100 | 101000110 | 1011011 | 111000 |
Color Harmonies of #F5299D
Complementary color
Monochromatic Colors of #F5299D
Black with #F5299D
Text Example
Text Example
White with #F5299D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5299D; }
p { color: rgb(245,41,157); }
H1.HeaderClassName
{
color: #F5299D;
}
.AnyTagClassName
{
color: #F5299D;
}
</style>
background-color css
<style>
a { background-color: #F5299D; }
a { background-color: rgb(245,41,157); }
div.DivClassName
{
background-color: #F5299D;
}
.BgClassName
{
background-color: #F5299D;
}
</style>
border-color css
<style>
span { border-color: #F5299D; }
span { border-color: rgb(245,41,157); }
td.TdClassName
{
border-color: #F5299D;
}
.TagClassName
{
border-color: #F5299D;
}
</style>