Shades of Persian Rose #F52AAA
Tints of Persian Rose #F52AAA
RGB
CMYK
RGB Variations
Color information
#F52AAA (or 0xF52AAA) is known color: Persian Rose. HEX triplet: F5, 2A and AA. RGB value is (245,42,170). Sum of RGB (Red+Green+Blue) = 245+42+170=457 (60% of max value = 765). Red value is 245 (96.09% from 255 or 53.61% from 457); Green value is 42 (16.80% from 255 or 9.19% from 457); Blue value is 170 (66.80% from 255 or 37.20% from 457); Max value from RGB is 245 - color contains mainly: red. Hex color #F52AAA is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F52AAA is #0AD555. Grayscale: #747474. Windows color (decimal): -709974 or 11152117. OLE color: 11152117.
HSL color Cylindrical-coordinate representation of color #F52AAA: hue angle of 322.17º degrees, saturation: 0.91, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F52AAA is Cyan = 0, Magento = 0.83, Yellow = 0.31 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 42 | 170 | - |
| CMYK | 0 | 0.83 | 0.31 | 0.04 |
| HSL | 322.17º | 0.91% | 0.56% | - |
| HSV(B) | 322.17º | 0.83% | 0.96% | - |
| XYZ | 45.74 | 23.97 | 40.25 | - |
| YUV | 117.29 | 157.75 | 219.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 42 | 170 | 0 | 0.83 | 0.31 | 0.04 | 322.17 | 0.91 | 0.56 |
| Hex | F5 | 2A | AA | 0 | 53 | 1F | 4 | 142 | 5B | 38 |
| Octal | 365 | 52 | 252 | 0 | 123 | 37 | 4 | 502 | 133 | 70 |
| Binary | 11110101 | 101010 | 10101010 | 0 | 1010011 | 11111 | 100 | 101000010 | 1011011 | 111000 |
Color Harmonies of #F52AAA
Complementary color
Monochromatic Colors of #F52AAA
Black with #F52AAA
Text Example
Text Example
White with #F52AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F52AAA; }
p { color: rgb(245,42,170); }
H1.HeaderClassName
{
color: #F52AAA;
}
.AnyTagClassName
{
color: #F52AAA;
}
</style>
background-color css
<style>
a { background-color: #F52AAA; }
a { background-color: rgb(245,42,170); }
div.DivClassName
{
background-color: #F52AAA;
}
.BgClassName
{
background-color: #F52AAA;
}
</style>
border-color css
<style>
span { border-color: #F52AAA; }
span { border-color: rgb(245,42,170); }
td.TdClassName
{
border-color: #F52AAA;
}
.TagClassName
{
border-color: #F52AAA;
}
</style>