Shades of Brilliant Rose #F8599A
Tints of Brilliant Rose #F8599A
RGB
CMYK
RGB Variations
Color information
#F8599A (or 0xF8599A) is known color: Brilliant Rose. HEX triplet: F8, 59 and 9A. RGB value is (248,89,154). Sum of RGB (Red+Green+Blue) = 248+89+154=491 (65% of max value = 765). Red value is 248 (97.27% from 255 or 50.51% from 491); Green value is 89 (35.16% from 255 or 18.13% from 491); Blue value is 154 (60.55% from 255 or 31.36% from 491); Max value from RGB is 248 - color contains mainly: red. Hex color #F8599A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F8599A is #07A665. Grayscale: #8F8F8F. Windows color (decimal): -501350 or 10115576. OLE color: 10115576.
HSL color Cylindrical-coordinate representation of color #F8599A: hue angle of 335.47º 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 #F8599A is Cyan = 0, Magento = 0.64, Yellow = 0.38 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 89 | 154 | - |
| CMYK | 0 | 0.64 | 0.38 | 0.03 |
| HSL | 335.47º | 0.92% | 0.66% | - |
| HSV(B) | 335.47º | 0.64% | 0.97% | - |
| XYZ | 48.12 | 29.43 | 33.72 | - |
| YUV | 143.95 | 133.68 | 202.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 89 | 154 | 0 | 0.64 | 0.38 | 0.03 | 335.47 | 0.92 | 0.66 |
| Hex | F8 | 59 | 9A | 0 | 40 | 26 | 3 | 14F | 5C | 42 |
| Octal | 370 | 131 | 232 | 0 | 100 | 46 | 3 | 517 | 134 | 102 |
| Binary | 11111000 | 1011001 | 10011010 | 0 | 1000000 | 100110 | 11 | 101001111 | 1011100 | 1000010 |
Color Harmonies of #F8599A
Complementary color
Monochromatic Colors of #F8599A
Black with #F8599A
Text Example
Text Example
White with #F8599A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8599A; }
p { color: rgb(248,89,154); }
H1.HeaderClassName
{
color: #F8599A;
}
.AnyTagClassName
{
color: #F8599A;
}
</style>
background-color css
<style>
a { background-color: #F8599A; }
a { background-color: rgb(248,89,154); }
div.DivClassName
{
background-color: #F8599A;
}
.BgClassName
{
background-color: #F8599A;
}
</style>
border-color css
<style>
span { border-color: #F8599A; }
span { border-color: rgb(248,89,154); }
td.TdClassName
{
border-color: #F8599A;
}
.TagClassName
{
border-color: #F8599A;
}
</style>