Shades of Brilliant Rose #F9559E
Tints of Brilliant Rose #F9559E
RGB
CMYK
RGB Variations
Color information
#F9559E (or 0xF9559E) is known color: Brilliant Rose. HEX triplet: F9, 55 and 9E. RGB value is (249,85,158). Sum of RGB (Red+Green+Blue) = 249+85+158=492 (65% of max value = 765). Red value is 249 (97.66% from 255 or 50.61% from 492); Green value is 85 (33.59% from 255 or 17.28% from 492); Blue value is 158 (62.11% from 255 or 32.11% from 492); Max value from RGB is 249 - color contains mainly: red. Hex color #F9559E is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F9559E is #06AA61. Grayscale: #8E8E8E. Windows color (decimal): -436834 or 10376697. OLE color: 10376697.
HSL color Cylindrical-coordinate representation of color #F9559E: hue angle of 333.29º degrees, saturation: 0.93, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #F9559E is Cyan = 0, Magento = 0.66, Yellow = 0.37 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 85 | 158 | - |
| CMYK | 0 | 0.66 | 0.37 | 0.02 |
| HSL | 333.29º | 0.93% | 0.65% | - |
| HSV(B) | 333.29º | 0.66% | 0.98% | - |
| XYZ | 48.49 | 29.11 | 35.41 | - |
| YUV | 142.36 | 136.83 | 204.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 85 | 158 | 0 | 0.66 | 0.37 | 0.02 | 333.29 | 0.93 | 0.65 |
| Hex | F9 | 55 | 9E | 0 | 42 | 25 | 2 | 14D | 5D | 41 |
| Octal | 371 | 125 | 236 | 0 | 102 | 45 | 2 | 515 | 135 | 101 |
| Binary | 11111001 | 1010101 | 10011110 | 0 | 1000010 | 100101 | 10 | 101001101 | 1011101 | 1000001 |
Color Harmonies of #F9559E
Complementary color
Monochromatic Colors of #F9559E
Black with #F9559E
Text Example
Text Example
White with #F9559E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9559E; }
p { color: rgb(249,85,158); }
H1.HeaderClassName
{
color: #F9559E;
}
.AnyTagClassName
{
color: #F9559E;
}
</style>
background-color css
<style>
a { background-color: #F9559E; }
a { background-color: rgb(249,85,158); }
div.DivClassName
{
background-color: #F9559E;
}
.BgClassName
{
background-color: #F9559E;
}
</style>
border-color css
<style>
span { border-color: #F9559E; }
span { border-color: rgb(249,85,158); }
td.TdClassName
{
border-color: #F9559E;
}
.TagClassName
{
border-color: #F9559E;
}
</style>