Shades of Brilliant Rose #F8499C
Tints of Brilliant Rose #F8499C
RGB
CMYK
RGB Variations
Color information
#F8499C (or 0xF8499C) is known color: Brilliant Rose. HEX triplet: F8, 49 and 9C. RGB value is (248,73,156). Sum of RGB (Red+Green+Blue) = 248+73+156=477 (63% of max value = 765). Red value is 248 (97.27% from 255 or 51.99% from 477); Green value is 73 (28.91% from 255 or 15.30% from 477); Blue value is 156 (61.33% from 255 or 32.70% from 477); Max value from RGB is 248 - color contains mainly: red. Hex color #F8499C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F8499C is #07B663. Grayscale: #868686. Windows color (decimal): -505444 or 10242552. OLE color: 10242552.
HSL color Cylindrical-coordinate representation of color #F8499C: hue angle of 331.54º 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 #F8499C is Cyan = 0, Magento = 0.71, Yellow = 0.37 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 73 | 156 | - |
| CMYK | 0 | 0.71 | 0.37 | 0.03 |
| HSL | 331.54º | 0.93% | 0.63% | - |
| HSV(B) | 331.54º | 0.71% | 0.97% | - |
| XYZ | 47.09 | 27.12 | 34.21 | - |
| YUV | 134.79 | 139.98 | 208.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 73 | 156 | 0 | 0.71 | 0.37 | 0.03 | 331.54 | 0.93 | 0.63 |
| Hex | F8 | 49 | 9C | 0 | 47 | 25 | 3 | 14C | 5D | 3F |
| Octal | 370 | 111 | 234 | 0 | 107 | 45 | 3 | 514 | 135 | 77 |
| Binary | 11111000 | 1001001 | 10011100 | 0 | 1000111 | 100101 | 11 | 101001100 | 1011101 | 111111 |
Color Harmonies of #F8499C
Complementary color
Monochromatic Colors of #F8499C
Black with #F8499C
Text Example
Text Example
White with #F8499C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8499C; }
p { color: rgb(248,73,156); }
H1.HeaderClassName
{
color: #F8499C;
}
.AnyTagClassName
{
color: #F8499C;
}
</style>
background-color css
<style>
a { background-color: #F8499C; }
a { background-color: rgb(248,73,156); }
div.DivClassName
{
background-color: #F8499C;
}
.BgClassName
{
background-color: #F8499C;
}
</style>
border-color css
<style>
span { border-color: #F8499C; }
span { border-color: rgb(248,73,156); }
td.TdClassName
{
border-color: #F8499C;
}
.TagClassName
{
border-color: #F8499C;
}
</style>