Shades of Persian Rose #F11EA1
Tints of Persian Rose #F11EA1
RGB
CMYK
RGB Variations
Color information
#F11EA1 (or 0xF11EA1) is known color: Persian Rose. HEX triplet: F1, 1E and A1. RGB value is (241,30,161). Sum of RGB (Red+Green+Blue) = 241+30+161=432 (57% of max value = 765). Red value is 241 (94.53% from 255 or 55.79% from 432); Green value is 30 (12.11% from 255 or 6.94% from 432); Blue value is 161 (63.28% from 255 or 37.27% from 432); Max value from RGB is 241 - color contains mainly: red. Hex color #F11EA1 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F11EA1 is #0EE15E. Grayscale: #6B6B6B. Windows color (decimal): -975199 or 10559217. OLE color: 10559217.
HSL color Cylindrical-coordinate representation of color #F11EA1: hue angle of 322.75º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F11EA1 is Cyan = 0, Magento = 0.88, Yellow = 0.33 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 30 | 161 | - |
| CMYK | 0 | 0.88 | 0.33 | 0.05 |
| HSL | 322.75º | 0.88% | 0.53% | - |
| HSV(B) | 322.75º | 0.88% | 0.95% | - |
| XYZ | 43.17 | 22.2 | 35.73 | - |
| YUV | 108.02 | 157.9 | 222.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 30 | 161 | 0 | 0.88 | 0.33 | 0.05 | 322.75 | 0.88 | 0.53 |
| Hex | F1 | 1E | A1 | 0 | 58 | 21 | 5 | 143 | 58 | 35 |
| Octal | 361 | 36 | 241 | 0 | 130 | 41 | 5 | 503 | 130 | 65 |
| Binary | 11110001 | 11110 | 10100001 | 0 | 1011000 | 100001 | 101 | 101000011 | 1011000 | 110101 |
Color Harmonies of #F11EA1
Complementary color
Monochromatic Colors of #F11EA1
Black with #F11EA1
Text Example
Text Example
White with #F11EA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F11EA1; }
p { color: rgb(241,30,161); }
H1.HeaderClassName
{
color: #F11EA1;
}
.AnyTagClassName
{
color: #F11EA1;
}
</style>
background-color css
<style>
a { background-color: #F11EA1; }
a { background-color: rgb(241,30,161); }
div.DivClassName
{
background-color: #F11EA1;
}
.BgClassName
{
background-color: #F11EA1;
}
</style>
border-color css
<style>
span { border-color: #F11EA1; }
span { border-color: rgb(241,30,161); }
td.TdClassName
{
border-color: #F11EA1;
}
.TagClassName
{
border-color: #F11EA1;
}
</style>