Shades of Brilliant Rose #F659A1
Tints of Brilliant Rose #F659A1
RGB
CMYK
RGB Variations
Color information
#F659A1 (or 0xF659A1) is known color: Brilliant Rose. HEX triplet: F6, 59 and A1. RGB value is (246,89,161). Sum of RGB (Red+Green+Blue) = 246+89+161=496 (65% of max value = 765). Red value is 246 (96.48% from 255 or 49.60% from 496); Green value is 89 (35.16% from 255 or 17.94% from 496); Blue value is 161 (63.28% from 255 or 32.46% from 496); Max value from RGB is 246 - color contains mainly: red. Hex color #F659A1 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F659A1 is #09A65E. Grayscale: #909090. Windows color (decimal): -632415 or 10574326. OLE color: 10574326.
HSL color Cylindrical-coordinate representation of color #F659A1: hue angle of 332.48º 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 #F659A1 is Cyan = 0, Magento = 0.64, Yellow = 0.35 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 89 | 161 | - |
| CMYK | 0 | 0.64 | 0.35 | 0.04 |
| HSL | 332.48º | 0.9% | 0.66% | - |
| HSV(B) | 332.48º | 0.64% | 0.96% | - |
| XYZ | 48.01 | 29.31 | 36.85 | - |
| YUV | 144.15 | 137.51 | 200.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 89 | 161 | 0 | 0.64 | 0.35 | 0.04 | 332.48 | 0.9 | 0.66 |
| Hex | F6 | 59 | A1 | 0 | 40 | 23 | 4 | 14C | 5A | 42 |
| Octal | 366 | 131 | 241 | 0 | 100 | 43 | 4 | 514 | 132 | 102 |
| Binary | 11110110 | 1011001 | 10100001 | 0 | 1000000 | 100011 | 100 | 101001100 | 1011010 | 1000010 |
Color Harmonies of #F659A1
Complementary color
Monochromatic Colors of #F659A1
Black with #F659A1
Text Example
Text Example
White with #F659A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F659A1; }
p { color: rgb(246,89,161); }
H1.HeaderClassName
{
color: #F659A1;
}
.AnyTagClassName
{
color: #F659A1;
}
</style>
background-color css
<style>
a { background-color: #F659A1; }
a { background-color: rgb(246,89,161); }
div.DivClassName
{
background-color: #F659A1;
}
.BgClassName
{
background-color: #F659A1;
}
</style>
border-color css
<style>
span { border-color: #F659A1; }
span { border-color: rgb(246,89,161); }
td.TdClassName
{
border-color: #F659A1;
}
.TagClassName
{
border-color: #F659A1;
}
</style>