Shades of Brilliant Rose #F15AA9
Tints of Brilliant Rose #F15AA9
RGB
CMYK
RGB Variations
Color information
#F15AA9 (or 0xF15AA9) is known color: Brilliant Rose. HEX triplet: F1, 5A and A9. RGB value is (241,90,169). Sum of RGB (Red+Green+Blue) = 241+90+169=500 (66% of max value = 765). Red value is 241 (94.53% from 255 or 48.2% from 500); Green value is 90 (35.55% from 255 or 18% from 500); Blue value is 169 (66.41% from 255 or 33.8% from 500); Max value from RGB is 241 - color contains mainly: red. Hex color #F15AA9 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F15AA9 is #0EA556. Grayscale: #8F8F8F. Windows color (decimal): -959831 or 11098865. OLE color: 11098865.
HSL color Cylindrical-coordinate representation of color #F15AA9: hue angle of 328.61º degrees, saturation: 0.84, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F15AA9 is Cyan = 0, Magento = 0.63, Yellow = 0.30 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 90 | 169 | - |
| CMYK | 0 | 0.63 | 0.30 | 0.05 |
| HSL | 328.61º | 0.84% | 0.65% | - |
| HSV(B) | 328.61º | 0.63% | 0.95% | - |
| XYZ | 47.09 | 28.88 | 40.63 | - |
| YUV | 144.16 | 142.03 | 197.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 90 | 169 | 0 | 0.63 | 0.30 | 0.05 | 328.61 | 0.84 | 0.65 |
| Hex | F1 | 5A | A9 | 0 | 3F | 1E | 5 | 149 | 54 | 41 |
| Octal | 361 | 132 | 251 | 0 | 77 | 36 | 5 | 511 | 124 | 101 |
| Binary | 11110001 | 1011010 | 10101001 | 0 | 111111 | 11110 | 101 | 101001001 | 1010100 | 1000001 |
Color Harmonies of #F15AA9
Complementary color
Monochromatic Colors of #F15AA9
Black with #F15AA9
Text Example
Text Example
White with #F15AA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F15AA9; }
p { color: rgb(241,90,169); }
H1.HeaderClassName
{
color: #F15AA9;
}
.AnyTagClassName
{
color: #F15AA9;
}
</style>
background-color css
<style>
a { background-color: #F15AA9; }
a { background-color: rgb(241,90,169); }
div.DivClassName
{
background-color: #F15AA9;
}
.BgClassName
{
background-color: #F15AA9;
}
</style>
border-color css
<style>
span { border-color: #F15AA9; }
span { border-color: rgb(241,90,169); }
td.TdClassName
{
border-color: #F15AA9;
}
.TagClassName
{
border-color: #F15AA9;
}
</style>