Shades of Brilliant Rose #F15BA7
Tints of Brilliant Rose #F15BA7
RGB
CMYK
RGB Variations
Color information
#F15BA7 (or 0xF15BA7) is known color: Brilliant Rose. HEX triplet: F1, 5B and A7. RGB value is (241,91,167). Sum of RGB (Red+Green+Blue) = 241+91+167=499 (66% of max value = 765). Red value is 241 (94.53% from 255 or 48.30% from 499); Green value is 91 (35.94% from 255 or 18.24% from 499); Blue value is 167 (65.62% from 255 or 33.47% from 499); Max value from RGB is 241 - color contains mainly: red. Hex color #F15BA7 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F15BA7 is #0EA458. Grayscale: #909090. Windows color (decimal): -959577 or 10968049. OLE color: 10968049.
HSL color Cylindrical-coordinate representation of color #F15BA7: hue angle of 329.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 #F15BA7 is Cyan = 0, Magento = 0.62, Yellow = 0.31 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 91 | 167 | - |
| CMYK | 0 | 0.62 | 0.31 | 0.05 |
| HSL | 329.6º | 0.84% | 0.65% | - |
| HSV(B) | 329.6º | 0.62% | 0.95% | - |
| XYZ | 46.99 | 28.97 | 39.67 | - |
| YUV | 144.51 | 140.7 | 196.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 91 | 167 | 0 | 0.62 | 0.31 | 0.05 | 329.6 | 0.84 | 0.65 |
| Hex | F1 | 5B | A7 | 0 | 3E | 1F | 5 | 14A | 54 | 41 |
| Octal | 361 | 133 | 247 | 0 | 76 | 37 | 5 | 512 | 124 | 101 |
| Binary | 11110001 | 1011011 | 10100111 | 0 | 111110 | 11111 | 101 | 101001010 | 1010100 | 1000001 |
Color Harmonies of #F15BA7
Complementary color
Monochromatic Colors of #F15BA7
Black with #F15BA7
Text Example
Text Example
White with #F15BA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F15BA7; }
p { color: rgb(241,91,167); }
H1.HeaderClassName
{
color: #F15BA7;
}
.AnyTagClassName
{
color: #F15BA7;
}
</style>
background-color css
<style>
a { background-color: #F15BA7; }
a { background-color: rgb(241,91,167); }
div.DivClassName
{
background-color: #F15BA7;
}
.BgClassName
{
background-color: #F15BA7;
}
</style>
border-color css
<style>
span { border-color: #F15BA7; }
span { border-color: rgb(241,91,167); }
td.TdClassName
{
border-color: #F15BA7;
}
.TagClassName
{
border-color: #F15BA7;
}
</style>