Shades of Persian Rose #F52AAC
Tints of Persian Rose #F52AAC
RGB
CMYK
RGB Variations
Color information
#F52AAC (or 0xF52AAC) is known color: Persian Rose. HEX triplet: F5, 2A and AC. RGB value is (245,42,172). Sum of RGB (Red+Green+Blue) = 245+42+172=459 (60% of max value = 765). Red value is 245 (96.09% from 255 or 53.38% from 459); Green value is 42 (16.80% from 255 or 9.15% from 459); Blue value is 172 (67.58% from 255 or 37.47% from 459); Max value from RGB is 245 - color contains mainly: red. Hex color #F52AAC is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F52AAC is #0AD553. Grayscale: #757575. Windows color (decimal): -709972 or 11283189. OLE color: 11283189.
HSL color Cylindrical-coordinate representation of color #F52AAC: hue angle of 321.58º 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 #F52AAC is Cyan = 0, Magento = 0.83, Yellow = 0.30 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 42 | 172 | - |
| CMYK | 0 | 0.83 | 0.30 | 0.04 |
| HSL | 321.58º | 0.91% | 0.56% | - |
| HSV(B) | 321.58º | 0.83% | 0.96% | - |
| XYZ | 45.93 | 24.05 | 41.25 | - |
| YUV | 117.52 | 158.75 | 218.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 42 | 172 | 0 | 0.83 | 0.30 | 0.04 | 321.58 | 0.91 | 0.56 |
| Hex | F5 | 2A | AC | 0 | 53 | 1E | 4 | 142 | 5B | 38 |
| Octal | 365 | 52 | 254 | 0 | 123 | 36 | 4 | 502 | 133 | 70 |
| Binary | 11110101 | 101010 | 10101100 | 0 | 1010011 | 11110 | 100 | 101000010 | 1011011 | 111000 |
Color Harmonies of #F52AAC
Complementary color
Monochromatic Colors of #F52AAC
Black with #F52AAC
Text Example
Text Example
White with #F52AAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F52AAC; }
p { color: rgb(245,42,172); }
H1.HeaderClassName
{
color: #F52AAC;
}
.AnyTagClassName
{
color: #F52AAC;
}
</style>
background-color css
<style>
a { background-color: #F52AAC; }
a { background-color: rgb(245,42,172); }
div.DivClassName
{
background-color: #F52AAC;
}
.BgClassName
{
background-color: #F52AAC;
}
</style>
border-color css
<style>
span { border-color: #F52AAC; }
span { border-color: rgb(245,42,172); }
td.TdClassName
{
border-color: #F52AAC;
}
.TagClassName
{
border-color: #F52AAC;
}
</style>