Shades of Persian Rose #F51CA2
Tints of Persian Rose #F51CA2
RGB
CMYK
RGB Variations
Color information
#F51CA2 (or 0xF51CA2) is known color: Persian Rose. HEX triplet: F5, 1C and A2. RGB value is (245,28,162). Sum of RGB (Red+Green+Blue) = 245+28+162=435 (57% of max value = 765). Red value is 245 (96.09% from 255 or 56.32% from 435); Green value is 28 (11.33% from 255 or 6.44% from 435); Blue value is 162 (63.67% from 255 or 37.24% from 435); Max value from RGB is 245 - color contains mainly: red. Hex color #F51CA2 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F51CA2 is #0AE35D. Grayscale: #6B6B6B. Windows color (decimal): -713566 or 10624245. OLE color: 10624245.
HSL color Cylindrical-coordinate representation of color #F51CA2: hue angle of 322.95º degrees, saturation: 0.92, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F51CA2 is Cyan = 0, Magento = 0.89, Yellow = 0.34 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 28 | 162 | - |
| CMYK | 0 | 0.89 | 0.34 | 0.04 |
| HSL | 322.95º | 0.92% | 0.54% | - |
| HSV(B) | 322.95º | 0.89% | 0.96% | - |
| XYZ | 44.59 | 22.85 | 36.24 | - |
| YUV | 108.16 | 158.39 | 225.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 28 | 162 | 0 | 0.89 | 0.34 | 0.04 | 322.95 | 0.92 | 0.54 |
| Hex | F5 | 1C | A2 | 0 | 59 | 22 | 4 | 143 | 5C | 36 |
| Octal | 365 | 34 | 242 | 0 | 131 | 42 | 4 | 503 | 134 | 66 |
| Binary | 11110101 | 11100 | 10100010 | 0 | 1011001 | 100010 | 100 | 101000011 | 1011100 | 110110 |
Color Harmonies of #F51CA2
Complementary color
Monochromatic Colors of #F51CA2
Black with #F51CA2
Text Example
Text Example
White with #F51CA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F51CA2; }
p { color: rgb(245,28,162); }
H1.HeaderClassName
{
color: #F51CA2;
}
.AnyTagClassName
{
color: #F51CA2;
}
</style>
background-color css
<style>
a { background-color: #F51CA2; }
a { background-color: rgb(245,28,162); }
div.DivClassName
{
background-color: #F51CA2;
}
.BgClassName
{
background-color: #F51CA2;
}
</style>
border-color css
<style>
span { border-color: #F51CA2; }
span { border-color: rgb(245,28,162); }
td.TdClassName
{
border-color: #F51CA2;
}
.TagClassName
{
border-color: #F51CA2;
}
</style>