Shades of Persian Rose #F51EA4
Tints of Persian Rose #F51EA4
RGB
CMYK
RGB Variations
Color information
#F51EA4 (or 0xF51EA4) is known color: Persian Rose. HEX triplet: F5, 1E and A4. RGB value is (245,30,164). Sum of RGB (Red+Green+Blue) = 245+30+164=439 (58% of max value = 765). Red value is 245 (96.09% from 255 or 55.81% from 439); Green value is 30 (12.11% from 255 or 6.83% from 439); Blue value is 164 (64.45% from 255 or 37.36% from 439); Max value from RGB is 245 - color contains mainly: red. Hex color #F51EA4 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F51EA4 is #0AE15B. Grayscale: #6D6D6D. Windows color (decimal): -713052 or 10755829. OLE color: 10755829.
HSL color Cylindrical-coordinate representation of color #F51EA4: hue angle of 322.6º degrees, saturation: 0.91, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F51EA4 is Cyan = 0, Magento = 0.88, Yellow = 0.33 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 30 | 164 | - |
| CMYK | 0 | 0.88 | 0.33 | 0.04 |
| HSL | 322.6º | 0.91% | 0.54% | - |
| HSV(B) | 322.6º | 0.88% | 0.96% | - |
| XYZ | 44.82 | 23.02 | 37.2 | - |
| YUV | 109.56 | 158.73 | 224.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 30 | 164 | 0 | 0.88 | 0.33 | 0.04 | 322.6 | 0.91 | 0.54 |
| Hex | F5 | 1E | A4 | 0 | 58 | 21 | 4 | 143 | 5B | 36 |
| Octal | 365 | 36 | 244 | 0 | 130 | 41 | 4 | 503 | 133 | 66 |
| Binary | 11110101 | 11110 | 10100100 | 0 | 1011000 | 100001 | 100 | 101000011 | 1011011 | 110110 |
Color Harmonies of #F51EA4
Complementary color
Monochromatic Colors of #F51EA4
Black with #F51EA4
Text Example
Text Example
White with #F51EA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F51EA4; }
p { color: rgb(245,30,164); }
H1.HeaderClassName
{
color: #F51EA4;
}
.AnyTagClassName
{
color: #F51EA4;
}
</style>
background-color css
<style>
a { background-color: #F51EA4; }
a { background-color: rgb(245,30,164); }
div.DivClassName
{
background-color: #F51EA4;
}
.BgClassName
{
background-color: #F51EA4;
}
</style>
border-color css
<style>
span { border-color: #F51EA4; }
span { border-color: rgb(245,30,164); }
td.TdClassName
{
border-color: #F51EA4;
}
.TagClassName
{
border-color: #F51EA4;
}
</style>