Shades of Brilliant Rose #F84AA9
Tints of Brilliant Rose #F84AA9
RGB
CMYK
RGB Variations
Color information
#F84AA9 (or 0xF84AA9) is known color: Brilliant Rose. HEX triplet: F8, 4A and A9. RGB value is (248,74,169). Sum of RGB (Red+Green+Blue) = 248+74+169=491 (65% of max value = 765). Red value is 248 (97.27% from 255 or 50.51% from 491); Green value is 74 (29.30% from 255 or 15.07% from 491); Blue value is 169 (66.41% from 255 or 34.42% from 491); Max value from RGB is 248 - color contains mainly: red. Hex color #F84AA9 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F84AA9 is #07B556. Grayscale: #888888. Windows color (decimal): -505175 or 11094776. OLE color: 11094776.
HSL color Cylindrical-coordinate representation of color #F84AA9: hue angle of 327.24º degrees, saturation: 0.93, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F84AA9 is Cyan = 0, Magento = 0.70, Yellow = 0.32 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 74 | 169 | - |
| CMYK | 0 | 0.70 | 0.32 | 0.03 |
| HSL | 327.24º | 0.93% | 0.63% | - |
| HSV(B) | 327.24º | 0.7% | 0.97% | - |
| XYZ | 48.32 | 27.72 | 40.34 | - |
| YUV | 136.86 | 146.15 | 207.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 74 | 169 | 0 | 0.70 | 0.32 | 0.03 | 327.24 | 0.93 | 0.63 |
| Hex | F8 | 4A | A9 | 0 | 46 | 20 | 3 | 147 | 5D | 3F |
| Octal | 370 | 112 | 251 | 0 | 106 | 40 | 3 | 507 | 135 | 77 |
| Binary | 11111000 | 1001010 | 10101001 | 0 | 1000110 | 100000 | 11 | 101000111 | 1011101 | 111111 |
Color Harmonies of #F84AA9
Complementary color
Monochromatic Colors of #F84AA9
Black with #F84AA9
Text Example
Text Example
White with #F84AA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F84AA9; }
p { color: rgb(248,74,169); }
H1.HeaderClassName
{
color: #F84AA9;
}
.AnyTagClassName
{
color: #F84AA9;
}
</style>
background-color css
<style>
a { background-color: #F84AA9; }
a { background-color: rgb(248,74,169); }
div.DivClassName
{
background-color: #F84AA9;
}
.BgClassName
{
background-color: #F84AA9;
}
</style>
border-color css
<style>
span { border-color: #F84AA9; }
span { border-color: rgb(248,74,169); }
td.TdClassName
{
border-color: #F84AA9;
}
.TagClassName
{
border-color: #F84AA9;
}
</style>