Shades of Persian Rose #F5249C
Tints of Persian Rose #F5249C
RGB
CMYK
RGB Variations
Color information
#F5249C (or 0xF5249C) is known color: Persian Rose. HEX triplet: F5, 24 and 9C. RGB value is (245,36,156). Sum of RGB (Red+Green+Blue) = 245+36+156=437 (57% of max value = 765). Red value is 245 (96.09% from 255 or 56.06% from 437); Green value is 36 (14.45% from 255 or 8.24% from 437); Blue value is 156 (61.33% from 255 or 35.70% from 437); Max value from RGB is 245 - color contains mainly: red. Hex color #F5249C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F5249C is #0ADB63. Grayscale: #6F6F6F. Windows color (decimal): -711524 or 10233077. OLE color: 10233077.
HSL color Cylindrical-coordinate representation of color #F5249C: hue angle of 325.55º degrees, saturation: 0.91, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F5249C is Cyan = 0, Magento = 0.85, Yellow = 0.36 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 36 | 156 | - |
| CMYK | 0 | 0.85 | 0.36 | 0.04 |
| HSL | 325.55º | 0.91% | 0.55% | - |
| HSV(B) | 325.55º | 0.85% | 0.96% | - |
| XYZ | 44.29 | 23.07 | 33.57 | - |
| YUV | 112.17 | 152.74 | 222.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 36 | 156 | 0 | 0.85 | 0.36 | 0.04 | 325.55 | 0.91 | 0.55 |
| Hex | F5 | 24 | 9C | 0 | 55 | 24 | 4 | 146 | 5B | 37 |
| Octal | 365 | 44 | 234 | 0 | 125 | 44 | 4 | 506 | 133 | 67 |
| Binary | 11110101 | 100100 | 10011100 | 0 | 1010101 | 100100 | 100 | 101000110 | 1011011 | 110111 |
Color Harmonies of #F5249C
Complementary color
Monochromatic Colors of #F5249C
Black with #F5249C
Text Example
Text Example
White with #F5249C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5249C; }
p { color: rgb(245,36,156); }
H1.HeaderClassName
{
color: #F5249C;
}
.AnyTagClassName
{
color: #F5249C;
}
</style>
background-color css
<style>
a { background-color: #F5249C; }
a { background-color: rgb(245,36,156); }
div.DivClassName
{
background-color: #F5249C;
}
.BgClassName
{
background-color: #F5249C;
}
</style>
border-color css
<style>
span { border-color: #F5249C; }
span { border-color: rgb(245,36,156); }
td.TdClassName
{
border-color: #F5249C;
}
.TagClassName
{
border-color: #F5249C;
}
</style>