Shades of Brilliant Rose #F9579B
Tints of Brilliant Rose #F9579B
RGB
CMYK
RGB Variations
Color information
#F9579B (or 0xF9579B) is known color: Brilliant Rose. HEX triplet: F9, 57 and 9B. RGB value is (249,87,155). Sum of RGB (Red+Green+Blue) = 249+87+155=491 (65% of max value = 765). Red value is 249 (97.66% from 255 or 50.71% from 491); Green value is 87 (34.38% from 255 or 17.72% from 491); Blue value is 155 (60.94% from 255 or 31.57% from 491); Max value from RGB is 249 - color contains mainly: red. Hex color #F9579B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F9579B is #06A864. Grayscale: #8F8F8F. Windows color (decimal): -436325 or 10180601. OLE color: 10180601.
HSL color Cylindrical-coordinate representation of color #F9579B: hue angle of 334.81º 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 #F9579B is Cyan = 0, Magento = 0.65, Yellow = 0.38 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 87 | 155 | - |
| CMYK | 0 | 0.65 | 0.38 | 0.02 |
| HSL | 334.81º | 0.93% | 0.66% | - |
| HSV(B) | 334.81º | 0.65% | 0.98% | - |
| XYZ | 48.39 | 29.32 | 34.12 | - |
| YUV | 143.19 | 134.67 | 203.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 87 | 155 | 0 | 0.65 | 0.38 | 0.02 | 334.81 | 0.93 | 0.66 |
| Hex | F9 | 57 | 9B | 0 | 41 | 26 | 2 | 14F | 5D | 42 |
| Octal | 371 | 127 | 233 | 0 | 101 | 46 | 2 | 517 | 135 | 102 |
| Binary | 11111001 | 1010111 | 10011011 | 0 | 1000001 | 100110 | 10 | 101001111 | 1011101 | 1000010 |
Color Harmonies of #F9579B
Complementary color
Monochromatic Colors of #F9579B
Black with #F9579B
Text Example
Text Example
White with #F9579B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9579B; }
p { color: rgb(249,87,155); }
H1.HeaderClassName
{
color: #F9579B;
}
.AnyTagClassName
{
color: #F9579B;
}
</style>
background-color css
<style>
a { background-color: #F9579B; }
a { background-color: rgb(249,87,155); }
div.DivClassName
{
background-color: #F9579B;
}
.BgClassName
{
background-color: #F9579B;
}
</style>
border-color css
<style>
span { border-color: #F9579B; }
span { border-color: rgb(249,87,155); }
td.TdClassName
{
border-color: #F9579B;
}
.TagClassName
{
border-color: #F9579B;
}
</style>