Shades of Brilliant Rose #F84DA5
Tints of Brilliant Rose #F84DA5
RGB
CMYK
RGB Variations
Color information
#F84DA5 (or 0xF84DA5) is known color: Brilliant Rose. HEX triplet: F8, 4D and A5. RGB value is (248,77,165). Sum of RGB (Red+Green+Blue) = 248+77+165=490 (64% of max value = 765). Red value is 248 (97.27% from 255 or 50.61% from 490); Green value is 77 (30.47% from 255 or 15.71% from 490); Blue value is 165 (64.84% from 255 or 33.67% from 490); Max value from RGB is 248 - color contains mainly: red. Hex color #F84DA5 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F84DA5 is #07B25A. Grayscale: #898989. Windows color (decimal): -504411 or 10833400. OLE color: 10833400.
HSL color Cylindrical-coordinate representation of color #F84DA5: hue angle of 329.12º 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 #F84DA5 is Cyan = 0, Magento = 0.69, Yellow = 0.33 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 77 | 165 | - |
| CMYK | 0 | 0.69 | 0.33 | 0.03 |
| HSL | 329.12º | 0.92% | 0.64% | - |
| HSV(B) | 329.12º | 0.69% | 0.97% | - |
| XYZ | 48.16 | 27.98 | 38.46 | - |
| YUV | 138.16 | 143.15 | 206.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 77 | 165 | 0 | 0.69 | 0.33 | 0.03 | 329.12 | 0.92 | 0.64 |
| Hex | F8 | 4D | A5 | 0 | 45 | 21 | 3 | 149 | 5C | 40 |
| Octal | 370 | 115 | 245 | 0 | 105 | 41 | 3 | 511 | 134 | 100 |
| Binary | 11111000 | 1001101 | 10100101 | 0 | 1000101 | 100001 | 11 | 101001001 | 1011100 | 1000000 |
Color Harmonies of #F84DA5
Complementary color
Monochromatic Colors of #F84DA5
Black with #F84DA5
Text Example
Text Example
White with #F84DA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F84DA5; }
p { color: rgb(248,77,165); }
H1.HeaderClassName
{
color: #F84DA5;
}
.AnyTagClassName
{
color: #F84DA5;
}
</style>
background-color css
<style>
a { background-color: #F84DA5; }
a { background-color: rgb(248,77,165); }
div.DivClassName
{
background-color: #F84DA5;
}
.BgClassName
{
background-color: #F84DA5;
}
</style>
border-color css
<style>
span { border-color: #F84DA5; }
span { border-color: rgb(248,77,165); }
td.TdClassName
{
border-color: #F84DA5;
}
.TagClassName
{
border-color: #F84DA5;
}
</style>