Shades of Brilliant Rose #F9589B
Tints of Brilliant Rose #F9589B
RGB
CMYK
RGB Variations
Color information
#F9589B (or 0xF9589B) is known color: Brilliant Rose. HEX triplet: F9, 58 and 9B. RGB value is (249,88,155). Sum of RGB (Red+Green+Blue) = 249+88+155=492 (65% of max value = 765). Red value is 249 (97.66% from 255 or 50.61% from 492); Green value is 88 (34.77% from 255 or 17.89% from 492); Blue value is 155 (60.94% from 255 or 31.50% from 492); Max value from RGB is 249 - color contains mainly: red. Hex color #F9589B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F9589B is #06A764. Grayscale: #8F8F8F. Windows color (decimal): -436069 or 10180857. OLE color: 10180857.
HSL color Cylindrical-coordinate representation of color #F9589B: hue angle of 335.03º degrees, saturation: 0.93, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F9589B is Cyan = 0, Magento = 0.65, Yellow = 0.38 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 88 | 155 | - |
| CMYK | 0 | 0.65 | 0.38 | 0.02 |
| HSL | 335.03º | 0.93% | 0.66% | - |
| HSV(B) | 335.03º | 0.65% | 0.98% | - |
| XYZ | 48.47 | 29.49 | 34.15 | - |
| YUV | 143.78 | 134.34 | 203.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 88 | 155 | 0 | 0.65 | 0.38 | 0.02 | 335.03 | 0.93 | 0.66 |
| Hex | F9 | 58 | 9B | 0 | 41 | 26 | 2 | 14F | 5D | 42 |
| Octal | 371 | 130 | 233 | 0 | 101 | 46 | 2 | 517 | 135 | 102 |
| Binary | 11111001 | 1011000 | 10011011 | 0 | 1000001 | 100110 | 10 | 101001111 | 1011101 | 1000010 |
Color Harmonies of #F9589B
Complementary color
Monochromatic Colors of #F9589B
Black with #F9589B
Text Example
Text Example
White with #F9589B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9589B; }
p { color: rgb(249,88,155); }
H1.HeaderClassName
{
color: #F9589B;
}
.AnyTagClassName
{
color: #F9589B;
}
</style>
background-color css
<style>
a { background-color: #F9589B; }
a { background-color: rgb(249,88,155); }
div.DivClassName
{
background-color: #F9589B;
}
.BgClassName
{
background-color: #F9589B;
}
</style>
border-color css
<style>
span { border-color: #F9589B; }
span { border-color: rgb(249,88,155); }
td.TdClassName
{
border-color: #F9589B;
}
.TagClassName
{
border-color: #F9589B;
}
</style>