Shades of Brilliant Rose #F157A9
Tints of Brilliant Rose #F157A9
RGB
CMYK
RGB Variations
Color information
#F157A9 (or 0xF157A9) is known color: Brilliant Rose. HEX triplet: F1, 57 and A9. RGB value is (241,87,169). Sum of RGB (Red+Green+Blue) = 241+87+169=497 (65% of max value = 765). Red value is 241 (94.53% from 255 or 48.49% from 497); Green value is 87 (34.38% from 255 or 17.51% from 497); Blue value is 169 (66.41% from 255 or 34.00% from 497); Max value from RGB is 241 - color contains mainly: red. Hex color #F157A9 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F157A9 is #0EA856. Grayscale: #8E8E8E. Windows color (decimal): -960599 or 11098097. OLE color: 11098097.
HSL color Cylindrical-coordinate representation of color #F157A9: hue angle of 328.05º degrees, saturation: 0.85, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #F157A9 is Cyan = 0, Magento = 0.64, Yellow = 0.30 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 87 | 169 | - |
| CMYK | 0 | 0.64 | 0.30 | 0.05 |
| HSL | 328.05º | 0.85% | 0.64% | - |
| HSV(B) | 328.05º | 0.64% | 0.95% | - |
| XYZ | 46.85 | 28.38 | 40.55 | - |
| YUV | 142.39 | 143.02 | 198.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 87 | 169 | 0 | 0.64 | 0.30 | 0.05 | 328.05 | 0.85 | 0.64 |
| Hex | F1 | 57 | A9 | 0 | 40 | 1E | 5 | 148 | 55 | 40 |
| Octal | 361 | 127 | 251 | 0 | 100 | 36 | 5 | 510 | 125 | 100 |
| Binary | 11110001 | 1010111 | 10101001 | 0 | 1000000 | 11110 | 101 | 101001000 | 1010101 | 1000000 |
Color Harmonies of #F157A9
Complementary color
Monochromatic Colors of #F157A9
Black with #F157A9
Text Example
Text Example
White with #F157A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F157A9; }
p { color: rgb(241,87,169); }
H1.HeaderClassName
{
color: #F157A9;
}
.AnyTagClassName
{
color: #F157A9;
}
</style>
background-color css
<style>
a { background-color: #F157A9; }
a { background-color: rgb(241,87,169); }
div.DivClassName
{
background-color: #F157A9;
}
.BgClassName
{
background-color: #F157A9;
}
</style>
border-color css
<style>
span { border-color: #F157A9; }
span { border-color: rgb(241,87,169); }
td.TdClassName
{
border-color: #F157A9;
}
.TagClassName
{
border-color: #F157A9;
}
</style>