Shades of Persian Rose #F536AF
Tints of Persian Rose #F536AF
RGB
CMYK
RGB Variations
Color information
#F536AF (or 0xF536AF) is known color: Persian Rose. HEX triplet: F5, 36 and AF. RGB value is (245,54,175). Sum of RGB (Red+Green+Blue) = 245+54+175=474 (62% of max value = 765). Red value is 245 (96.09% from 255 or 51.69% from 474); Green value is 54 (21.48% from 255 or 11.39% from 474); Blue value is 175 (68.75% from 255 or 36.92% from 474); Max value from RGB is 245 - color contains mainly: red. Hex color #F536AF is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F536AF is #0AC950. Grayscale: #7C7C7C. Windows color (decimal): -706897 or 11482869. OLE color: 11482869.
HSL color Cylindrical-coordinate representation of color #F536AF: hue angle of 321.99º degrees, saturation: 0.91, 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 #F536AF is Cyan = 0, Magento = 0.78, Yellow = 0.29 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 54 | 175 | - |
| CMYK | 0 | 0.78 | 0.29 | 0.04 |
| HSL | 321.99º | 0.91% | 0.59% | - |
| HSV(B) | 321.99º | 0.78% | 0.96% | - |
| XYZ | 46.71 | 25.15 | 42.95 | - |
| YUV | 124.9 | 156.28 | 213.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 54 | 175 | 0 | 0.78 | 0.29 | 0.04 | 321.99 | 0.91 | 0.59 |
| Hex | F5 | 36 | AF | 0 | 4E | 1D | 4 | 142 | 5B | 3B |
| Octal | 365 | 66 | 257 | 0 | 116 | 35 | 4 | 502 | 133 | 73 |
| Binary | 11110101 | 110110 | 10101111 | 0 | 1001110 | 11101 | 100 | 101000010 | 1011011 | 111011 |
Color Harmonies of #F536AF
Complementary color
Monochromatic Colors of #F536AF
Black with #F536AF
Text Example
Text Example
White with #F536AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F536AF; }
p { color: rgb(245,54,175); }
H1.HeaderClassName
{
color: #F536AF;
}
.AnyTagClassName
{
color: #F536AF;
}
</style>
background-color css
<style>
a { background-color: #F536AF; }
a { background-color: rgb(245,54,175); }
div.DivClassName
{
background-color: #F536AF;
}
.BgClassName
{
background-color: #F536AF;
}
</style>
border-color css
<style>
span { border-color: #F536AF; }
span { border-color: rgb(245,54,175); }
td.TdClassName
{
border-color: #F536AF;
}
.TagClassName
{
border-color: #F536AF;
}
</style>