Shades of Persian Rose #F131AA
Tints of Persian Rose #F131AA
RGB
CMYK
RGB Variations
Color information
#F131AA (or 0xF131AA) is known color: Persian Rose. HEX triplet: F1, 31 and AA. RGB value is (241,49,170). Sum of RGB (Red+Green+Blue) = 241+49+170=460 (60% of max value = 765). Red value is 241 (94.53% from 255 or 52.39% from 460); Green value is 49 (19.53% from 255 or 10.65% from 460); Blue value is 170 (66.80% from 255 or 36.96% from 460); Max value from RGB is 241 - color contains mainly: red. Hex color #F131AA is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F131AA is #0ECE55. Grayscale: #777777. Windows color (decimal): -970326 or 11153905. OLE color: 11153905.
HSL color Cylindrical-coordinate representation of color #F131AA: hue angle of 322.19º degrees, saturation: 0.87, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F131AA is Cyan = 0, Magento = 0.80, Yellow = 0.29 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 49 | 170 | - |
| CMYK | 0 | 0.80 | 0.29 | 0.05 |
| HSL | 322.19º | 0.87% | 0.57% | - |
| HSV(B) | 322.19º | 0.8% | 0.95% | - |
| XYZ | 44.63 | 23.8 | 40.27 | - |
| YUV | 120.2 | 156.11 | 214.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 49 | 170 | 0 | 0.80 | 0.29 | 0.05 | 322.19 | 0.87 | 0.57 |
| Hex | F1 | 31 | AA | 0 | 50 | 1D | 5 | 142 | 57 | 39 |
| Octal | 361 | 61 | 252 | 0 | 120 | 35 | 5 | 502 | 127 | 71 |
| Binary | 11110001 | 110001 | 10101010 | 0 | 1010000 | 11101 | 101 | 101000010 | 1010111 | 111001 |
Color Harmonies of #F131AA
Complementary color
Monochromatic Colors of #F131AA
Black with #F131AA
Text Example
Text Example
White with #F131AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F131AA; }
p { color: rgb(241,49,170); }
H1.HeaderClassName
{
color: #F131AA;
}
.AnyTagClassName
{
color: #F131AA;
}
</style>
background-color css
<style>
a { background-color: #F131AA; }
a { background-color: rgb(241,49,170); }
div.DivClassName
{
background-color: #F131AA;
}
.BgClassName
{
background-color: #F131AA;
}
</style>
border-color css
<style>
span { border-color: #F131AA; }
span { border-color: rgb(241,49,170); }
td.TdClassName
{
border-color: #F131AA;
}
.TagClassName
{
border-color: #F131AA;
}
</style>