Shades of Brilliant Rose #F8599B
Tints of Brilliant Rose #F8599B
RGB
CMYK
RGB Variations
Color information
#F8599B (or 0xF8599B) is known color: Brilliant Rose. HEX triplet: F8, 59 and 9B. RGB value is (248,89,155). Sum of RGB (Red+Green+Blue) = 248+89+155=492 (65% of max value = 765). Red value is 248 (97.27% from 255 or 50.41% from 492); Green value is 89 (35.16% from 255 or 18.09% from 492); Blue value is 155 (60.94% from 255 or 31.50% from 492); Max value from RGB is 248 - color contains mainly: red. Hex color #F8599B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F8599B is #07A664. Grayscale: #8F8F8F. Windows color (decimal): -501349 or 10181112. OLE color: 10181112.
HSL color Cylindrical-coordinate representation of color #F8599B: hue angle of 335.09º degrees, saturation: 0.92, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #F8599B is Cyan = 0, Magento = 0.64, Yellow = 0.38 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 89 | 155 | - |
| CMYK | 0 | 0.64 | 0.38 | 0.03 |
| HSL | 335.09º | 0.92% | 0.66% | - |
| HSV(B) | 335.09º | 0.64% | 0.97% | - |
| XYZ | 48.2 | 29.47 | 34.16 | - |
| YUV | 144.07 | 134.18 | 202.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 89 | 155 | 0 | 0.64 | 0.38 | 0.03 | 335.09 | 0.92 | 0.66 |
| Hex | F8 | 59 | 9B | 0 | 40 | 26 | 3 | 14F | 5C | 42 |
| Octal | 370 | 131 | 233 | 0 | 100 | 46 | 3 | 517 | 134 | 102 |
| Binary | 11111000 | 1011001 | 10011011 | 0 | 1000000 | 100110 | 11 | 101001111 | 1011100 | 1000010 |
Color Harmonies of #F8599B
Complementary color
Monochromatic Colors of #F8599B
Black with #F8599B
Text Example
Text Example
White with #F8599B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8599B; }
p { color: rgb(248,89,155); }
H1.HeaderClassName
{
color: #F8599B;
}
.AnyTagClassName
{
color: #F8599B;
}
</style>
background-color css
<style>
a { background-color: #F8599B; }
a { background-color: rgb(248,89,155); }
div.DivClassName
{
background-color: #F8599B;
}
.BgClassName
{
background-color: #F8599B;
}
</style>
border-color css
<style>
span { border-color: #F8599B; }
span { border-color: rgb(248,89,155); }
td.TdClassName
{
border-color: #F8599B;
}
.TagClassName
{
border-color: #F8599B;
}
</style>