Shades of Persian Rose #F537AC
Tints of Persian Rose #F537AC
RGB
CMYK
RGB Variations
Color information
#F537AC (or 0xF537AC) is known color: Persian Rose. HEX triplet: F5, 37 and AC. RGB value is (245,55,172). Sum of RGB (Red+Green+Blue) = 245+55+172=472 (62% of max value = 765). Red value is 245 (96.09% from 255 or 51.91% from 472); Green value is 55 (21.88% from 255 or 11.65% from 472); Blue value is 172 (67.58% from 255 or 36.44% from 472); Max value from RGB is 245 - color contains mainly: red. Hex color #F537AC is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F537AC is #0AC853. Grayscale: #7C7C7C. Windows color (decimal): -706644 or 11286517. OLE color: 11286517.
HSL color Cylindrical-coordinate representation of color #F537AC: hue angle of 323.05º 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 #F537AC is Cyan = 0, Magento = 0.78, Yellow = 0.30 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 55 | 172 | - |
| CMYK | 0 | 0.78 | 0.30 | 0.04 |
| HSL | 323.05º | 0.9% | 0.59% | - |
| HSV(B) | 323.05º | 0.78% | 0.96% | - |
| XYZ | 46.47 | 25.12 | 41.43 | - |
| YUV | 125.15 | 154.45 | 213.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 55 | 172 | 0 | 0.78 | 0.30 | 0.04 | 323.05 | 0.9 | 0.59 |
| Hex | F5 | 37 | AC | 0 | 4E | 1E | 4 | 143 | 5A | 3B |
| Octal | 365 | 67 | 254 | 0 | 116 | 36 | 4 | 503 | 132 | 73 |
| Binary | 11110101 | 110111 | 10101100 | 0 | 1001110 | 11110 | 100 | 101000011 | 1011010 | 111011 |
Color Harmonies of #F537AC
Complementary color
Monochromatic Colors of #F537AC
Black with #F537AC
Text Example
Text Example
White with #F537AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F537AC; }
p { color: rgb(245,55,172); }
H1.HeaderClassName
{
color: #F537AC;
}
.AnyTagClassName
{
color: #F537AC;
}
</style>
background-color css
<style>
a { background-color: #F537AC; }
a { background-color: rgb(245,55,172); }
div.DivClassName
{
background-color: #F537AC;
}
.BgClassName
{
background-color: #F537AC;
}
</style>
border-color css
<style>
span { border-color: #F537AC; }
span { border-color: rgb(245,55,172); }
td.TdClassName
{
border-color: #F537AC;
}
.TagClassName
{
border-color: #F537AC;
}
</style>