Shades of Brilliant Rose #F84AB5
Tints of Brilliant Rose #F84AB5
RGB
CMYK
RGB Variations
Color information
#F84AB5 (or 0xF84AB5) is known color: Brilliant Rose. HEX triplet: F8, 4A and B5. RGB value is (248,74,181). Sum of RGB (Red+Green+Blue) = 248+74+181=503 (66% of max value = 765). Red value is 248 (97.27% from 255 or 49.30% from 503); Green value is 74 (29.30% from 255 or 14.71% from 503); Blue value is 181 (71.09% from 255 or 35.98% from 503); Max value from RGB is 248 - color contains mainly: red. Hex color #F84AB5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F84AB5 is #07B54A. Grayscale: #898989. Windows color (decimal): -505163 or 11881208. OLE color: 11881208.
HSL color Cylindrical-coordinate representation of color #F84AB5: hue angle of 323.1º 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 #F84AB5 is Cyan = 0, Magento = 0.70, Yellow = 0.27 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 74 | 181 | - |
| CMYK | 0 | 0.70 | 0.27 | 0.03 |
| HSL | 323.1º | 0.93% | 0.63% | - |
| HSV(B) | 323.1º | 0.7% | 0.97% | - |
| XYZ | 49.5 | 28.19 | 46.55 | - |
| YUV | 138.22 | 152.15 | 206.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 74 | 181 | 0 | 0.70 | 0.27 | 0.03 | 323.1 | 0.93 | 0.63 |
| Hex | F8 | 4A | B5 | 0 | 46 | 1B | 3 | 143 | 5D | 3F |
| Octal | 370 | 112 | 265 | 0 | 106 | 33 | 3 | 503 | 135 | 77 |
| Binary | 11111000 | 1001010 | 10110101 | 0 | 1000110 | 11011 | 11 | 101000011 | 1011101 | 111111 |
Color Harmonies of #F84AB5
Complementary color
Monochromatic Colors of #F84AB5
Black with #F84AB5
Text Example
Text Example
White with #F84AB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F84AB5; }
p { color: rgb(248,74,181); }
H1.HeaderClassName
{
color: #F84AB5;
}
.AnyTagClassName
{
color: #F84AB5;
}
</style>
background-color css
<style>
a { background-color: #F84AB5; }
a { background-color: rgb(248,74,181); }
div.DivClassName
{
background-color: #F84AB5;
}
.BgClassName
{
background-color: #F84AB5;
}
</style>
border-color css
<style>
span { border-color: #F84AB5; }
span { border-color: rgb(248,74,181); }
td.TdClassName
{
border-color: #F84AB5;
}
.TagClassName
{
border-color: #F84AB5;
}
</style>