Shades of Brilliant Rose #F849A9
Tints of Brilliant Rose #F849A9
RGB
CMYK
RGB Variations
Color information
#F849A9 (or 0xF849A9) is known color: Brilliant Rose. HEX triplet: F8, 49 and A9. RGB value is (248,73,169). Sum of RGB (Red+Green+Blue) = 248+73+169=490 (64% of max value = 765). Red value is 248 (97.27% from 255 or 50.61% from 490); Green value is 73 (28.91% from 255 or 14.90% from 490); Blue value is 169 (66.41% from 255 or 34.49% from 490); Max value from RGB is 248 - color contains mainly: red. Hex color #F849A9 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F849A9 is #07B656. Grayscale: #888888. Windows color (decimal): -505431 or 11094520. OLE color: 11094520.
HSL color Cylindrical-coordinate representation of color #F849A9: hue angle of 327.09º degrees, saturation: 0.93, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #F849A9 is Cyan = 0, Magento = 0.71, Yellow = 0.32 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 73 | 169 | - |
| CMYK | 0 | 0.71 | 0.32 | 0.03 |
| HSL | 327.09º | 0.93% | 0.63% | - |
| HSV(B) | 327.09º | 0.71% | 0.97% | - |
| XYZ | 48.26 | 27.59 | 40.32 | - |
| YUV | 136.27 | 146.48 | 207.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 73 | 169 | 0 | 0.71 | 0.32 | 0.03 | 327.09 | 0.93 | 0.63 |
| Hex | F8 | 49 | A9 | 0 | 47 | 20 | 3 | 147 | 5D | 3F |
| Octal | 370 | 111 | 251 | 0 | 107 | 40 | 3 | 507 | 135 | 77 |
| Binary | 11111000 | 1001001 | 10101001 | 0 | 1000111 | 100000 | 11 | 101000111 | 1011101 | 111111 |
Color Harmonies of #F849A9
Complementary color
Monochromatic Colors of #F849A9
Black with #F849A9
Text Example
Text Example
White with #F849A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F849A9; }
p { color: rgb(248,73,169); }
H1.HeaderClassName
{
color: #F849A9;
}
.AnyTagClassName
{
color: #F849A9;
}
</style>
background-color css
<style>
a { background-color: #F849A9; }
a { background-color: rgb(248,73,169); }
div.DivClassName
{
background-color: #F849A9;
}
.BgClassName
{
background-color: #F849A9;
}
</style>
border-color css
<style>
span { border-color: #F849A9; }
span { border-color: rgb(248,73,169); }
td.TdClassName
{
border-color: #F849A9;
}
.TagClassName
{
border-color: #F849A9;
}
</style>