Shades of Persian Rose #F11CA2
Tints of Persian Rose #F11CA2
RGB
CMYK
RGB Variations
Color information
#F11CA2 (or 0xF11CA2) is known color: Persian Rose. HEX triplet: F1, 1C and A2. RGB value is (241,28,162). Sum of RGB (Red+Green+Blue) = 241+28+162=431 (57% of max value = 765). Red value is 241 (94.53% from 255 or 55.92% from 431); Green value is 28 (11.33% from 255 or 6.50% from 431); Blue value is 162 (63.67% from 255 or 37.59% from 431); Max value from RGB is 241 - color contains mainly: red. Hex color #F11CA2 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F11CA2 is #0EE35D. Grayscale: #6A6A6A. Windows color (decimal): -975710 or 10624241. OLE color: 10624241.
HSL color Cylindrical-coordinate representation of color #F11CA2: hue angle of 322.25º 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 #F11CA2 is Cyan = 0, Magento = 0.88, Yellow = 0.33 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 28 | 162 | - |
| CMYK | 0 | 0.88 | 0.33 | 0.05 |
| HSL | 322.25º | 0.88% | 0.53% | - |
| HSV(B) | 322.25º | 0.88% | 0.95% | - |
| XYZ | 43.21 | 22.14 | 36.18 | - |
| YUV | 106.96 | 159.07 | 223.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 28 | 162 | 0 | 0.88 | 0.33 | 0.05 | 322.25 | 0.88 | 0.53 |
| Hex | F1 | 1C | A2 | 0 | 58 | 21 | 5 | 142 | 58 | 35 |
| Octal | 361 | 34 | 242 | 0 | 130 | 41 | 5 | 502 | 130 | 65 |
| Binary | 11110001 | 11100 | 10100010 | 0 | 1011000 | 100001 | 101 | 101000010 | 1011000 | 110101 |
Color Harmonies of #F11CA2
Complementary color
Monochromatic Colors of #F11CA2
Black with #F11CA2
Text Example
Text Example
White with #F11CA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F11CA2; }
p { color: rgb(241,28,162); }
H1.HeaderClassName
{
color: #F11CA2;
}
.AnyTagClassName
{
color: #F11CA2;
}
</style>
background-color css
<style>
a { background-color: #F11CA2; }
a { background-color: rgb(241,28,162); }
div.DivClassName
{
background-color: #F11CA2;
}
.BgClassName
{
background-color: #F11CA2;
}
</style>
border-color css
<style>
span { border-color: #F11CA2; }
span { border-color: rgb(241,28,162); }
td.TdClassName
{
border-color: #F11CA2;
}
.TagClassName
{
border-color: #F11CA2;
}
</style>