Shades of Brilliant Rose #F849A8
Tints of Brilliant Rose #F849A8
RGB
CMYK
RGB Variations
Color information
#F849A8 (or 0xF849A8) is known color: Brilliant Rose. HEX triplet: F8, 49 and A8. RGB value is (248,73,168). Sum of RGB (Red+Green+Blue) = 248+73+168=489 (64% of max value = 765). Red value is 248 (97.27% from 255 or 50.72% from 489); Green value is 73 (28.91% from 255 or 14.93% from 489); Blue value is 168 (66.02% from 255 or 34.36% from 489); Max value from RGB is 248 - color contains mainly: red. Hex color #F849A8 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F849A8 is #07B657. Grayscale: #878787. Windows color (decimal): -505432 or 11028984. OLE color: 11028984.
HSL color Cylindrical-coordinate representation of color #F849A8: hue angle of 327.43º 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 #F849A8 is Cyan = 0, Magento = 0.71, Yellow = 0.32 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 73 | 168 | - |
| CMYK | 0 | 0.71 | 0.32 | 0.03 |
| HSL | 327.43º | 0.93% | 0.63% | - |
| HSV(B) | 327.43º | 0.71% | 0.97% | - |
| XYZ | 48.16 | 27.55 | 39.82 | - |
| YUV | 136.16 | 145.98 | 207.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 73 | 168 | 0 | 0.71 | 0.32 | 0.03 | 327.43 | 0.93 | 0.63 |
| Hex | F8 | 49 | A8 | 0 | 47 | 20 | 3 | 147 | 5D | 3F |
| Octal | 370 | 111 | 250 | 0 | 107 | 40 | 3 | 507 | 135 | 77 |
| Binary | 11111000 | 1001001 | 10101000 | 0 | 1000111 | 100000 | 11 | 101000111 | 1011101 | 111111 |
Color Harmonies of #F849A8
Complementary color
Monochromatic Colors of #F849A8
Black with #F849A8
Text Example
Text Example
White with #F849A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F849A8; }
p { color: rgb(248,73,168); }
H1.HeaderClassName
{
color: #F849A8;
}
.AnyTagClassName
{
color: #F849A8;
}
</style>
background-color css
<style>
a { background-color: #F849A8; }
a { background-color: rgb(248,73,168); }
div.DivClassName
{
background-color: #F849A8;
}
.BgClassName
{
background-color: #F849A8;
}
</style>
border-color css
<style>
span { border-color: #F849A8; }
span { border-color: rgb(248,73,168); }
td.TdClassName
{
border-color: #F849A8;
}
.TagClassName
{
border-color: #F849A8;
}
</style>