Shades of Persian Rose #F5289F
Tints of Persian Rose #F5289F
RGB
CMYK
RGB Variations
Color information
#F5289F (or 0xF5289F) is known color: Persian Rose. HEX triplet: F5, 28 and 9F. RGB value is (245,40,159). Sum of RGB (Red+Green+Blue) = 245+40+159=444 (58% of max value = 765). Red value is 245 (96.09% from 255 or 55.18% from 444); Green value is 40 (16.02% from 255 or 9.01% from 444); Blue value is 159 (62.5% from 255 or 35.81% from 444); Max value from RGB is 245 - color contains mainly: red. Hex color #F5289F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F5289F is #0AD760. Grayscale: #727272. Windows color (decimal): -710497 or 10430709. OLE color: 10430709.
HSL color Cylindrical-coordinate representation of color #F5289F: hue angle of 325.17º degrees, saturation: 0.91, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F5289F is Cyan = 0, Magento = 0.84, Yellow = 0.35 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 40 | 159 | - |
| CMYK | 0 | 0.84 | 0.35 | 0.04 |
| HSL | 325.17º | 0.91% | 0.56% | - |
| HSV(B) | 325.17º | 0.84% | 0.96% | - |
| XYZ | 44.67 | 23.43 | 34.97 | - |
| YUV | 114.86 | 152.92 | 220.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 40 | 159 | 0 | 0.84 | 0.35 | 0.04 | 325.17 | 0.91 | 0.56 |
| Hex | F5 | 28 | 9F | 0 | 54 | 23 | 4 | 145 | 5B | 38 |
| Octal | 365 | 50 | 237 | 0 | 124 | 43 | 4 | 505 | 133 | 70 |
| Binary | 11110101 | 101000 | 10011111 | 0 | 1010100 | 100011 | 100 | 101000101 | 1011011 | 111000 |
Color Harmonies of #F5289F
Complementary color
Monochromatic Colors of #F5289F
Black with #F5289F
Text Example
Text Example
White with #F5289F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5289F; }
p { color: rgb(245,40,159); }
H1.HeaderClassName
{
color: #F5289F;
}
.AnyTagClassName
{
color: #F5289F;
}
</style>
background-color css
<style>
a { background-color: #F5289F; }
a { background-color: rgb(245,40,159); }
div.DivClassName
{
background-color: #F5289F;
}
.BgClassName
{
background-color: #F5289F;
}
</style>
border-color css
<style>
span { border-color: #F5289F; }
span { border-color: rgb(245,40,159); }
td.TdClassName
{
border-color: #F5289F;
}
.TagClassName
{
border-color: #F5289F;
}
</style>