Shades of Brilliant Rose #F84DA8
Tints of Brilliant Rose #F84DA8
RGB
CMYK
RGB Variations
Color information
#F84DA8 (or 0xF84DA8) is known color: Brilliant Rose. HEX triplet: F8, 4D and A8. RGB value is (248,77,168). Sum of RGB (Red+Green+Blue) = 248+77+168=493 (65% of max value = 765). Red value is 248 (97.27% from 255 or 50.30% from 493); Green value is 77 (30.47% from 255 or 15.62% from 493); Blue value is 168 (66.02% from 255 or 34.08% from 493); Max value from RGB is 248 - color contains mainly: red. Hex color #F84DA8 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F84DA8 is #07B257. Grayscale: #8A8A8A. Windows color (decimal): -504408 or 11030008. OLE color: 11030008.
HSL color Cylindrical-coordinate representation of color #F84DA8: hue angle of 328.07º 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 #F84DA8 is Cyan = 0, Magento = 0.69, Yellow = 0.32 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 77 | 168 | - |
| CMYK | 0 | 0.69 | 0.32 | 0.03 |
| HSL | 328.07º | 0.92% | 0.64% | - |
| HSV(B) | 328.07º | 0.69% | 0.97% | - |
| XYZ | 48.43 | 28.09 | 39.92 | - |
| YUV | 138.5 | 144.65 | 206.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 77 | 168 | 0 | 0.69 | 0.32 | 0.03 | 328.07 | 0.92 | 0.64 |
| Hex | F8 | 4D | A8 | 0 | 45 | 20 | 3 | 148 | 5C | 40 |
| Octal | 370 | 115 | 250 | 0 | 105 | 40 | 3 | 510 | 134 | 100 |
| Binary | 11111000 | 1001101 | 10101000 | 0 | 1000101 | 100000 | 11 | 101001000 | 1011100 | 1000000 |
Color Harmonies of #F84DA8
Complementary color
Monochromatic Colors of #F84DA8
Black with #F84DA8
Text Example
Text Example
White with #F84DA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F84DA8; }
p { color: rgb(248,77,168); }
H1.HeaderClassName
{
color: #F84DA8;
}
.AnyTagClassName
{
color: #F84DA8;
}
</style>
background-color css
<style>
a { background-color: #F84DA8; }
a { background-color: rgb(248,77,168); }
div.DivClassName
{
background-color: #F84DA8;
}
.BgClassName
{
background-color: #F84DA8;
}
</style>
border-color css
<style>
span { border-color: #F84DA8; }
span { border-color: rgb(248,77,168); }
td.TdClassName
{
border-color: #F84DA8;
}
.TagClassName
{
border-color: #F84DA8;
}
</style>