Shades of Brilliant Rose #F9579F
Tints of Brilliant Rose #F9579F
RGB
CMYK
RGB Variations
Color information
#F9579F (or 0xF9579F) is known color: Brilliant Rose. HEX triplet: F9, 57 and 9F. RGB value is (249,87,159). Sum of RGB (Red+Green+Blue) = 249+87+159=495 (65% of max value = 765). Red value is 249 (97.66% from 255 or 50.30% from 495); Green value is 87 (34.38% from 255 or 17.58% from 495); Blue value is 159 (62.5% from 255 or 32.12% from 495); Max value from RGB is 249 - color contains mainly: red. Hex color #F9579F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F9579F is #06A860. Grayscale: #8F8F8F. Windows color (decimal): -436321 or 10442745. OLE color: 10442745.
HSL color Cylindrical-coordinate representation of color #F9579F: hue angle of 333.33º 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 #F9579F is Cyan = 0, Magento = 0.65, Yellow = 0.36 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 87 | 159 | - |
| CMYK | 0 | 0.65 | 0.36 | 0.02 |
| HSL | 333.33º | 0.93% | 0.66% | - |
| HSV(B) | 333.33º | 0.65% | 0.98% | - |
| XYZ | 48.73 | 29.46 | 35.92 | - |
| YUV | 143.65 | 136.67 | 203.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 87 | 159 | 0 | 0.65 | 0.36 | 0.02 | 333.33 | 0.93 | 0.66 |
| Hex | F9 | 57 | 9F | 0 | 41 | 24 | 2 | 14D | 5D | 42 |
| Octal | 371 | 127 | 237 | 0 | 101 | 44 | 2 | 515 | 135 | 102 |
| Binary | 11111001 | 1010111 | 10011111 | 0 | 1000001 | 100100 | 10 | 101001101 | 1011101 | 1000010 |
Color Harmonies of #F9579F
Complementary color
Monochromatic Colors of #F9579F
Black with #F9579F
Text Example
Text Example
White with #F9579F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9579F; }
p { color: rgb(249,87,159); }
H1.HeaderClassName
{
color: #F9579F;
}
.AnyTagClassName
{
color: #F9579F;
}
</style>
background-color css
<style>
a { background-color: #F9579F; }
a { background-color: rgb(249,87,159); }
div.DivClassName
{
background-color: #F9579F;
}
.BgClassName
{
background-color: #F9579F;
}
</style>
border-color css
<style>
span { border-color: #F9579F; }
span { border-color: rgb(249,87,159); }
td.TdClassName
{
border-color: #F9579F;
}
.TagClassName
{
border-color: #F9579F;
}
</style>