Shades of Brilliant Rose #F1659C
Tints of Brilliant Rose #F1659C
RGB
CMYK
RGB Variations
Color information
#F1659C (or 0xF1659C) is known color: Brilliant Rose. HEX triplet: F1, 65 and 9C. RGB value is (241,101,156). Sum of RGB (Red+Green+Blue) = 241+101+156=498 (65% of max value = 765). Red value is 241 (94.53% from 255 or 48.39% from 498); Green value is 101 (39.84% from 255 or 20.28% from 498); Blue value is 156 (61.33% from 255 or 31.33% from 498); Max value from RGB is 241 - color contains mainly: red. Hex color #F1659C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F1659C is #0E9A63. Grayscale: #959595. Windows color (decimal): -957028 or 10249713. OLE color: 10249713.
HSL color Cylindrical-coordinate representation of color #F1659C: hue angle of 336.43º 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 #F1659C is Cyan = 0, Magento = 0.58, Yellow = 0.35 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 101 | 156 | - |
| CMYK | 0 | 0.58 | 0.35 | 0.05 |
| HSL | 336.43º | 0.83% | 0.67% | - |
| HSV(B) | 336.43º | 0.58% | 0.95% | - |
| XYZ | 46.93 | 30.41 | 34.85 | - |
| YUV | 149.13 | 131.88 | 193.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 101 | 156 | 0 | 0.58 | 0.35 | 0.05 | 336.43 | 0.83 | 0.67 |
| Hex | F1 | 65 | 9C | 0 | 3A | 23 | 5 | 150 | 53 | 43 |
| Octal | 361 | 145 | 234 | 0 | 72 | 43 | 5 | 520 | 123 | 103 |
| Binary | 11110001 | 1100101 | 10011100 | 0 | 111010 | 100011 | 101 | 101010000 | 1010011 | 1000011 |
Color Harmonies of #F1659C
Complementary color
Monochromatic Colors of #F1659C
Black with #F1659C
Text Example
Text Example
White with #F1659C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1659C; }
p { color: rgb(241,101,156); }
H1.HeaderClassName
{
color: #F1659C;
}
.AnyTagClassName
{
color: #F1659C;
}
</style>
background-color css
<style>
a { background-color: #F1659C; }
a { background-color: rgb(241,101,156); }
div.DivClassName
{
background-color: #F1659C;
}
.BgClassName
{
background-color: #F1659C;
}
</style>
border-color css
<style>
span { border-color: #F1659C; }
span { border-color: rgb(241,101,156); }
td.TdClassName
{
border-color: #F1659C;
}
.TagClassName
{
border-color: #F1659C;
}
</style>