Shades of Persian Rose #F41AA0
Tints of Persian Rose #F41AA0
RGB
CMYK
RGB Variations
Color information
#F41AA0 (or 0xF41AA0) is known color: Persian Rose. HEX triplet: F4, 1A and A0. RGB value is (244,26,160). Sum of RGB (Red+Green+Blue) = 244+26+160=430 (56% of max value = 765). Red value is 244 (95.70% from 255 or 56.74% from 430); Green value is 26 (10.55% from 255 or 6.05% from 430); Blue value is 160 (62.89% from 255 or 37.21% from 430); Max value from RGB is 244 - color contains mainly: red. Hex color #F41AA0 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F41AA0 is #0BE55F. Grayscale: #6A6A6A. Windows color (decimal): -779616 or 10492660. OLE color: 10492660.
HSL color Cylindrical-coordinate representation of color #F41AA0: hue angle of 323.12º degrees, saturation: 0.91, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F41AA0 is Cyan = 0, Magento = 0.89, Yellow = 0.34 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 26 | 160 | - |
| CMYK | 0 | 0.89 | 0.34 | 0.04 |
| HSL | 323.12º | 0.91% | 0.53% | - |
| HSV(B) | 323.12º | 0.89% | 0.96% | - |
| XYZ | 44.02 | 22.51 | 35.28 | - |
| YUV | 106.46 | 158.22 | 226.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 26 | 160 | 0 | 0.89 | 0.34 | 0.04 | 323.12 | 0.91 | 0.53 |
| Hex | F4 | 1A | A0 | 0 | 59 | 22 | 4 | 143 | 5B | 35 |
| Octal | 364 | 32 | 240 | 0 | 131 | 42 | 4 | 503 | 133 | 65 |
| Binary | 11110100 | 11010 | 10100000 | 0 | 1011001 | 100010 | 100 | 101000011 | 1011011 | 110101 |
Color Harmonies of #F41AA0
Complementary color
Monochromatic Colors of #F41AA0
Black with #F41AA0
Text Example
Text Example
White with #F41AA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F41AA0; }
p { color: rgb(244,26,160); }
H1.HeaderClassName
{
color: #F41AA0;
}
.AnyTagClassName
{
color: #F41AA0;
}
</style>
background-color css
<style>
a { background-color: #F41AA0; }
a { background-color: rgb(244,26,160); }
div.DivClassName
{
background-color: #F41AA0;
}
.BgClassName
{
background-color: #F41AA0;
}
</style>
border-color css
<style>
span { border-color: #F41AA0; }
span { border-color: rgb(244,26,160); }
td.TdClassName
{
border-color: #F41AA0;
}
.TagClassName
{
border-color: #F41AA0;
}
</style>