Shades of Brilliant Rose #F15BA2
Tints of Brilliant Rose #F15BA2
RGB
CMYK
RGB Variations
Color information
#F15BA2 (or 0xF15BA2) is known color: Brilliant Rose. HEX triplet: F1, 5B and A2. RGB value is (241,91,162). Sum of RGB (Red+Green+Blue) = 241+91+162=494 (65% of max value = 765). Red value is 241 (94.53% from 255 or 48.79% from 494); Green value is 91 (35.94% from 255 or 18.42% from 494); Blue value is 162 (63.67% from 255 or 32.79% from 494); Max value from RGB is 241 - color contains mainly: red. Hex color #F15BA2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F15BA2 is #0EA45D. Grayscale: #8F8F8F. Windows color (decimal): -959582 or 10640369. OLE color: 10640369.
HSL color Cylindrical-coordinate representation of color #F15BA2: hue angle of 331.6º degrees, saturation: 0.84, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F15BA2 is Cyan = 0, Magento = 0.62, Yellow = 0.33 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 91 | 162 | - |
| CMYK | 0 | 0.62 | 0.33 | 0.05 |
| HSL | 331.6º | 0.84% | 0.65% | - |
| HSV(B) | 331.6º | 0.62% | 0.95% | - |
| XYZ | 46.54 | 28.79 | 37.29 | - |
| YUV | 143.94 | 138.2 | 197.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 91 | 162 | 0 | 0.62 | 0.33 | 0.05 | 331.6 | 0.84 | 0.65 |
| Hex | F1 | 5B | A2 | 0 | 3E | 21 | 5 | 14C | 54 | 41 |
| Octal | 361 | 133 | 242 | 0 | 76 | 41 | 5 | 514 | 124 | 101 |
| Binary | 11110001 | 1011011 | 10100010 | 0 | 111110 | 100001 | 101 | 101001100 | 1010100 | 1000001 |
Color Harmonies of #F15BA2
Complementary color
Monochromatic Colors of #F15BA2
Black with #F15BA2
Text Example
Text Example
White with #F15BA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F15BA2; }
p { color: rgb(241,91,162); }
H1.HeaderClassName
{
color: #F15BA2;
}
.AnyTagClassName
{
color: #F15BA2;
}
</style>
background-color css
<style>
a { background-color: #F15BA2; }
a { background-color: rgb(241,91,162); }
div.DivClassName
{
background-color: #F15BA2;
}
.BgClassName
{
background-color: #F15BA2;
}
</style>
border-color css
<style>
span { border-color: #F15BA2; }
span { border-color: rgb(241,91,162); }
td.TdClassName
{
border-color: #F15BA2;
}
.TagClassName
{
border-color: #F15BA2;
}
</style>