Shades of Brilliant Rose #F9599E
Tints of Brilliant Rose #F9599E
RGB
CMYK
RGB Variations
Color information
#F9599E (or 0xF9599E) is known color: Brilliant Rose. HEX triplet: F9, 59 and 9E. RGB value is (249,89,158). Sum of RGB (Red+Green+Blue) = 249+89+158=496 (65% of max value = 765). Red value is 249 (97.66% from 255 or 50.20% from 496); Green value is 89 (35.16% from 255 or 17.94% from 496); Blue value is 158 (62.11% from 255 or 31.85% from 496); Max value from RGB is 249 - color contains mainly: red. Hex color #F9599E is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F9599E is #06A661. Grayscale: #909090. Windows color (decimal): -435810 or 10377721. OLE color: 10377721.
HSL color Cylindrical-coordinate representation of color #F9599E: hue angle of 334.12º degrees, saturation: 0.93, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #F9599E is Cyan = 0, Magento = 0.64, Yellow = 0.37 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 89 | 158 | - |
| CMYK | 0 | 0.64 | 0.37 | 0.02 |
| HSL | 334.13º | 0.93% | 0.66% | - |
| HSV(B) | 334.13º | 0.64% | 0.98% | - |
| XYZ | 48.81 | 29.75 | 35.52 | - |
| YUV | 144.71 | 135.51 | 202.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 89 | 158 | 0 | 0.64 | 0.37 | 0.02 | 334.13 | 0.93 | 0.66 |
| Hex | F9 | 59 | 9E | 0 | 40 | 25 | 2 | 14E | 5D | 42 |
| Octal | 371 | 131 | 236 | 0 | 100 | 45 | 2 | 516 | 135 | 102 |
| Binary | 11111001 | 1011001 | 10011110 | 0 | 1000000 | 100101 | 10 | 101001110 | 1011101 | 1000010 |
Color Harmonies of #F9599E
Complementary color
Monochromatic Colors of #F9599E
Black with #F9599E
Text Example
Text Example
White with #F9599E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9599E; }
p { color: rgb(249,89,158); }
H1.HeaderClassName
{
color: #F9599E;
}
.AnyTagClassName
{
color: #F9599E;
}
</style>
background-color css
<style>
a { background-color: #F9599E; }
a { background-color: rgb(249,89,158); }
div.DivClassName
{
background-color: #F9599E;
}
.BgClassName
{
background-color: #F9599E;
}
</style>
border-color css
<style>
span { border-color: #F9599E; }
span { border-color: rgb(249,89,158); }
td.TdClassName
{
border-color: #F9599E;
}
.TagClassName
{
border-color: #F9599E;
}
</style>