Shades of Persian Rose #F537A8
Tints of Persian Rose #F537A8
RGB
CMYK
RGB Variations
Color information
#F537A8 (or 0xF537A8) is known color: Persian Rose. HEX triplet: F5, 37 and A8. RGB value is (245,55,168). Sum of RGB (Red+Green+Blue) = 245+55+168=468 (61% of max value = 765). Red value is 245 (96.09% from 255 or 52.35% from 468); Green value is 55 (21.88% from 255 or 11.75% from 468); Blue value is 168 (66.02% from 255 or 35.90% from 468); Max value from RGB is 245 - color contains mainly: red. Hex color #F537A8 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F537A8 is #0AC857. Grayscale: #7C7C7C. Windows color (decimal): -706648 or 11024373. OLE color: 11024373.
HSL color Cylindrical-coordinate representation of color #F537A8: hue angle of 324.32º degrees, saturation: 0.9, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #F537A8 is Cyan = 0, Magento = 0.78, Yellow = 0.31 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 55 | 168 | - |
| CMYK | 0 | 0.78 | 0.31 | 0.04 |
| HSL | 324.32º | 0.9% | 0.59% | - |
| HSV(B) | 324.32º | 0.78% | 0.96% | - |
| XYZ | 46.09 | 24.97 | 39.44 | - |
| YUV | 124.69 | 152.45 | 213.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 55 | 168 | 0 | 0.78 | 0.31 | 0.04 | 324.32 | 0.9 | 0.59 |
| Hex | F5 | 37 | A8 | 0 | 4E | 1F | 4 | 144 | 5A | 3B |
| Octal | 365 | 67 | 250 | 0 | 116 | 37 | 4 | 504 | 132 | 73 |
| Binary | 11110101 | 110111 | 10101000 | 0 | 1001110 | 11111 | 100 | 101000100 | 1011010 | 111011 |
Color Harmonies of #F537A8
Complementary color
Monochromatic Colors of #F537A8
Black with #F537A8
Text Example
Text Example
White with #F537A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F537A8; }
p { color: rgb(245,55,168); }
H1.HeaderClassName
{
color: #F537A8;
}
.AnyTagClassName
{
color: #F537A8;
}
</style>
background-color css
<style>
a { background-color: #F537A8; }
a { background-color: rgb(245,55,168); }
div.DivClassName
{
background-color: #F537A8;
}
.BgClassName
{
background-color: #F537A8;
}
</style>
border-color css
<style>
span { border-color: #F537A8; }
span { border-color: rgb(245,55,168); }
td.TdClassName
{
border-color: #F537A8;
}
.TagClassName
{
border-color: #F537A8;
}
</style>