Shades of Persian Rose #F5219D
Tints of Persian Rose #F5219D
RGB
CMYK
RGB Variations
Color information
#F5219D (or 0xF5219D) is known color: Persian Rose. HEX triplet: F5, 21 and 9D. RGB value is (245,33,157). Sum of RGB (Red+Green+Blue) = 245+33+157=435 (57% of max value = 765). Red value is 245 (96.09% from 255 or 56.32% from 435); Green value is 33 (13.28% from 255 or 7.59% from 435); Blue value is 157 (61.72% from 255 or 36.09% from 435); Max value from RGB is 245 - color contains mainly: red. Hex color #F5219D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F5219D is #0ADE62. Grayscale: #6E6E6E. Windows color (decimal): -712291 or 10297845. OLE color: 10297845.
HSL color Cylindrical-coordinate representation of color #F5219D: hue angle of 324.91º degrees, saturation: 0.91, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F5219D is Cyan = 0, Magento = 0.87, Yellow = 0.36 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 33 | 157 | - |
| CMYK | 0 | 0.87 | 0.36 | 0.04 |
| HSL | 324.91º | 0.91% | 0.55% | - |
| HSV(B) | 324.91º | 0.87% | 0.96% | - |
| XYZ | 44.29 | 22.93 | 33.99 | - |
| YUV | 110.52 | 154.24 | 223.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 33 | 157 | 0 | 0.87 | 0.36 | 0.04 | 324.91 | 0.91 | 0.55 |
| Hex | F5 | 21 | 9D | 0 | 57 | 24 | 4 | 145 | 5B | 37 |
| Octal | 365 | 41 | 235 | 0 | 127 | 44 | 4 | 505 | 133 | 67 |
| Binary | 11110101 | 100001 | 10011101 | 0 | 1010111 | 100100 | 100 | 101000101 | 1011011 | 110111 |
Color Harmonies of #F5219D
Complementary color
Monochromatic Colors of #F5219D
Black with #F5219D
Text Example
Text Example
White with #F5219D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5219D; }
p { color: rgb(245,33,157); }
H1.HeaderClassName
{
color: #F5219D;
}
.AnyTagClassName
{
color: #F5219D;
}
</style>
background-color css
<style>
a { background-color: #F5219D; }
a { background-color: rgb(245,33,157); }
div.DivClassName
{
background-color: #F5219D;
}
.BgClassName
{
background-color: #F5219D;
}
</style>
border-color css
<style>
span { border-color: #F5219D; }
span { border-color: rgb(245,33,157); }
td.TdClassName
{
border-color: #F5219D;
}
.TagClassName
{
border-color: #F5219D;
}
</style>