Shades of Brilliant Rose #F659AA
Tints of Brilliant Rose #F659AA
RGB
CMYK
RGB Variations
Color information
#F659AA (or 0xF659AA) is known color: Brilliant Rose. HEX triplet: F6, 59 and AA. RGB value is (246,89,170). Sum of RGB (Red+Green+Blue) = 246+89+170=505 (66% of max value = 765). Red value is 246 (96.48% from 255 or 48.71% from 505); Green value is 89 (35.16% from 255 or 17.62% from 505); Blue value is 170 (66.80% from 255 or 33.66% from 505); Max value from RGB is 246 - color contains mainly: red. Hex color #F659AA is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F659AA is #09A655. Grayscale: #919191. Windows color (decimal): -632406 or 11164150. OLE color: 11164150.
HSL color Cylindrical-coordinate representation of color #F659AA: hue angle of 329.04º degrees, saturation: 0.9, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #F659AA is Cyan = 0, Magento = 0.64, Yellow = 0.31 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 89 | 170 | - |
| CMYK | 0 | 0.64 | 0.31 | 0.04 |
| HSL | 329.04º | 0.9% | 0.66% | - |
| HSV(B) | 329.04º | 0.64% | 0.96% | - |
| XYZ | 48.83 | 29.64 | 41.18 | - |
| YUV | 145.18 | 142.01 | 199.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 89 | 170 | 0 | 0.64 | 0.31 | 0.04 | 329.04 | 0.9 | 0.66 |
| Hex | F6 | 59 | AA | 0 | 40 | 1F | 4 | 149 | 5A | 42 |
| Octal | 366 | 131 | 252 | 0 | 100 | 37 | 4 | 511 | 132 | 102 |
| Binary | 11110110 | 1011001 | 10101010 | 0 | 1000000 | 11111 | 100 | 101001001 | 1011010 | 1000010 |
Color Harmonies of #F659AA
Complementary color
Monochromatic Colors of #F659AA
Black with #F659AA
Text Example
Text Example
White with #F659AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F659AA; }
p { color: rgb(246,89,170); }
H1.HeaderClassName
{
color: #F659AA;
}
.AnyTagClassName
{
color: #F659AA;
}
</style>
background-color css
<style>
a { background-color: #F659AA; }
a { background-color: rgb(246,89,170); }
div.DivClassName
{
background-color: #F659AA;
}
.BgClassName
{
background-color: #F659AA;
}
</style>
border-color css
<style>
span { border-color: #F659AA; }
span { border-color: rgb(246,89,170); }
td.TdClassName
{
border-color: #F659AA;
}
.TagClassName
{
border-color: #F659AA;
}
</style>