Shades of Brilliant Rose #F15C9A
Tints of Brilliant Rose #F15C9A
RGB
CMYK
RGB Variations
Color information
#F15C9A (or 0xF15C9A) is known color: Brilliant Rose. HEX triplet: F1, 5C and 9A. RGB value is (241,92,154). Sum of RGB (Red+Green+Blue) = 241+92+154=487 (64% of max value = 765). Red value is 241 (94.53% from 255 or 49.49% from 487); Green value is 92 (36.33% from 255 or 18.89% from 487); Blue value is 154 (60.55% from 255 or 31.62% from 487); Max value from RGB is 241 - color contains mainly: red. Hex color #F15C9A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F15C9A is #0EA365. Grayscale: #8F8F8F. Windows color (decimal): -959334 or 10116337. OLE color: 10116337.
HSL color Cylindrical-coordinate representation of color #F15C9A: hue angle of 335.03º 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 #F15C9A is Cyan = 0, Magento = 0.62, Yellow = 0.36 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 92 | 154 | - |
| CMYK | 0 | 0.62 | 0.36 | 0.05 |
| HSL | 335.03º | 0.84% | 0.65% | - |
| HSV(B) | 335.03º | 0.62% | 0.95% | - |
| XYZ | 45.94 | 28.69 | 33.69 | - |
| YUV | 143.62 | 133.86 | 197.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 92 | 154 | 0 | 0.62 | 0.36 | 0.05 | 335.03 | 0.84 | 0.65 |
| Hex | F1 | 5C | 9A | 0 | 3E | 24 | 5 | 14F | 54 | 41 |
| Octal | 361 | 134 | 232 | 0 | 76 | 44 | 5 | 517 | 124 | 101 |
| Binary | 11110001 | 1011100 | 10011010 | 0 | 111110 | 100100 | 101 | 101001111 | 1010100 | 1000001 |
Color Harmonies of #F15C9A
Complementary color
Monochromatic Colors of #F15C9A
Black with #F15C9A
Text Example
Text Example
White with #F15C9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F15C9A; }
p { color: rgb(241,92,154); }
H1.HeaderClassName
{
color: #F15C9A;
}
.AnyTagClassName
{
color: #F15C9A;
}
</style>
background-color css
<style>
a { background-color: #F15C9A; }
a { background-color: rgb(241,92,154); }
div.DivClassName
{
background-color: #F15C9A;
}
.BgClassName
{
background-color: #F15C9A;
}
</style>
border-color css
<style>
span { border-color: #F15C9A; }
span { border-color: rgb(241,92,154); }
td.TdClassName
{
border-color: #F15C9A;
}
.TagClassName
{
border-color: #F15C9A;
}
</style>