Shades of Brilliant Rose #F15C99
Tints of Brilliant Rose #F15C99
RGB
CMYK
RGB Variations
Color information
#F15C99 (or 0xF15C99) is known color: Brilliant Rose. HEX triplet: F1, 5C and 99. RGB value is (241,92,153). Sum of RGB (Red+Green+Blue) = 241+92+153=486 (64% of max value = 765). Red value is 241 (94.53% from 255 or 49.59% from 486); Green value is 92 (36.33% from 255 or 18.93% from 486); Blue value is 153 (60.16% from 255 or 31.48% from 486); Max value from RGB is 241 - color contains mainly: red. Hex color #F15C99 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F15C99 is #0EA366. Grayscale: #8F8F8F. Windows color (decimal): -959335 or 10050801. OLE color: 10050801.
HSL color Cylindrical-coordinate representation of color #F15C99: hue angle of 335.44º 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 #F15C99 is Cyan = 0, Magento = 0.62, Yellow = 0.37 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 92 | 153 | - |
| CMYK | 0 | 0.62 | 0.37 | 0.05 |
| HSL | 335.44º | 0.84% | 0.65% | - |
| HSV(B) | 335.44º | 0.62% | 0.95% | - |
| XYZ | 45.85 | 28.65 | 33.25 | - |
| YUV | 143.51 | 133.36 | 197.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 92 | 153 | 0 | 0.62 | 0.37 | 0.05 | 335.44 | 0.84 | 0.65 |
| Hex | F1 | 5C | 99 | 0 | 3E | 25 | 5 | 14F | 54 | 41 |
| Octal | 361 | 134 | 231 | 0 | 76 | 45 | 5 | 517 | 124 | 101 |
| Binary | 11110001 | 1011100 | 10011001 | 0 | 111110 | 100101 | 101 | 101001111 | 1010100 | 1000001 |
Color Harmonies of #F15C99
Complementary color
Monochromatic Colors of #F15C99
Black with #F15C99
Text Example
Text Example
White with #F15C99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F15C99; }
p { color: rgb(241,92,153); }
H1.HeaderClassName
{
color: #F15C99;
}
.AnyTagClassName
{
color: #F15C99;
}
</style>
background-color css
<style>
a { background-color: #F15C99; }
a { background-color: rgb(241,92,153); }
div.DivClassName
{
background-color: #F15C99;
}
.BgClassName
{
background-color: #F15C99;
}
</style>
border-color css
<style>
span { border-color: #F15C99; }
span { border-color: rgb(241,92,153); }
td.TdClassName
{
border-color: #F15C99;
}
.TagClassName
{
border-color: #F15C99;
}
</style>