Shades of Brilliant Rose #F1649C
Tints of Brilliant Rose #F1649C
RGB
CMYK
RGB Variations
Color information
#F1649C (or 0xF1649C) is known color: Brilliant Rose. HEX triplet: F1, 64 and 9C. RGB value is (241,100,156). Sum of RGB (Red+Green+Blue) = 241+100+156=497 (65% of max value = 765). Red value is 241 (94.53% from 255 or 48.49% from 497); Green value is 100 (39.45% from 255 or 20.12% from 497); Blue value is 156 (61.33% from 255 or 31.39% from 497); Max value from RGB is 241 - color contains mainly: red. Hex color #F1649C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F1649C is #0E9B63. Grayscale: #949494. Windows color (decimal): -957284 or 10249457. OLE color: 10249457.
HSL color Cylindrical-coordinate representation of color #F1649C: hue angle of 336.17º degrees, saturation: 0.83, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F1649C is Cyan = 0, Magento = 0.59, Yellow = 0.35 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 100 | 156 | - |
| CMYK | 0 | 0.59 | 0.35 | 0.05 |
| HSL | 336.17º | 0.83% | 0.67% | - |
| HSV(B) | 336.17º | 0.59% | 0.95% | - |
| XYZ | 46.83 | 30.22 | 34.82 | - |
| YUV | 148.54 | 132.21 | 193.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 100 | 156 | 0 | 0.59 | 0.35 | 0.05 | 336.17 | 0.83 | 0.67 |
| Hex | F1 | 64 | 9C | 0 | 3B | 23 | 5 | 150 | 53 | 43 |
| Octal | 361 | 144 | 234 | 0 | 73 | 43 | 5 | 520 | 123 | 103 |
| Binary | 11110001 | 1100100 | 10011100 | 0 | 111011 | 100011 | 101 | 101010000 | 1010011 | 1000011 |
Color Harmonies of #F1649C
Complementary color
Monochromatic Colors of #F1649C
Black with #F1649C
Text Example
Text Example
White with #F1649C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1649C; }
p { color: rgb(241,100,156); }
H1.HeaderClassName
{
color: #F1649C;
}
.AnyTagClassName
{
color: #F1649C;
}
</style>
background-color css
<style>
a { background-color: #F1649C; }
a { background-color: rgb(241,100,156); }
div.DivClassName
{
background-color: #F1649C;
}
.BgClassName
{
background-color: #F1649C;
}
</style>
border-color css
<style>
span { border-color: #F1649C; }
span { border-color: rgb(241,100,156); }
td.TdClassName
{
border-color: #F1649C;
}
.TagClassName
{
border-color: #F1649C;
}
</style>