Shades of Brilliant Rose #F15F9C
Tints of Brilliant Rose #F15F9C
RGB
CMYK
RGB Variations
Color information
#F15F9C (or 0xF15F9C) is known color: Brilliant Rose. HEX triplet: F1, 5F and 9C. RGB value is (241,95,156). Sum of RGB (Red+Green+Blue) = 241+95+156=492 (65% of max value = 765). Red value is 241 (94.53% from 255 or 48.98% from 492); Green value is 95 (37.5% from 255 or 19.31% from 492); Blue value is 156 (61.33% from 255 or 31.71% from 492); Max value from RGB is 241 - color contains mainly: red. Hex color #F15F9C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F15F9C is #0EA063. Grayscale: #919191. Windows color (decimal): -958564 or 10248177. OLE color: 10248177.
HSL color Cylindrical-coordinate representation of color #F15F9C: hue angle of 334.93º degrees, saturation: 0.84, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #F15F9C is Cyan = 0, Magento = 0.61, Yellow = 0.35 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 95 | 156 | - |
| CMYK | 0 | 0.61 | 0.35 | 0.05 |
| HSL | 334.93º | 0.84% | 0.66% | - |
| HSV(B) | 334.93º | 0.61% | 0.95% | - |
| XYZ | 46.37 | 29.29 | 34.66 | - |
| YUV | 145.61 | 133.87 | 196.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 95 | 156 | 0 | 0.61 | 0.35 | 0.05 | 334.93 | 0.84 | 0.66 |
| Hex | F1 | 5F | 9C | 0 | 3D | 23 | 5 | 14F | 54 | 42 |
| Octal | 361 | 137 | 234 | 0 | 75 | 43 | 5 | 517 | 124 | 102 |
| Binary | 11110001 | 1011111 | 10011100 | 0 | 111101 | 100011 | 101 | 101001111 | 1010100 | 1000010 |
Color Harmonies of #F15F9C
Complementary color
Monochromatic Colors of #F15F9C
Black with #F15F9C
Text Example
Text Example
White with #F15F9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F15F9C; }
p { color: rgb(241,95,156); }
H1.HeaderClassName
{
color: #F15F9C;
}
.AnyTagClassName
{
color: #F15F9C;
}
</style>
background-color css
<style>
a { background-color: #F15F9C; }
a { background-color: rgb(241,95,156); }
div.DivClassName
{
background-color: #F15F9C;
}
.BgClassName
{
background-color: #F15F9C;
}
</style>
border-color css
<style>
span { border-color: #F15F9C; }
span { border-color: rgb(241,95,156); }
td.TdClassName
{
border-color: #F15F9C;
}
.TagClassName
{
border-color: #F15F9C;
}
</style>