Shades of Brilliant Rose #F84AAE
Tints of Brilliant Rose #F84AAE
RGB
CMYK
RGB Variations
Color information
#F84AAE (or 0xF84AAE) is known color: Brilliant Rose. HEX triplet: F8, 4A and AE. RGB value is (248,74,174). Sum of RGB (Red+Green+Blue) = 248+74+174=496 (65% of max value = 765). Red value is 248 (97.27% from 255 or 50% from 496); Green value is 74 (29.30% from 255 or 14.92% from 496); Blue value is 174 (68.36% from 255 or 35.08% from 496); Max value from RGB is 248 - color contains mainly: red. Hex color #F84AAE is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F84AAE is #07B551. Grayscale: #898989. Windows color (decimal): -505170 or 11422456. OLE color: 11422456.
HSL color Cylindrical-coordinate representation of color #F84AAE: hue angle of 325.52º 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 #F84AAE is Cyan = 0, Magento = 0.70, Yellow = 0.30 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 74 | 174 | - |
| CMYK | 0 | 0.70 | 0.30 | 0.03 |
| HSL | 325.52º | 0.93% | 0.63% | - |
| HSV(B) | 325.52º | 0.7% | 0.97% | - |
| XYZ | 48.8 | 27.91 | 42.86 | - |
| YUV | 137.43 | 148.65 | 206.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 74 | 174 | 0 | 0.70 | 0.30 | 0.03 | 325.52 | 0.93 | 0.63 |
| Hex | F8 | 4A | AE | 0 | 46 | 1E | 3 | 146 | 5D | 3F |
| Octal | 370 | 112 | 256 | 0 | 106 | 36 | 3 | 506 | 135 | 77 |
| Binary | 11111000 | 1001010 | 10101110 | 0 | 1000110 | 11110 | 11 | 101000110 | 1011101 | 111111 |
Color Harmonies of #F84AAE
Complementary color
Monochromatic Colors of #F84AAE
Black with #F84AAE
Text Example
Text Example
White with #F84AAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F84AAE; }
p { color: rgb(248,74,174); }
H1.HeaderClassName
{
color: #F84AAE;
}
.AnyTagClassName
{
color: #F84AAE;
}
</style>
background-color css
<style>
a { background-color: #F84AAE; }
a { background-color: rgb(248,74,174); }
div.DivClassName
{
background-color: #F84AAE;
}
.BgClassName
{
background-color: #F84AAE;
}
</style>
border-color css
<style>
span { border-color: #F84AAE; }
span { border-color: rgb(248,74,174); }
td.TdClassName
{
border-color: #F84AAE;
}
.TagClassName
{
border-color: #F84AAE;
}
</style>