Shades of Brilliant Rose #F15F99
Tints of Brilliant Rose #F15F99
RGB
CMYK
RGB Variations
Color information
#F15F99 (or 0xF15F99) is known color: Brilliant Rose. HEX triplet: F1, 5F and 99. RGB value is (241,95,153). Sum of RGB (Red+Green+Blue) = 241+95+153=489 (64% of max value = 765). Red value is 241 (94.53% from 255 or 49.28% from 489); Green value is 95 (37.5% from 255 or 19.43% from 489); Blue value is 153 (60.16% from 255 or 31.29% from 489); Max value from RGB is 241 - color contains mainly: red. Hex color #F15F99 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F15F99 is #0EA066. Grayscale: #919191. Windows color (decimal): -958567 or 10051569. OLE color: 10051569.
HSL color Cylindrical-coordinate representation of color #F15F99: hue angle of 336.16º 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 #F15F99 is Cyan = 0, Magento = 0.61, Yellow = 0.37 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 95 | 153 | - |
| CMYK | 0 | 0.61 | 0.37 | 0.05 |
| HSL | 336.16º | 0.84% | 0.66% | - |
| HSV(B) | 336.16º | 0.61% | 0.95% | - |
| XYZ | 46.12 | 29.19 | 33.34 | - |
| YUV | 145.27 | 132.37 | 196.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 95 | 153 | 0 | 0.61 | 0.37 | 0.05 | 336.16 | 0.84 | 0.66 |
| Hex | F1 | 5F | 99 | 0 | 3D | 25 | 5 | 150 | 54 | 42 |
| Octal | 361 | 137 | 231 | 0 | 75 | 45 | 5 | 520 | 124 | 102 |
| Binary | 11110001 | 1011111 | 10011001 | 0 | 111101 | 100101 | 101 | 101010000 | 1010100 | 1000010 |
Color Harmonies of #F15F99
Complementary color
Monochromatic Colors of #F15F99
Black with #F15F99
Text Example
Text Example
White with #F15F99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F15F99; }
p { color: rgb(241,95,153); }
H1.HeaderClassName
{
color: #F15F99;
}
.AnyTagClassName
{
color: #F15F99;
}
</style>
background-color css
<style>
a { background-color: #F15F99; }
a { background-color: rgb(241,95,153); }
div.DivClassName
{
background-color: #F15F99;
}
.BgClassName
{
background-color: #F15F99;
}
</style>
border-color css
<style>
span { border-color: #F15F99; }
span { border-color: rgb(241,95,153); }
td.TdClassName
{
border-color: #F15F99;
}
.TagClassName
{
border-color: #F15F99;
}
</style>