Shades of Brilliant Rose #F84DB0
Tints of Brilliant Rose #F84DB0
RGB
CMYK
RGB Variations
Color information
#F84DB0 (or 0xF84DB0) is known color: Brilliant Rose. HEX triplet: F8, 4D and B0. RGB value is (248,77,176). Sum of RGB (Red+Green+Blue) = 248+77+176=501 (66% of max value = 765). Red value is 248 (97.27% from 255 or 49.50% from 501); Green value is 77 (30.47% from 255 or 15.37% from 501); Blue value is 176 (69.14% from 255 or 35.13% from 501); Max value from RGB is 248 - color contains mainly: red. Hex color #F84DB0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F84DB0 is #07B24F. Grayscale: #8B8B8B. Windows color (decimal): -504400 or 11554296. OLE color: 11554296.
HSL color Cylindrical-coordinate representation of color #F84DB0: hue angle of 325.26º 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 #F84DB0 is Cyan = 0, Magento = 0.69, Yellow = 0.29 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 77 | 176 | - |
| CMYK | 0 | 0.69 | 0.29 | 0.03 |
| HSL | 325.26º | 0.92% | 0.64% | - |
| HSV(B) | 325.26º | 0.69% | 0.97% | - |
| XYZ | 49.2 | 28.4 | 43.96 | - |
| YUV | 139.42 | 148.65 | 205.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 77 | 176 | 0 | 0.69 | 0.29 | 0.03 | 325.26 | 0.92 | 0.64 |
| Hex | F8 | 4D | B0 | 0 | 45 | 1D | 3 | 145 | 5C | 40 |
| Octal | 370 | 115 | 260 | 0 | 105 | 35 | 3 | 505 | 134 | 100 |
| Binary | 11111000 | 1001101 | 10110000 | 0 | 1000101 | 11101 | 11 | 101000101 | 1011100 | 1000000 |
Color Harmonies of #F84DB0
Complementary color
Monochromatic Colors of #F84DB0
Black with #F84DB0
Text Example
Text Example
White with #F84DB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F84DB0; }
p { color: rgb(248,77,176); }
H1.HeaderClassName
{
color: #F84DB0;
}
.AnyTagClassName
{
color: #F84DB0;
}
</style>
background-color css
<style>
a { background-color: #F84DB0; }
a { background-color: rgb(248,77,176); }
div.DivClassName
{
background-color: #F84DB0;
}
.BgClassName
{
background-color: #F84DB0;
}
</style>
border-color css
<style>
span { border-color: #F84DB0; }
span { border-color: rgb(248,77,176); }
td.TdClassName
{
border-color: #F84DB0;
}
.TagClassName
{
border-color: #F84DB0;
}
</style>