Shades of Brilliant Rose #F155A1
Tints of Brilliant Rose #F155A1
RGB
CMYK
RGB Variations
Color information
#F155A1 (or 0xF155A1) is known color: Brilliant Rose. HEX triplet: F1, 55 and A1. RGB value is (241,85,161). Sum of RGB (Red+Green+Blue) = 241+85+161=487 (64% of max value = 765). Red value is 241 (94.53% from 255 or 49.49% from 487); Green value is 85 (33.59% from 255 or 17.45% from 487); Blue value is 161 (63.28% from 255 or 33.06% from 487); Max value from RGB is 241 - color contains mainly: red. Hex color #F155A1 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F155A1 is #0EAA5E. Grayscale: #8C8C8C. Windows color (decimal): -961119 or 10573297. OLE color: 10573297.
HSL color Cylindrical-coordinate representation of color #F155A1: hue angle of 330.77º degrees, saturation: 0.85, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F155A1 is Cyan = 0, Magento = 0.65, Yellow = 0.33 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 85 | 161 | - |
| CMYK | 0 | 0.65 | 0.33 | 0.05 |
| HSL | 330.77º | 0.85% | 0.64% | - |
| HSV(B) | 330.77º | 0.65% | 0.95% | - |
| XYZ | 45.96 | 27.77 | 36.66 | - |
| YUV | 140.31 | 139.68 | 199.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 85 | 161 | 0 | 0.65 | 0.33 | 0.05 | 330.77 | 0.85 | 0.64 |
| Hex | F1 | 55 | A1 | 0 | 41 | 21 | 5 | 14B | 55 | 40 |
| Octal | 361 | 125 | 241 | 0 | 101 | 41 | 5 | 513 | 125 | 100 |
| Binary | 11110001 | 1010101 | 10100001 | 0 | 1000001 | 100001 | 101 | 101001011 | 1010101 | 1000000 |
Color Harmonies of #F155A1
Complementary color
Monochromatic Colors of #F155A1
Black with #F155A1
Text Example
Text Example
White with #F155A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F155A1; }
p { color: rgb(241,85,161); }
H1.HeaderClassName
{
color: #F155A1;
}
.AnyTagClassName
{
color: #F155A1;
}
</style>
background-color css
<style>
a { background-color: #F155A1; }
a { background-color: rgb(241,85,161); }
div.DivClassName
{
background-color: #F155A1;
}
.BgClassName
{
background-color: #F155A1;
}
</style>
border-color css
<style>
span { border-color: #F155A1; }
span { border-color: rgb(241,85,161); }
td.TdClassName
{
border-color: #F155A1;
}
.TagClassName
{
border-color: #F155A1;
}
</style>