Shades of Brilliant Rose #F8599D
Tints of Brilliant Rose #F8599D
RGB
CMYK
RGB Variations
Color information
#F8599D (or 0xF8599D) is known color: Brilliant Rose. HEX triplet: F8, 59 and 9D. RGB value is (248,89,157). Sum of RGB (Red+Green+Blue) = 248+89+157=494 (65% of max value = 765). Red value is 248 (97.27% from 255 or 50.20% from 494); Green value is 89 (35.16% from 255 or 18.02% from 494); Blue value is 157 (61.72% from 255 or 31.78% from 494); Max value from RGB is 248 - color contains mainly: red. Hex color #F8599D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F8599D is #07A662. Grayscale: #909090. Windows color (decimal): -501347 or 10312184. OLE color: 10312184.
HSL color Cylindrical-coordinate representation of color #F8599D: hue angle of 334.34º 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 #F8599D is Cyan = 0, Magento = 0.64, Yellow = 0.37 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 89 | 157 | - |
| CMYK | 0 | 0.64 | 0.37 | 0.03 |
| HSL | 334.34º | 0.92% | 0.66% | - |
| HSV(B) | 334.34º | 0.64% | 0.97% | - |
| XYZ | 48.37 | 29.54 | 35.05 | - |
| YUV | 144.29 | 135.18 | 201.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 89 | 157 | 0 | 0.64 | 0.37 | 0.03 | 334.34 | 0.92 | 0.66 |
| Hex | F8 | 59 | 9D | 0 | 40 | 25 | 3 | 14E | 5C | 42 |
| Octal | 370 | 131 | 235 | 0 | 100 | 45 | 3 | 516 | 134 | 102 |
| Binary | 11111000 | 1011001 | 10011101 | 0 | 1000000 | 100101 | 11 | 101001110 | 1011100 | 1000010 |
Color Harmonies of #F8599D
Complementary color
Monochromatic Colors of #F8599D
Black with #F8599D
Text Example
Text Example
White with #F8599D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8599D; }
p { color: rgb(248,89,157); }
H1.HeaderClassName
{
color: #F8599D;
}
.AnyTagClassName
{
color: #F8599D;
}
</style>
background-color css
<style>
a { background-color: #F8599D; }
a { background-color: rgb(248,89,157); }
div.DivClassName
{
background-color: #F8599D;
}
.BgClassName
{
background-color: #F8599D;
}
</style>
border-color css
<style>
span { border-color: #F8599D; }
span { border-color: rgb(248,89,157); }
td.TdClassName
{
border-color: #F8599D;
}
.TagClassName
{
border-color: #F8599D;
}
</style>