Shades of Brilliant Rose #F15BA4
Tints of Brilliant Rose #F15BA4
RGB
CMYK
RGB Variations
Color information
#F15BA4 (or 0xF15BA4) is known color: Brilliant Rose. HEX triplet: F1, 5B and A4. RGB value is (241,91,164). Sum of RGB (Red+Green+Blue) = 241+91+164=496 (65% of max value = 765). Red value is 241 (94.53% from 255 or 48.59% from 496); Green value is 91 (35.94% from 255 or 18.35% from 496); Blue value is 164 (64.45% from 255 or 33.06% from 496); Max value from RGB is 241 - color contains mainly: red. Hex color #F15BA4 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F15BA4 is #0EA45B. Grayscale: #909090. Windows color (decimal): -959580 or 10771441. OLE color: 10771441.
HSL color Cylindrical-coordinate representation of color #F15BA4: hue angle of 330.8º 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 #F15BA4 is Cyan = 0, Magento = 0.62, Yellow = 0.32 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 91 | 164 | - |
| CMYK | 0 | 0.62 | 0.32 | 0.05 |
| HSL | 330.8º | 0.84% | 0.65% | - |
| HSV(B) | 330.8º | 0.62% | 0.95% | - |
| XYZ | 46.72 | 28.86 | 38.23 | - |
| YUV | 144.17 | 139.2 | 197.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 91 | 164 | 0 | 0.62 | 0.32 | 0.05 | 330.8 | 0.84 | 0.65 |
| Hex | F1 | 5B | A4 | 0 | 3E | 20 | 5 | 14B | 54 | 41 |
| Octal | 361 | 133 | 244 | 0 | 76 | 40 | 5 | 513 | 124 | 101 |
| Binary | 11110001 | 1011011 | 10100100 | 0 | 111110 | 100000 | 101 | 101001011 | 1010100 | 1000001 |
Color Harmonies of #F15BA4
Complementary color
Monochromatic Colors of #F15BA4
Black with #F15BA4
Text Example
Text Example
White with #F15BA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F15BA4; }
p { color: rgb(241,91,164); }
H1.HeaderClassName
{
color: #F15BA4;
}
.AnyTagClassName
{
color: #F15BA4;
}
</style>
background-color css
<style>
a { background-color: #F15BA4; }
a { background-color: rgb(241,91,164); }
div.DivClassName
{
background-color: #F15BA4;
}
.BgClassName
{
background-color: #F15BA4;
}
</style>
border-color css
<style>
span { border-color: #F15BA4; }
span { border-color: rgb(241,91,164); }
td.TdClassName
{
border-color: #F15BA4;
}
.TagClassName
{
border-color: #F15BA4;
}
</style>