Shades of Brilliant Rose #F84E9A
Tints of Brilliant Rose #F84E9A
RGB
CMYK
RGB Variations
Color information
#F84E9A (or 0xF84E9A) is known color: Brilliant Rose. HEX triplet: F8, 4E and 9A. RGB value is (248,78,154). Sum of RGB (Red+Green+Blue) = 248+78+154=480 (63% of max value = 765). Red value is 248 (97.27% from 255 or 51.67% from 480); Green value is 78 (30.86% from 255 or 16.25% from 480); Blue value is 154 (60.55% from 255 or 32.08% from 480); Max value from RGB is 248 - color contains mainly: red. Hex color #F84E9A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F84E9A is #07B165. Grayscale: #898989. Windows color (decimal): -504166 or 10112760. OLE color: 10112760.
HSL color Cylindrical-coordinate representation of color #F84E9A: hue angle of 333.18º degrees, saturation: 0.92, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #F84E9A is Cyan = 0, Magento = 0.69, Yellow = 0.38 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 78 | 154 | - |
| CMYK | 0 | 0.69 | 0.38 | 0.03 |
| HSL | 333.18º | 0.92% | 0.64% | - |
| HSV(B) | 333.18º | 0.69% | 0.97% | - |
| XYZ | 47.27 | 27.74 | 33.43 | - |
| YUV | 137.49 | 137.32 | 206.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 78 | 154 | 0 | 0.69 | 0.38 | 0.03 | 333.18 | 0.92 | 0.64 |
| Hex | F8 | 4E | 9A | 0 | 45 | 26 | 3 | 14D | 5C | 40 |
| Octal | 370 | 116 | 232 | 0 | 105 | 46 | 3 | 515 | 134 | 100 |
| Binary | 11111000 | 1001110 | 10011010 | 0 | 1000101 | 100110 | 11 | 101001101 | 1011100 | 1000000 |
Color Harmonies of #F84E9A
Complementary color
Monochromatic Colors of #F84E9A
Black with #F84E9A
Text Example
Text Example
White with #F84E9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F84E9A; }
p { color: rgb(248,78,154); }
H1.HeaderClassName
{
color: #F84E9A;
}
.AnyTagClassName
{
color: #F84E9A;
}
</style>
background-color css
<style>
a { background-color: #F84E9A; }
a { background-color: rgb(248,78,154); }
div.DivClassName
{
background-color: #F84E9A;
}
.BgClassName
{
background-color: #F84E9A;
}
</style>
border-color css
<style>
span { border-color: #F84E9A; }
span { border-color: rgb(248,78,154); }
td.TdClassName
{
border-color: #F84E9A;
}
.TagClassName
{
border-color: #F84E9A;
}
</style>