Shades of Brilliant Rose #F8549D
Tints of Brilliant Rose #F8549D
RGB
CMYK
RGB Variations
Color information
#F8549D (or 0xF8549D) is known color: Brilliant Rose. HEX triplet: F8, 54 and 9D. RGB value is (248,84,157). Sum of RGB (Red+Green+Blue) = 248+84+157=489 (64% of max value = 765). Red value is 248 (97.27% from 255 or 50.72% from 489); Green value is 84 (33.20% from 255 or 17.18% from 489); Blue value is 157 (61.72% from 255 or 32.11% from 489); Max value from RGB is 248 - color contains mainly: red. Hex color #F8549D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F8549D is #07AB62. Grayscale: #8D8D8D. Windows color (decimal): -502627 or 10310904. OLE color: 10310904.
HSL color Cylindrical-coordinate representation of color #F8549D: hue angle of 333.29º 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 #F8549D is Cyan = 0, Magento = 0.66, Yellow = 0.37 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 84 | 157 | - |
| CMYK | 0 | 0.66 | 0.37 | 0.03 |
| HSL | 333.29º | 0.92% | 0.65% | - |
| HSV(B) | 333.29º | 0.66% | 0.97% | - |
| XYZ | 47.97 | 28.73 | 34.92 | - |
| YUV | 141.36 | 136.83 | 204.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 84 | 157 | 0 | 0.66 | 0.37 | 0.03 | 333.29 | 0.92 | 0.65 |
| Hex | F8 | 54 | 9D | 0 | 42 | 25 | 3 | 14D | 5C | 41 |
| Octal | 370 | 124 | 235 | 0 | 102 | 45 | 3 | 515 | 134 | 101 |
| Binary | 11111000 | 1010100 | 10011101 | 0 | 1000010 | 100101 | 11 | 101001101 | 1011100 | 1000001 |
Color Harmonies of #F8549D
Complementary color
Monochromatic Colors of #F8549D
Black with #F8549D
Text Example
Text Example
White with #F8549D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8549D; }
p { color: rgb(248,84,157); }
H1.HeaderClassName
{
color: #F8549D;
}
.AnyTagClassName
{
color: #F8549D;
}
</style>
background-color css
<style>
a { background-color: #F8549D; }
a { background-color: rgb(248,84,157); }
div.DivClassName
{
background-color: #F8549D;
}
.BgClassName
{
background-color: #F8549D;
}
</style>
border-color css
<style>
span { border-color: #F8549D; }
span { border-color: rgb(248,84,157); }
td.TdClassName
{
border-color: #F8549D;
}
.TagClassName
{
border-color: #F8549D;
}
</style>