Shades of Persian Rose #F53AAF
Tints of Persian Rose #F53AAF
RGB
CMYK
RGB Variations
Color information
#F53AAF (or 0xF53AAF) is known color: Persian Rose. HEX triplet: F5, 3A and AF. RGB value is (245,58,175). Sum of RGB (Red+Green+Blue) = 245+58+175=478 (63% of max value = 765). Red value is 245 (96.09% from 255 or 51.26% from 478); Green value is 58 (23.05% from 255 or 12.13% from 478); Blue value is 175 (68.75% from 255 or 36.61% from 478); Max value from RGB is 245 - color contains mainly: red. Hex color #F53AAF is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F53AAF is #0AC550. Grayscale: #7E7E7E. Windows color (decimal): -705873 or 11483893. OLE color: 11483893.
HSL color Cylindrical-coordinate representation of color #F53AAF: hue angle of 322.46º degrees, saturation: 0.9, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #F53AAF is Cyan = 0, Magento = 0.76, Yellow = 0.29 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 58 | 175 | - |
| CMYK | 0 | 0.76 | 0.29 | 0.04 |
| HSL | 322.46º | 0.9% | 0.59% | - |
| HSV(B) | 322.46º | 0.76% | 0.96% | - |
| XYZ | 46.91 | 25.53 | 43.01 | - |
| YUV | 127.25 | 154.95 | 211.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 58 | 175 | 0 | 0.76 | 0.29 | 0.04 | 322.46 | 0.9 | 0.59 |
| Hex | F5 | 3A | AF | 0 | 4C | 1D | 4 | 142 | 5A | 3B |
| Octal | 365 | 72 | 257 | 0 | 114 | 35 | 4 | 502 | 132 | 73 |
| Binary | 11110101 | 111010 | 10101111 | 0 | 1001100 | 11101 | 100 | 101000010 | 1011010 | 111011 |
Color Harmonies of #F53AAF
Complementary color
Monochromatic Colors of #F53AAF
Black with #F53AAF
Text Example
Text Example
White with #F53AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F53AAF; }
p { color: rgb(245,58,175); }
H1.HeaderClassName
{
color: #F53AAF;
}
.AnyTagClassName
{
color: #F53AAF;
}
</style>
background-color css
<style>
a { background-color: #F53AAF; }
a { background-color: rgb(245,58,175); }
div.DivClassName
{
background-color: #F53AAF;
}
.BgClassName
{
background-color: #F53AAF;
}
</style>
border-color css
<style>
span { border-color: #F53AAF; }
span { border-color: rgb(245,58,175); }
td.TdClassName
{
border-color: #F53AAF;
}
.TagClassName
{
border-color: #F53AAF;
}
</style>