Shades of Persian Rose #F5299A
Tints of Persian Rose #F5299A
RGB
CMYK
RGB Variations
Color information
#F5299A (or 0xF5299A) is known color: Persian Rose. HEX triplet: F5, 29 and 9A. RGB value is (245,41,154). Sum of RGB (Red+Green+Blue) = 245+41+154=440 (58% of max value = 765). Red value is 245 (96.09% from 255 or 55.68% from 440); Green value is 41 (16.41% from 255 or 9.32% from 440); Blue value is 154 (60.55% from 255 or 35% from 440); Max value from RGB is 245 - color contains mainly: red. Hex color #F5299A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F5299A is #0AD665. Grayscale: #727272. Windows color (decimal): -710246 or 10103285. OLE color: 10103285.
HSL color Cylindrical-coordinate representation of color #F5299A: hue angle of 326.76º 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 #F5299A is Cyan = 0, Magento = 0.83, Yellow = 0.37 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 41 | 154 | - |
| CMYK | 0 | 0.83 | 0.37 | 0.04 |
| HSL | 326.76º | 0.91% | 0.56% | - |
| HSV(B) | 326.76º | 0.83% | 0.96% | - |
| XYZ | 44.28 | 23.33 | 32.74 | - |
| YUV | 114.88 | 150.09 | 220.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 41 | 154 | 0 | 0.83 | 0.37 | 0.04 | 326.76 | 0.91 | 0.56 |
| Hex | F5 | 29 | 9A | 0 | 53 | 25 | 4 | 147 | 5B | 38 |
| Octal | 365 | 51 | 232 | 0 | 123 | 45 | 4 | 507 | 133 | 70 |
| Binary | 11110101 | 101001 | 10011010 | 0 | 1010011 | 100101 | 100 | 101000111 | 1011011 | 111000 |
Color Harmonies of #F5299A
Complementary color
Monochromatic Colors of #F5299A
Black with #F5299A
Text Example
Text Example
White with #F5299A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5299A; }
p { color: rgb(245,41,154); }
H1.HeaderClassName
{
color: #F5299A;
}
.AnyTagClassName
{
color: #F5299A;
}
</style>
background-color css
<style>
a { background-color: #F5299A; }
a { background-color: rgb(245,41,154); }
div.DivClassName
{
background-color: #F5299A;
}
.BgClassName
{
background-color: #F5299A;
}
</style>
border-color css
<style>
span { border-color: #F5299A; }
span { border-color: rgb(245,41,154); }
td.TdClassName
{
border-color: #F5299A;
}
.TagClassName
{
border-color: #F5299A;
}
</style>