Shades of Brilliant Rose #F6559A
Tints of Brilliant Rose #F6559A
RGB
CMYK
RGB Variations
Color information
#F6559A (or 0xF6559A) is known color: Brilliant Rose. HEX triplet: F6, 55 and 9A. RGB value is (246,85,154). Sum of RGB (Red+Green+Blue) = 246+85+154=485 (64% of max value = 765). Red value is 246 (96.48% from 255 or 50.72% from 485); Green value is 85 (33.59% from 255 or 17.53% from 485); Blue value is 154 (60.55% from 255 or 31.75% from 485); Max value from RGB is 246 - color contains mainly: red. Hex color #F6559A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F6559A is #09AA65. Grayscale: #8C8C8C. Windows color (decimal): -633446 or 10114550. OLE color: 10114550.
HSL color Cylindrical-coordinate representation of color #F6559A: hue angle of 334.29º 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 #F6559A is Cyan = 0, Magento = 0.65, Yellow = 0.37 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 85 | 154 | - |
| CMYK | 0 | 0.65 | 0.37 | 0.04 |
| HSL | 334.29º | 0.9% | 0.65% | - |
| HSV(B) | 334.29º | 0.65% | 0.96% | - |
| XYZ | 47.09 | 28.42 | 33.58 | - |
| YUV | 141.01 | 135.34 | 202.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 85 | 154 | 0 | 0.65 | 0.37 | 0.04 | 334.29 | 0.9 | 0.65 |
| Hex | F6 | 55 | 9A | 0 | 41 | 25 | 4 | 14E | 5A | 41 |
| Octal | 366 | 125 | 232 | 0 | 101 | 45 | 4 | 516 | 132 | 101 |
| Binary | 11110110 | 1010101 | 10011010 | 0 | 1000001 | 100101 | 100 | 101001110 | 1011010 | 1000001 |
Color Harmonies of #F6559A
Complementary color
Monochromatic Colors of #F6559A
Black with #F6559A
Text Example
Text Example
White with #F6559A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6559A; }
p { color: rgb(246,85,154); }
H1.HeaderClassName
{
color: #F6559A;
}
.AnyTagClassName
{
color: #F6559A;
}
</style>
background-color css
<style>
a { background-color: #F6559A; }
a { background-color: rgb(246,85,154); }
div.DivClassName
{
background-color: #F6559A;
}
.BgClassName
{
background-color: #F6559A;
}
</style>
border-color css
<style>
span { border-color: #F6559A; }
span { border-color: rgb(246,85,154); }
td.TdClassName
{
border-color: #F6559A;
}
.TagClassName
{
border-color: #F6559A;
}
</style>