Shades of Brilliant Rose #F6579B
Tints of Brilliant Rose #F6579B
RGB
CMYK
RGB Variations
Color information
#F6579B (or 0xF6579B) is known color: Brilliant Rose. HEX triplet: F6, 57 and 9B. RGB value is (246,87,155). Sum of RGB (Red+Green+Blue) = 246+87+155=488 (64% of max value = 765). Red value is 246 (96.48% from 255 or 50.41% from 488); Green value is 87 (34.38% from 255 or 17.83% from 488); Blue value is 155 (60.94% from 255 or 31.76% from 488); Max value from RGB is 246 - color contains mainly: red. Hex color #F6579B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F6579B is #09A864. Grayscale: #8E8E8E. Windows color (decimal): -632933 or 10180598. OLE color: 10180598.
HSL color Cylindrical-coordinate representation of color #F6579B: hue angle of 334.34º degrees, saturation: 0.9, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F6579B is Cyan = 0, Magento = 0.65, Yellow = 0.37 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 87 | 155 | - |
| CMYK | 0 | 0.65 | 0.37 | 0.04 |
| HSL | 334.34º | 0.9% | 0.65% | - |
| HSV(B) | 334.34º | 0.65% | 0.96% | - |
| XYZ | 47.33 | 28.78 | 34.07 | - |
| YUV | 142.29 | 135.18 | 201.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 87 | 155 | 0 | 0.65 | 0.37 | 0.04 | 334.34 | 0.9 | 0.65 |
| Hex | F6 | 57 | 9B | 0 | 41 | 25 | 4 | 14E | 5A | 41 |
| Octal | 366 | 127 | 233 | 0 | 101 | 45 | 4 | 516 | 132 | 101 |
| Binary | 11110110 | 1010111 | 10011011 | 0 | 1000001 | 100101 | 100 | 101001110 | 1011010 | 1000001 |
Color Harmonies of #F6579B
Complementary color
Monochromatic Colors of #F6579B
Black with #F6579B
Text Example
Text Example
White with #F6579B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6579B; }
p { color: rgb(246,87,155); }
H1.HeaderClassName
{
color: #F6579B;
}
.AnyTagClassName
{
color: #F6579B;
}
</style>
background-color css
<style>
a { background-color: #F6579B; }
a { background-color: rgb(246,87,155); }
div.DivClassName
{
background-color: #F6579B;
}
.BgClassName
{
background-color: #F6579B;
}
</style>
border-color css
<style>
span { border-color: #F6579B; }
span { border-color: rgb(246,87,155); }
td.TdClassName
{
border-color: #F6579B;
}
.TagClassName
{
border-color: #F6579B;
}
</style>