Shades of Brilliant Rose #F84DB2
Tints of Brilliant Rose #F84DB2
RGB
CMYK
RGB Variations
Color information
#F84DB2 (or 0xF84DB2) is known color: Brilliant Rose. HEX triplet: F8, 4D and B2. RGB value is (248,77,178). Sum of RGB (Red+Green+Blue) = 248+77+178=503 (66% of max value = 765). Red value is 248 (97.27% from 255 or 49.30% from 503); Green value is 77 (30.47% from 255 or 15.31% from 503); Blue value is 178 (69.92% from 255 or 35.39% from 503); Max value from RGB is 248 - color contains mainly: red. Hex color #F84DB2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F84DB2 is #07B24D. Grayscale: #8B8B8B. Windows color (decimal): -504398 or 11685368. OLE color: 11685368.
HSL color Cylindrical-coordinate representation of color #F84DB2: hue angle of 324.56º 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 #F84DB2 is Cyan = 0, Magento = 0.69, Yellow = 0.28 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 77 | 178 | - |
| CMYK | 0 | 0.69 | 0.28 | 0.03 |
| HSL | 324.56º | 0.92% | 0.64% | - |
| HSV(B) | 324.56º | 0.69% | 0.97% | - |
| XYZ | 49.4 | 28.48 | 45.01 | - |
| YUV | 139.64 | 149.65 | 205.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 77 | 178 | 0 | 0.69 | 0.28 | 0.03 | 324.56 | 0.92 | 0.64 |
| Hex | F8 | 4D | B2 | 0 | 45 | 1C | 3 | 145 | 5C | 40 |
| Octal | 370 | 115 | 262 | 0 | 105 | 34 | 3 | 505 | 134 | 100 |
| Binary | 11111000 | 1001101 | 10110010 | 0 | 1000101 | 11100 | 11 | 101000101 | 1011100 | 1000000 |
Color Harmonies of #F84DB2
Complementary color
Monochromatic Colors of #F84DB2
Black with #F84DB2
Text Example
Text Example
White with #F84DB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F84DB2; }
p { color: rgb(248,77,178); }
H1.HeaderClassName
{
color: #F84DB2;
}
.AnyTagClassName
{
color: #F84DB2;
}
</style>
background-color css
<style>
a { background-color: #F84DB2; }
a { background-color: rgb(248,77,178); }
div.DivClassName
{
background-color: #F84DB2;
}
.BgClassName
{
background-color: #F84DB2;
}
</style>
border-color css
<style>
span { border-color: #F84DB2; }
span { border-color: rgb(248,77,178); }
td.TdClassName
{
border-color: #F84DB2;
}
.TagClassName
{
border-color: #F84DB2;
}
</style>