Shades of Brilliant Rose #F9509B
Tints of Brilliant Rose #F9509B
RGB
CMYK
RGB Variations
Color information
#F9509B (or 0xF9509B) is known color: Brilliant Rose. HEX triplet: F9, 50 and 9B. RGB value is (249,80,155). Sum of RGB (Red+Green+Blue) = 249+80+155=484 (64% of max value = 765). Red value is 249 (97.66% from 255 or 51.45% from 484); Green value is 80 (31.64% from 255 or 16.53% from 484); Blue value is 155 (60.94% from 255 or 32.02% from 484); Max value from RGB is 249 - color contains mainly: red. Hex color #F9509B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F9509B is #06AF64. Grayscale: #8A8A8A. Windows color (decimal): -438117 or 10178809. OLE color: 10178809.
HSL color Cylindrical-coordinate representation of color #F9509B: hue angle of 333.37º degrees, saturation: 0.93, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #F9509B is Cyan = 0, Magento = 0.68, Yellow = 0.38 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 80 | 155 | - |
| CMYK | 0 | 0.68 | 0.38 | 0.02 |
| HSL | 333.37º | 0.93% | 0.65% | - |
| HSV(B) | 333.37º | 0.68% | 0.98% | - |
| XYZ | 47.85 | 28.24 | 33.94 | - |
| YUV | 139.08 | 136.99 | 206.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 80 | 155 | 0 | 0.68 | 0.38 | 0.02 | 333.37 | 0.93 | 0.65 |
| Hex | F9 | 50 | 9B | 0 | 44 | 26 | 2 | 14D | 5D | 41 |
| Octal | 371 | 120 | 233 | 0 | 104 | 46 | 2 | 515 | 135 | 101 |
| Binary | 11111001 | 1010000 | 10011011 | 0 | 1000100 | 100110 | 10 | 101001101 | 1011101 | 1000001 |
Color Harmonies of #F9509B
Complementary color
Monochromatic Colors of #F9509B
Black with #F9509B
Text Example
Text Example
White with #F9509B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9509B; }
p { color: rgb(249,80,155); }
H1.HeaderClassName
{
color: #F9509B;
}
.AnyTagClassName
{
color: #F9509B;
}
</style>
background-color css
<style>
a { background-color: #F9509B; }
a { background-color: rgb(249,80,155); }
div.DivClassName
{
background-color: #F9509B;
}
.BgClassName
{
background-color: #F9509B;
}
</style>
border-color css
<style>
span { border-color: #F9509B; }
span { border-color: rgb(249,80,155); }
td.TdClassName
{
border-color: #F9509B;
}
.TagClassName
{
border-color: #F9509B;
}
</style>