Shades of Brilliant Rose #F8549B
Tints of Brilliant Rose #F8549B
RGB
CMYK
RGB Variations
Color information
#F8549B (or 0xF8549B) is known color: Brilliant Rose. HEX triplet: F8, 54 and 9B. RGB value is (248,84,155). Sum of RGB (Red+Green+Blue) = 248+84+155=487 (64% of max value = 765). Red value is 248 (97.27% from 255 or 50.92% from 487); Green value is 84 (33.20% from 255 or 17.25% from 487); Blue value is 155 (60.94% from 255 or 31.83% from 487); Max value from RGB is 248 - color contains mainly: red. Hex color #F8549B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F8549B is #07AB64. Grayscale: #8D8D8D. Windows color (decimal): -502629 or 10179832. OLE color: 10179832.
HSL color Cylindrical-coordinate representation of color #F8549B: hue angle of 334.02º degrees, saturation: 0.92, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #F8549B is Cyan = 0, Magento = 0.66, Yellow = 0.38 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 84 | 155 | - |
| CMYK | 0 | 0.66 | 0.38 | 0.03 |
| HSL | 334.02º | 0.92% | 0.65% | - |
| HSV(B) | 334.02º | 0.66% | 0.97% | - |
| XYZ | 47.8 | 28.66 | 34.02 | - |
| YUV | 141.13 | 135.83 | 204.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 84 | 155 | 0 | 0.66 | 0.38 | 0.03 | 334.02 | 0.92 | 0.65 |
| Hex | F8 | 54 | 9B | 0 | 42 | 26 | 3 | 14E | 5C | 41 |
| Octal | 370 | 124 | 233 | 0 | 102 | 46 | 3 | 516 | 134 | 101 |
| Binary | 11111000 | 1010100 | 10011011 | 0 | 1000010 | 100110 | 11 | 101001110 | 1011100 | 1000001 |
Color Harmonies of #F8549B
Complementary color
Monochromatic Colors of #F8549B
Black with #F8549B
Text Example
Text Example
White with #F8549B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8549B; }
p { color: rgb(248,84,155); }
H1.HeaderClassName
{
color: #F8549B;
}
.AnyTagClassName
{
color: #F8549B;
}
</style>
background-color css
<style>
a { background-color: #F8549B; }
a { background-color: rgb(248,84,155); }
div.DivClassName
{
background-color: #F8549B;
}
.BgClassName
{
background-color: #F8549B;
}
</style>
border-color css
<style>
span { border-color: #F8549B; }
span { border-color: rgb(248,84,155); }
td.TdClassName
{
border-color: #F8549B;
}
.TagClassName
{
border-color: #F8549B;
}
</style>