Shades of Brilliant Rose #F1659E
Tints of Brilliant Rose #F1659E
RGB
CMYK
RGB Variations
Color information
#F1659E (or 0xF1659E) is known color: Brilliant Rose. HEX triplet: F1, 65 and 9E. RGB value is (241,101,158). Sum of RGB (Red+Green+Blue) = 241+101+158=500 (66% of max value = 765). Red value is 241 (94.53% from 255 or 48.2% from 500); Green value is 101 (39.84% from 255 or 20.2% from 500); Blue value is 158 (62.11% from 255 or 31.6% from 500); Max value from RGB is 241 - color contains mainly: red. Hex color #F1659E is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F1659E is #0E9A61. Grayscale: #959595. Windows color (decimal): -957026 or 10380785. OLE color: 10380785.
HSL color Cylindrical-coordinate representation of color #F1659E: hue angle of 335.57º degrees, saturation: 0.83, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F1659E is Cyan = 0, Magento = 0.58, Yellow = 0.34 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 101 | 158 | - |
| CMYK | 0 | 0.58 | 0.34 | 0.05 |
| HSL | 335.57º | 0.83% | 0.67% | - |
| HSV(B) | 335.57º | 0.58% | 0.95% | - |
| XYZ | 47.1 | 30.48 | 35.75 | - |
| YUV | 149.36 | 132.88 | 193.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 101 | 158 | 0 | 0.58 | 0.34 | 0.05 | 335.57 | 0.83 | 0.67 |
| Hex | F1 | 65 | 9E | 0 | 3A | 22 | 5 | 150 | 53 | 43 |
| Octal | 361 | 145 | 236 | 0 | 72 | 42 | 5 | 520 | 123 | 103 |
| Binary | 11110001 | 1100101 | 10011110 | 0 | 111010 | 100010 | 101 | 101010000 | 1010011 | 1000011 |
Color Harmonies of #F1659E
Complementary color
Monochromatic Colors of #F1659E
Black with #F1659E
Text Example
Text Example
White with #F1659E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1659E; }
p { color: rgb(241,101,158); }
H1.HeaderClassName
{
color: #F1659E;
}
.AnyTagClassName
{
color: #F1659E;
}
</style>
background-color css
<style>
a { background-color: #F1659E; }
a { background-color: rgb(241,101,158); }
div.DivClassName
{
background-color: #F1659E;
}
.BgClassName
{
background-color: #F1659E;
}
</style>
border-color css
<style>
span { border-color: #F1659E; }
span { border-color: rgb(241,101,158); }
td.TdClassName
{
border-color: #F1659E;
}
.TagClassName
{
border-color: #F1659E;
}
</style>