Shades of Brilliant Rose #F9559A
Tints of Brilliant Rose #F9559A
RGB
CMYK
RGB Variations
Color information
#F9559A (or 0xF9559A) is known color: Brilliant Rose. HEX triplet: F9, 55 and 9A. RGB value is (249,85,154). Sum of RGB (Red+Green+Blue) = 249+85+154=488 (64% of max value = 765). Red value is 249 (97.66% from 255 or 51.02% from 488); Green value is 85 (33.59% from 255 or 17.42% from 488); Blue value is 154 (60.55% from 255 or 31.56% from 488); Max value from RGB is 249 - color contains mainly: red. Hex color #F9559A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F9559A is #06AA65. Grayscale: #8D8D8D. Windows color (decimal): -436838 or 10114553. OLE color: 10114553.
HSL color Cylindrical-coordinate representation of color #F9559A: hue angle of 334.76º 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 #F9559A is Cyan = 0, Magento = 0.66, Yellow = 0.38 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 85 | 154 | - |
| CMYK | 0 | 0.66 | 0.38 | 0.02 |
| HSL | 334.76º | 0.93% | 0.65% | - |
| HSV(B) | 334.76º | 0.66% | 0.98% | - |
| XYZ | 48.15 | 28.97 | 33.63 | - |
| YUV | 141.9 | 134.83 | 204.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 85 | 154 | 0 | 0.66 | 0.38 | 0.02 | 334.76 | 0.93 | 0.65 |
| Hex | F9 | 55 | 9A | 0 | 42 | 26 | 2 | 14F | 5D | 41 |
| Octal | 371 | 125 | 232 | 0 | 102 | 46 | 2 | 517 | 135 | 101 |
| Binary | 11111001 | 1010101 | 10011010 | 0 | 1000010 | 100110 | 10 | 101001111 | 1011101 | 1000001 |
Color Harmonies of #F9559A
Complementary color
Monochromatic Colors of #F9559A
Black with #F9559A
Text Example
Text Example
White with #F9559A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9559A; }
p { color: rgb(249,85,154); }
H1.HeaderClassName
{
color: #F9559A;
}
.AnyTagClassName
{
color: #F9559A;
}
</style>
background-color css
<style>
a { background-color: #F9559A; }
a { background-color: rgb(249,85,154); }
div.DivClassName
{
background-color: #F9559A;
}
.BgClassName
{
background-color: #F9559A;
}
</style>
border-color css
<style>
span { border-color: #F9559A; }
span { border-color: rgb(249,85,154); }
td.TdClassName
{
border-color: #F9559A;
}
.TagClassName
{
border-color: #F9559A;
}
</style>