Shades of Brilliant Rose #F84AB0
Tints of Brilliant Rose #F84AB0
RGB
CMYK
RGB Variations
Color information
#F84AB0 (or 0xF84AB0) is known color: Brilliant Rose. HEX triplet: F8, 4A and B0. RGB value is (248,74,176). Sum of RGB (Red+Green+Blue) = 248+74+176=498 (65% of max value = 765). Red value is 248 (97.27% from 255 or 49.80% from 498); Green value is 74 (29.30% from 255 or 14.86% from 498); Blue value is 176 (69.14% from 255 or 35.34% from 498); Max value from RGB is 248 - color contains mainly: red. Hex color #F84AB0 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F84AB0 is #07B54F. Grayscale: #898989. Windows color (decimal): -505168 or 11553528. OLE color: 11553528.
HSL color Cylindrical-coordinate representation of color #F84AB0: hue angle of 324.83º degrees, saturation: 0.93, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F84AB0 is Cyan = 0, Magento = 0.70, Yellow = 0.29 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 74 | 176 | - |
| CMYK | 0 | 0.70 | 0.29 | 0.03 |
| HSL | 324.83º | 0.93% | 0.63% | - |
| HSV(B) | 324.83º | 0.7% | 0.97% | - |
| XYZ | 49 | 27.99 | 43.89 | - |
| YUV | 137.65 | 149.65 | 206.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 74 | 176 | 0 | 0.70 | 0.29 | 0.03 | 324.83 | 0.93 | 0.63 |
| Hex | F8 | 4A | B0 | 0 | 46 | 1D | 3 | 145 | 5D | 3F |
| Octal | 370 | 112 | 260 | 0 | 106 | 35 | 3 | 505 | 135 | 77 |
| Binary | 11111000 | 1001010 | 10110000 | 0 | 1000110 | 11101 | 11 | 101000101 | 1011101 | 111111 |
Color Harmonies of #F84AB0
Complementary color
Monochromatic Colors of #F84AB0
Black with #F84AB0
Text Example
Text Example
White with #F84AB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F84AB0; }
p { color: rgb(248,74,176); }
H1.HeaderClassName
{
color: #F84AB0;
}
.AnyTagClassName
{
color: #F84AB0;
}
</style>
background-color css
<style>
a { background-color: #F84AB0; }
a { background-color: rgb(248,74,176); }
div.DivClassName
{
background-color: #F84AB0;
}
.BgClassName
{
background-color: #F84AB0;
}
</style>
border-color css
<style>
span { border-color: #F84AB0; }
span { border-color: rgb(248,74,176); }
td.TdClassName
{
border-color: #F84AB0;
}
.TagClassName
{
border-color: #F84AB0;
}
</style>