Shades of Brilliant Rose #F1659A
Tints of Brilliant Rose #F1659A
RGB
CMYK
RGB Variations
Color information
#F1659A (or 0xF1659A) is known color: Brilliant Rose. HEX triplet: F1, 65 and 9A. RGB value is (241,101,154). Sum of RGB (Red+Green+Blue) = 241+101+154=496 (65% of max value = 765). Red value is 241 (94.53% from 255 or 48.59% from 496); Green value is 101 (39.84% from 255 or 20.36% from 496); Blue value is 154 (60.55% from 255 or 31.05% from 496); Max value from RGB is 241 - color contains mainly: red. Hex color #F1659A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F1659A is #0E9A65. Grayscale: #949494. Windows color (decimal): -957030 or 10118641. OLE color: 10118641.
HSL color Cylindrical-coordinate representation of color #F1659A: hue angle of 337.29º 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 #F1659A is Cyan = 0, Magento = 0.58, Yellow = 0.36 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 101 | 154 | - |
| CMYK | 0 | 0.58 | 0.36 | 0.05 |
| HSL | 337.29º | 0.83% | 0.67% | - |
| HSV(B) | 337.29º | 0.58% | 0.95% | - |
| XYZ | 46.76 | 30.34 | 33.96 | - |
| YUV | 148.9 | 130.88 | 193.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 101 | 154 | 0 | 0.58 | 0.36 | 0.05 | 337.29 | 0.83 | 0.67 |
| Hex | F1 | 65 | 9A | 0 | 3A | 24 | 5 | 151 | 53 | 43 |
| Octal | 361 | 145 | 232 | 0 | 72 | 44 | 5 | 521 | 123 | 103 |
| Binary | 11110001 | 1100101 | 10011010 | 0 | 111010 | 100100 | 101 | 101010001 | 1010011 | 1000011 |
Color Harmonies of #F1659A
Complementary color
Monochromatic Colors of #F1659A
Black with #F1659A
Text Example
Text Example
White with #F1659A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1659A; }
p { color: rgb(241,101,154); }
H1.HeaderClassName
{
color: #F1659A;
}
.AnyTagClassName
{
color: #F1659A;
}
</style>
background-color css
<style>
a { background-color: #F1659A; }
a { background-color: rgb(241,101,154); }
div.DivClassName
{
background-color: #F1659A;
}
.BgClassName
{
background-color: #F1659A;
}
</style>
border-color css
<style>
span { border-color: #F1659A; }
span { border-color: rgb(241,101,154); }
td.TdClassName
{
border-color: #F1659A;
}
.TagClassName
{
border-color: #F1659A;
}
</style>