Shades of Brilliant Rose #F149B0
Tints of Brilliant Rose #F149B0
RGB
CMYK
RGB Variations
Color information
#F149B0 (or 0xF149B0) is known color: Brilliant Rose. HEX triplet: F1, 49 and B0. RGB value is (241,73,176). Sum of RGB (Red+Green+Blue) = 241+73+176=490 (64% of max value = 765). Red value is 241 (94.53% from 255 or 49.18% from 490); Green value is 73 (28.91% from 255 or 14.90% from 490); Blue value is 176 (69.14% from 255 or 35.92% from 490); Max value from RGB is 241 - color contains mainly: red. Hex color #F149B0 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F149B0 is #0EB64F. Grayscale: #868686. Windows color (decimal): -964176 or 11553265. OLE color: 11553265.
HSL color Cylindrical-coordinate representation of color #F149B0: hue angle of 323.21º degrees, saturation: 0.86, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F149B0 is Cyan = 0, Magento = 0.70, Yellow = 0.27 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 73 | 176 | - |
| CMYK | 0 | 0.70 | 0.27 | 0.05 |
| HSL | 323.21º | 0.86% | 0.62% | - |
| HSV(B) | 323.21º | 0.7% | 0.95% | - |
| XYZ | 46.49 | 26.6 | 43.76 | - |
| YUV | 134.97 | 151.16 | 203.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 73 | 176 | 0 | 0.70 | 0.27 | 0.05 | 323.21 | 0.86 | 0.62 |
| Hex | F1 | 49 | B0 | 0 | 46 | 1B | 5 | 143 | 56 | 3E |
| Octal | 361 | 111 | 260 | 0 | 106 | 33 | 5 | 503 | 126 | 76 |
| Binary | 11110001 | 1001001 | 10110000 | 0 | 1000110 | 11011 | 101 | 101000011 | 1010110 | 111110 |
Color Harmonies of #F149B0
Complementary color
Monochromatic Colors of #F149B0
Black with #F149B0
Text Example
Text Example
White with #F149B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F149B0; }
p { color: rgb(241,73,176); }
H1.HeaderClassName
{
color: #F149B0;
}
.AnyTagClassName
{
color: #F149B0;
}
</style>
background-color css
<style>
a { background-color: #F149B0; }
a { background-color: rgb(241,73,176); }
div.DivClassName
{
background-color: #F149B0;
}
.BgClassName
{
background-color: #F149B0;
}
</style>
border-color css
<style>
span { border-color: #F149B0; }
span { border-color: rgb(241,73,176); }
td.TdClassName
{
border-color: #F149B0;
}
.TagClassName
{
border-color: #F149B0;
}
</style>