Shades of Brilliant Rose #F9599B
Tints of Brilliant Rose #F9599B
RGB
CMYK
RGB Variations
Color information
#F9599B (or 0xF9599B) is known color: Brilliant Rose. HEX triplet: F9, 59 and 9B. RGB value is (249,89,155). Sum of RGB (Red+Green+Blue) = 249+89+155=493 (65% of max value = 765). Red value is 249 (97.66% from 255 or 50.51% from 493); Green value is 89 (35.16% from 255 or 18.05% from 493); Blue value is 155 (60.94% from 255 or 31.44% from 493); Max value from RGB is 249 - color contains mainly: red. Hex color #F9599B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F9599B is #06A664. Grayscale: #909090. Windows color (decimal): -435813 or 10181113. OLE color: 10181113.
HSL color Cylindrical-coordinate representation of color #F9599B: hue angle of 335.25º 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 #F9599B is Cyan = 0, Magento = 0.64, Yellow = 0.38 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 89 | 155 | - |
| CMYK | 0 | 0.64 | 0.38 | 0.02 |
| HSL | 335.25º | 0.93% | 0.66% | - |
| HSV(B) | 335.25º | 0.64% | 0.98% | - |
| XYZ | 48.56 | 29.65 | 34.17 | - |
| YUV | 144.36 | 134.01 | 202.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 89 | 155 | 0 | 0.64 | 0.38 | 0.02 | 335.25 | 0.93 | 0.66 |
| Hex | F9 | 59 | 9B | 0 | 40 | 26 | 2 | 14F | 5D | 42 |
| Octal | 371 | 131 | 233 | 0 | 100 | 46 | 2 | 517 | 135 | 102 |
| Binary | 11111001 | 1011001 | 10011011 | 0 | 1000000 | 100110 | 10 | 101001111 | 1011101 | 1000010 |
Color Harmonies of #F9599B
Complementary color
Monochromatic Colors of #F9599B
Black with #F9599B
Text Example
Text Example
White with #F9599B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9599B; }
p { color: rgb(249,89,155); }
H1.HeaderClassName
{
color: #F9599B;
}
.AnyTagClassName
{
color: #F9599B;
}
</style>
background-color css
<style>
a { background-color: #F9599B; }
a { background-color: rgb(249,89,155); }
div.DivClassName
{
background-color: #F9599B;
}
.BgClassName
{
background-color: #F9599B;
}
</style>
border-color css
<style>
span { border-color: #F9599B; }
span { border-color: rgb(249,89,155); }
td.TdClassName
{
border-color: #F9599B;
}
.TagClassName
{
border-color: #F9599B;
}
</style>