Shades of Brilliant Rose #F157A1
Tints of Brilliant Rose #F157A1
RGB
CMYK
RGB Variations
Color information
#F157A1 (or 0xF157A1) is known color: Brilliant Rose. HEX triplet: F1, 57 and A1. RGB value is (241,87,161). Sum of RGB (Red+Green+Blue) = 241+87+161=489 (64% of max value = 765). Red value is 241 (94.53% from 255 or 49.28% from 489); Green value is 87 (34.38% from 255 or 17.79% from 489); Blue value is 161 (63.28% from 255 or 32.92% from 489); Max value from RGB is 241 - color contains mainly: red. Hex color #F157A1 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F157A1 is #0EA85E. Grayscale: #8D8D8D. Windows color (decimal): -960607 or 10573809. OLE color: 10573809.
HSL color Cylindrical-coordinate representation of color #F157A1: hue angle of 331.17º 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 #F157A1 is Cyan = 0, Magento = 0.64, Yellow = 0.33 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 87 | 161 | - |
| CMYK | 0 | 0.64 | 0.33 | 0.05 |
| HSL | 331.17º | 0.85% | 0.64% | - |
| HSV(B) | 331.17º | 0.64% | 0.95% | - |
| XYZ | 46.12 | 28.09 | 36.71 | - |
| YUV | 141.48 | 139.02 | 198.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 87 | 161 | 0 | 0.64 | 0.33 | 0.05 | 331.17 | 0.85 | 0.64 |
| Hex | F1 | 57 | A1 | 0 | 40 | 21 | 5 | 14B | 55 | 40 |
| Octal | 361 | 127 | 241 | 0 | 100 | 41 | 5 | 513 | 125 | 100 |
| Binary | 11110001 | 1010111 | 10100001 | 0 | 1000000 | 100001 | 101 | 101001011 | 1010101 | 1000000 |
Color Harmonies of #F157A1
Complementary color
Monochromatic Colors of #F157A1
Black with #F157A1
Text Example
Text Example
White with #F157A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F157A1; }
p { color: rgb(241,87,161); }
H1.HeaderClassName
{
color: #F157A1;
}
.AnyTagClassName
{
color: #F157A1;
}
</style>
background-color css
<style>
a { background-color: #F157A1; }
a { background-color: rgb(241,87,161); }
div.DivClassName
{
background-color: #F157A1;
}
.BgClassName
{
background-color: #F157A1;
}
</style>
border-color css
<style>
span { border-color: #F157A1; }
span { border-color: rgb(241,87,161); }
td.TdClassName
{
border-color: #F157A1;
}
.TagClassName
{
border-color: #F157A1;
}
</style>