Shades of Brilliant Rose #F9509C
Tints of Brilliant Rose #F9509C
RGB
CMYK
RGB Variations
Color information
#F9509C (or 0xF9509C) is known color: Brilliant Rose. HEX triplet: F9, 50 and 9C. RGB value is (249,80,156). Sum of RGB (Red+Green+Blue) = 249+80+156=485 (64% of max value = 765). Red value is 249 (97.66% from 255 or 51.34% from 485); Green value is 80 (31.64% from 255 or 16.49% from 485); Blue value is 156 (61.33% from 255 or 32.16% from 485); Max value from RGB is 249 - color contains mainly: red. Hex color #F9509C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F9509C is #06AF63. Grayscale: #8B8B8B. Windows color (decimal): -438116 or 10244345. OLE color: 10244345.
HSL color Cylindrical-coordinate representation of color #F9509C: hue angle of 333.02º 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 #F9509C is Cyan = 0, Magento = 0.68, Yellow = 0.37 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 80 | 156 | - |
| CMYK | 0 | 0.68 | 0.37 | 0.02 |
| HSL | 333.02º | 0.93% | 0.65% | - |
| HSV(B) | 333.02º | 0.68% | 0.98% | - |
| XYZ | 47.94 | 28.28 | 34.38 | - |
| YUV | 139.2 | 137.49 | 206.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 80 | 156 | 0 | 0.68 | 0.37 | 0.02 | 333.02 | 0.93 | 0.65 |
| Hex | F9 | 50 | 9C | 0 | 44 | 25 | 2 | 14D | 5D | 41 |
| Octal | 371 | 120 | 234 | 0 | 104 | 45 | 2 | 515 | 135 | 101 |
| Binary | 11111001 | 1010000 | 10011100 | 0 | 1000100 | 100101 | 10 | 101001101 | 1011101 | 1000001 |
Color Harmonies of #F9509C
Complementary color
Monochromatic Colors of #F9509C
Black with #F9509C
Text Example
Text Example
White with #F9509C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9509C; }
p { color: rgb(249,80,156); }
H1.HeaderClassName
{
color: #F9509C;
}
.AnyTagClassName
{
color: #F9509C;
}
</style>
background-color css
<style>
a { background-color: #F9509C; }
a { background-color: rgb(249,80,156); }
div.DivClassName
{
background-color: #F9509C;
}
.BgClassName
{
background-color: #F9509C;
}
</style>
border-color css
<style>
span { border-color: #F9509C; }
span { border-color: rgb(249,80,156); }
td.TdClassName
{
border-color: #F9509C;
}
.TagClassName
{
border-color: #F9509C;
}
</style>