Shades of Persian Rose #F52BAE
Tints of Persian Rose #F52BAE
RGB
CMYK
RGB Variations
Color information
#F52BAE (or 0xF52BAE) is known color: Persian Rose. HEX triplet: F5, 2B and AE. RGB value is (245,43,174). Sum of RGB (Red+Green+Blue) = 245+43+174=462 (61% of max value = 765). Red value is 245 (96.09% from 255 or 53.03% from 462); Green value is 43 (17.19% from 255 or 9.31% from 462); Blue value is 174 (68.36% from 255 or 37.66% from 462); Max value from RGB is 245 - color contains mainly: red. Hex color #F52BAE is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F52BAE is #0AD451. Grayscale: #767676. Windows color (decimal): -709714 or 11414517. OLE color: 11414517.
HSL color Cylindrical-coordinate representation of color #F52BAE: hue angle of 321.09º degrees, saturation: 0.91, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F52BAE is Cyan = 0, Magento = 0.82, Yellow = 0.29 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 43 | 174 | - |
| CMYK | 0 | 0.82 | 0.29 | 0.04 |
| HSL | 321.09º | 0.91% | 0.56% | - |
| HSV(B) | 321.09º | 0.82% | 0.96% | - |
| XYZ | 46.16 | 24.2 | 42.28 | - |
| YUV | 118.33 | 159.42 | 218.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 43 | 174 | 0 | 0.82 | 0.29 | 0.04 | 321.09 | 0.91 | 0.56 |
| Hex | F5 | 2B | AE | 0 | 52 | 1D | 4 | 141 | 5B | 38 |
| Octal | 365 | 53 | 256 | 0 | 122 | 35 | 4 | 501 | 133 | 70 |
| Binary | 11110101 | 101011 | 10101110 | 0 | 1010010 | 11101 | 100 | 101000001 | 1011011 | 111000 |
Color Harmonies of #F52BAE
Complementary color
Monochromatic Colors of #F52BAE
Black with #F52BAE
Text Example
Text Example
White with #F52BAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F52BAE; }
p { color: rgb(245,43,174); }
H1.HeaderClassName
{
color: #F52BAE;
}
.AnyTagClassName
{
color: #F52BAE;
}
</style>
background-color css
<style>
a { background-color: #F52BAE; }
a { background-color: rgb(245,43,174); }
div.DivClassName
{
background-color: #F52BAE;
}
.BgClassName
{
background-color: #F52BAE;
}
</style>
border-color css
<style>
span { border-color: #F52BAE; }
span { border-color: rgb(245,43,174); }
td.TdClassName
{
border-color: #F52BAE;
}
.TagClassName
{
border-color: #F52BAE;
}
</style>