Shades of Brilliant Rose #F8499B
Tints of Brilliant Rose #F8499B
RGB
CMYK
RGB Variations
Color information
#F8499B (or 0xF8499B) is known color: Brilliant Rose. HEX triplet: F8, 49 and 9B. RGB value is (248,73,155). Sum of RGB (Red+Green+Blue) = 248+73+155=476 (63% of max value = 765). Red value is 248 (97.27% from 255 or 52.10% from 476); Green value is 73 (28.91% from 255 or 15.34% from 476); Blue value is 155 (60.94% from 255 or 32.56% from 476); Max value from RGB is 248 - color contains mainly: red. Hex color #F8499B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F8499B is #07B664. Grayscale: #868686. Windows color (decimal): -505445 or 10177016. OLE color: 10177016.
HSL color Cylindrical-coordinate representation of color #F8499B: hue angle of 331.89º degrees, saturation: 0.93, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #F8499B is Cyan = 0, Magento = 0.71, Yellow = 0.38 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 73 | 155 | - |
| CMYK | 0 | 0.71 | 0.38 | 0.03 |
| HSL | 331.89º | 0.93% | 0.63% | - |
| HSV(B) | 331.89º | 0.71% | 0.97% | - |
| XYZ | 47.01 | 27.09 | 33.76 | - |
| YUV | 134.67 | 139.48 | 208.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 73 | 155 | 0 | 0.71 | 0.38 | 0.03 | 331.89 | 0.93 | 0.63 |
| Hex | F8 | 49 | 9B | 0 | 47 | 26 | 3 | 14C | 5D | 3F |
| Octal | 370 | 111 | 233 | 0 | 107 | 46 | 3 | 514 | 135 | 77 |
| Binary | 11111000 | 1001001 | 10011011 | 0 | 1000111 | 100110 | 11 | 101001100 | 1011101 | 111111 |
Color Harmonies of #F8499B
Complementary color
Monochromatic Colors of #F8499B
Black with #F8499B
Text Example
Text Example
White with #F8499B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8499B; }
p { color: rgb(248,73,155); }
H1.HeaderClassName
{
color: #F8499B;
}
.AnyTagClassName
{
color: #F8499B;
}
</style>
background-color css
<style>
a { background-color: #F8499B; }
a { background-color: rgb(248,73,155); }
div.DivClassName
{
background-color: #F8499B;
}
.BgClassName
{
background-color: #F8499B;
}
</style>
border-color css
<style>
span { border-color: #F8499B; }
span { border-color: rgb(248,73,155); }
td.TdClassName
{
border-color: #F8499B;
}
.TagClassName
{
border-color: #F8499B;
}
</style>