Shades of Brilliant Rose #F149AA
Tints of Brilliant Rose #F149AA
RGB
CMYK
RGB Variations
Color information
#F149AA (or 0xF149AA) is known color: Brilliant Rose. HEX triplet: F1, 49 and AA. RGB value is (241,73,170). Sum of RGB (Red+Green+Blue) = 241+73+170=484 (64% of max value = 765). Red value is 241 (94.53% from 255 or 49.79% from 484); Green value is 73 (28.91% from 255 or 15.08% from 484); Blue value is 170 (66.80% from 255 or 35.12% from 484); Max value from RGB is 241 - color contains mainly: red. Hex color #F149AA is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F149AA is #0EB655. Grayscale: #868686. Windows color (decimal): -964182 or 11160049. OLE color: 11160049.
HSL color Cylindrical-coordinate representation of color #F149AA: hue angle of 325.36º 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 #F149AA is Cyan = 0, Magento = 0.70, Yellow = 0.29 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 73 | 170 | - |
| CMYK | 0 | 0.70 | 0.29 | 0.05 |
| HSL | 325.36º | 0.86% | 0.62% | - |
| HSV(B) | 325.36º | 0.7% | 0.95% | - |
| XYZ | 45.91 | 26.37 | 40.7 | - |
| YUV | 134.29 | 148.16 | 204.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 73 | 170 | 0 | 0.70 | 0.29 | 0.05 | 325.36 | 0.86 | 0.62 |
| Hex | F1 | 49 | AA | 0 | 46 | 1D | 5 | 145 | 56 | 3E |
| Octal | 361 | 111 | 252 | 0 | 106 | 35 | 5 | 505 | 126 | 76 |
| Binary | 11110001 | 1001001 | 10101010 | 0 | 1000110 | 11101 | 101 | 101000101 | 1010110 | 111110 |
Color Harmonies of #F149AA
Complementary color
Monochromatic Colors of #F149AA
Black with #F149AA
Text Example
Text Example
White with #F149AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F149AA; }
p { color: rgb(241,73,170); }
H1.HeaderClassName
{
color: #F149AA;
}
.AnyTagClassName
{
color: #F149AA;
}
</style>
background-color css
<style>
a { background-color: #F149AA; }
a { background-color: rgb(241,73,170); }
div.DivClassName
{
background-color: #F149AA;
}
.BgClassName
{
background-color: #F149AA;
}
</style>
border-color css
<style>
span { border-color: #F149AA; }
span { border-color: rgb(241,73,170); }
td.TdClassName
{
border-color: #F149AA;
}
.TagClassName
{
border-color: #F149AA;
}
</style>