Shades of Brilliant Rose #F1659F
Tints of Brilliant Rose #F1659F
RGB
CMYK
RGB Variations
Color information
#F1659F (or 0xF1659F) is known color: Brilliant Rose. HEX triplet: F1, 65 and 9F. RGB value is (241,101,159). Sum of RGB (Red+Green+Blue) = 241+101+159=501 (66% of max value = 765). Red value is 241 (94.53% from 255 or 48.10% from 501); Green value is 101 (39.84% from 255 or 20.16% from 501); Blue value is 159 (62.5% from 255 or 31.74% from 501); Max value from RGB is 241 - color contains mainly: red. Hex color #F1659F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F1659F is #0E9A60. Grayscale: #959595. Windows color (decimal): -957025 or 10446321. OLE color: 10446321.
HSL color Cylindrical-coordinate representation of color #F1659F: hue angle of 335.14º 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 #F1659F is Cyan = 0, Magento = 0.58, Yellow = 0.34 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 101 | 159 | - |
| CMYK | 0 | 0.58 | 0.34 | 0.05 |
| HSL | 335.14º | 0.83% | 0.67% | - |
| HSV(B) | 335.14º | 0.58% | 0.95% | - |
| XYZ | 47.19 | 30.51 | 36.2 | - |
| YUV | 149.47 | 133.38 | 193.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 101 | 159 | 0 | 0.58 | 0.34 | 0.05 | 335.14 | 0.83 | 0.67 |
| Hex | F1 | 65 | 9F | 0 | 3A | 22 | 5 | 14F | 53 | 43 |
| Octal | 361 | 145 | 237 | 0 | 72 | 42 | 5 | 517 | 123 | 103 |
| Binary | 11110001 | 1100101 | 10011111 | 0 | 111010 | 100010 | 101 | 101001111 | 1010011 | 1000011 |
Color Harmonies of #F1659F
Complementary color
Monochromatic Colors of #F1659F
Black with #F1659F
Text Example
Text Example
White with #F1659F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1659F; }
p { color: rgb(241,101,159); }
H1.HeaderClassName
{
color: #F1659F;
}
.AnyTagClassName
{
color: #F1659F;
}
</style>
background-color css
<style>
a { background-color: #F1659F; }
a { background-color: rgb(241,101,159); }
div.DivClassName
{
background-color: #F1659F;
}
.BgClassName
{
background-color: #F1659F;
}
</style>
border-color css
<style>
span { border-color: #F1659F; }
span { border-color: rgb(241,101,159); }
td.TdClassName
{
border-color: #F1659F;
}
.TagClassName
{
border-color: #F1659F;
}
</style>