Shades of Brilliant Rose #F8489B
Tints of Brilliant Rose #F8489B
RGB
CMYK
RGB Variations
Color information
#F8489B (or 0xF8489B) is known color: Brilliant Rose. HEX triplet: F8, 48 and 9B. RGB value is (248,72,155). Sum of RGB (Red+Green+Blue) = 248+72+155=475 (62% of max value = 765). Red value is 248 (97.27% from 255 or 52.21% from 475); Green value is 72 (28.52% from 255 or 15.16% from 475); Blue value is 155 (60.94% from 255 or 32.63% from 475); Max value from RGB is 248 - color contains mainly: red. Hex color #F8489B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F8489B is #07B764. Grayscale: #858585. Windows color (decimal): -505701 or 10176760. OLE color: 10176760.
HSL color Cylindrical-coordinate representation of color #F8489B: hue angle of 331.7º 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 #F8489B is Cyan = 0, Magento = 0.71, Yellow = 0.38 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 72 | 155 | - |
| CMYK | 0 | 0.71 | 0.38 | 0.03 |
| HSL | 331.7º | 0.93% | 0.63% | - |
| HSV(B) | 331.7º | 0.71% | 0.97% | - |
| XYZ | 46.95 | 26.96 | 33.74 | - |
| YUV | 134.09 | 139.81 | 209.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 72 | 155 | 0 | 0.71 | 0.38 | 0.03 | 331.7 | 0.93 | 0.63 |
| Hex | F8 | 48 | 9B | 0 | 47 | 26 | 3 | 14C | 5D | 3F |
| Octal | 370 | 110 | 233 | 0 | 107 | 46 | 3 | 514 | 135 | 77 |
| Binary | 11111000 | 1001000 | 10011011 | 0 | 1000111 | 100110 | 11 | 101001100 | 1011101 | 111111 |
Color Harmonies of #F8489B
Complementary color
Monochromatic Colors of #F8489B
Black with #F8489B
Text Example
Text Example
White with #F8489B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8489B; }
p { color: rgb(248,72,155); }
H1.HeaderClassName
{
color: #F8489B;
}
.AnyTagClassName
{
color: #F8489B;
}
</style>
background-color css
<style>
a { background-color: #F8489B; }
a { background-color: rgb(248,72,155); }
div.DivClassName
{
background-color: #F8489B;
}
.BgClassName
{
background-color: #F8489B;
}
</style>
border-color css
<style>
span { border-color: #F8489B; }
span { border-color: rgb(248,72,155); }
td.TdClassName
{
border-color: #F8489B;
}
.TagClassName
{
border-color: #F8489B;
}
</style>