Shades of Persian Rose #F51FA0
Tints of Persian Rose #F51FA0
RGB
CMYK
RGB Variations
Color information
#F51FA0 (or 0xF51FA0) is known color: Persian Rose. HEX triplet: F5, 1F and A0. RGB value is (245,31,160). Sum of RGB (Red+Green+Blue) = 245+31+160=436 (57% of max value = 765). Red value is 245 (96.09% from 255 or 56.19% from 436); Green value is 31 (12.5% from 255 or 7.11% from 436); Blue value is 160 (62.89% from 255 or 36.70% from 436); Max value from RGB is 245 - color contains mainly: red. Hex color #F51FA0 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F51FA0 is #0AE05F. Grayscale: #6D6D6D. Windows color (decimal): -712800 or 10493941. OLE color: 10493941.
HSL color Cylindrical-coordinate representation of color #F51FA0: hue angle of 323.83º degrees, saturation: 0.91, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F51FA0 is Cyan = 0, Magento = 0.87, Yellow = 0.35 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 31 | 160 | - |
| CMYK | 0 | 0.87 | 0.35 | 0.04 |
| HSL | 323.83º | 0.91% | 0.54% | - |
| HSV(B) | 323.83º | 0.87% | 0.96% | - |
| XYZ | 44.49 | 22.93 | 35.34 | - |
| YUV | 109.69 | 156.4 | 224.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 31 | 160 | 0 | 0.87 | 0.35 | 0.04 | 323.83 | 0.91 | 0.54 |
| Hex | F5 | 1F | A0 | 0 | 57 | 23 | 4 | 144 | 5B | 36 |
| Octal | 365 | 37 | 240 | 0 | 127 | 43 | 4 | 504 | 133 | 66 |
| Binary | 11110101 | 11111 | 10100000 | 0 | 1010111 | 100011 | 100 | 101000100 | 1011011 | 110110 |
Color Harmonies of #F51FA0
Complementary color
Monochromatic Colors of #F51FA0
Black with #F51FA0
Text Example
Text Example
White with #F51FA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F51FA0; }
p { color: rgb(245,31,160); }
H1.HeaderClassName
{
color: #F51FA0;
}
.AnyTagClassName
{
color: #F51FA0;
}
</style>
background-color css
<style>
a { background-color: #F51FA0; }
a { background-color: rgb(245,31,160); }
div.DivClassName
{
background-color: #F51FA0;
}
.BgClassName
{
background-color: #F51FA0;
}
</style>
border-color css
<style>
span { border-color: #F51FA0; }
span { border-color: rgb(245,31,160); }
td.TdClassName
{
border-color: #F51FA0;
}
.TagClassName
{
border-color: #F51FA0;
}
</style>