Shades of Persian Rose #F5309F
Tints of Persian Rose #F5309F
RGB
CMYK
RGB Variations
Color information
#F5309F (or 0xF5309F) is known color: Persian Rose. HEX triplet: F5, 30 and 9F. RGB value is (245,48,159). Sum of RGB (Red+Green+Blue) = 245+48+159=452 (59% of max value = 765). Red value is 245 (96.09% from 255 or 54.20% from 452); Green value is 48 (19.14% from 255 or 10.62% from 452); Blue value is 159 (62.5% from 255 or 35.18% from 452); Max value from RGB is 245 - color contains mainly: red. Hex color #F5309F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F5309F is #0ACF60. Grayscale: #777777. Windows color (decimal): -708449 or 10432757. OLE color: 10432757.
HSL color Cylindrical-coordinate representation of color #F5309F: hue angle of 326.19º degrees, saturation: 0.91, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F5309F is Cyan = 0, Magento = 0.80, Yellow = 0.35 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 48 | 159 | - |
| CMYK | 0 | 0.80 | 0.35 | 0.04 |
| HSL | 326.19º | 0.91% | 0.57% | - |
| HSV(B) | 326.19º | 0.8% | 0.96% | - |
| XYZ | 44.97 | 24.03 | 35.07 | - |
| YUV | 119.56 | 150.27 | 217.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 48 | 159 | 0 | 0.80 | 0.35 | 0.04 | 326.19 | 0.91 | 0.57 |
| Hex | F5 | 30 | 9F | 0 | 50 | 23 | 4 | 146 | 5B | 39 |
| Octal | 365 | 60 | 237 | 0 | 120 | 43 | 4 | 506 | 133 | 71 |
| Binary | 11110101 | 110000 | 10011111 | 0 | 1010000 | 100011 | 100 | 101000110 | 1011011 | 111001 |
Color Harmonies of #F5309F
Complementary color
Monochromatic Colors of #F5309F
Black with #F5309F
Text Example
Text Example
White with #F5309F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5309F; }
p { color: rgb(245,48,159); }
H1.HeaderClassName
{
color: #F5309F;
}
.AnyTagClassName
{
color: #F5309F;
}
</style>
background-color css
<style>
a { background-color: #F5309F; }
a { background-color: rgb(245,48,159); }
div.DivClassName
{
background-color: #F5309F;
}
.BgClassName
{
background-color: #F5309F;
}
</style>
border-color css
<style>
span { border-color: #F5309F; }
span { border-color: rgb(245,48,159); }
td.TdClassName
{
border-color: #F5309F;
}
.TagClassName
{
border-color: #F5309F;
}
</style>