Shades of Brilliant Rose #F84DB5
Tints of Brilliant Rose #F84DB5
RGB
CMYK
RGB Variations
Color information
#F84DB5 (or 0xF84DB5) is known color: Brilliant Rose. HEX triplet: F8, 4D and B5. RGB value is (248,77,181). Sum of RGB (Red+Green+Blue) = 248+77+181=506 (67% of max value = 765). Red value is 248 (97.27% from 255 or 49.01% from 506); Green value is 77 (30.47% from 255 or 15.22% from 506); Blue value is 181 (71.09% from 255 or 35.77% from 506); Max value from RGB is 248 - color contains mainly: red. Hex color #F84DB5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F84DB5 is #07B24A. Grayscale: #8B8B8B. Windows color (decimal): -504395 or 11881976. OLE color: 11881976.
HSL color Cylindrical-coordinate representation of color #F84DB5: hue angle of 323.51º 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 #F84DB5 is Cyan = 0, Magento = 0.69, Yellow = 0.27 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 77 | 181 | - |
| CMYK | 0 | 0.69 | 0.27 | 0.03 |
| HSL | 323.51º | 0.92% | 0.64% | - |
| HSV(B) | 323.51º | 0.69% | 0.97% | - |
| XYZ | 49.71 | 28.6 | 46.62 | - |
| YUV | 139.99 | 151.15 | 205.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 77 | 181 | 0 | 0.69 | 0.27 | 0.03 | 323.51 | 0.92 | 0.64 |
| Hex | F8 | 4D | B5 | 0 | 45 | 1B | 3 | 144 | 5C | 40 |
| Octal | 370 | 115 | 265 | 0 | 105 | 33 | 3 | 504 | 134 | 100 |
| Binary | 11111000 | 1001101 | 10110101 | 0 | 1000101 | 11011 | 11 | 101000100 | 1011100 | 1000000 |
Color Harmonies of #F84DB5
Complementary color
Monochromatic Colors of #F84DB5
Black with #F84DB5
Text Example
Text Example
White with #F84DB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F84DB5; }
p { color: rgb(248,77,181); }
H1.HeaderClassName
{
color: #F84DB5;
}
.AnyTagClassName
{
color: #F84DB5;
}
</style>
background-color css
<style>
a { background-color: #F84DB5; }
a { background-color: rgb(248,77,181); }
div.DivClassName
{
background-color: #F84DB5;
}
.BgClassName
{
background-color: #F84DB5;
}
</style>
border-color css
<style>
span { border-color: #F84DB5; }
span { border-color: rgb(248,77,181); }
td.TdClassName
{
border-color: #F84DB5;
}
.TagClassName
{
border-color: #F84DB5;
}
</style>