Shades of Brilliant Rose #F6689B
Tints of Brilliant Rose #F6689B
RGB
CMYK
RGB Variations
Color information
#F6689B (or 0xF6689B) is known color: Brilliant Rose. HEX triplet: F6, 68 and 9B. RGB value is (246,104,155). Sum of RGB (Red+Green+Blue) = 246+104+155=505 (66% of max value = 765). Red value is 246 (96.48% from 255 or 48.71% from 505); Green value is 104 (41.02% from 255 or 20.59% from 505); Blue value is 155 (60.94% from 255 or 30.69% from 505); Max value from RGB is 246 - color contains mainly: red. Hex color #F6689B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F6689B is #099764. Grayscale: #989898. Windows color (decimal): -628581 or 10184950. OLE color: 10184950.
HSL color Cylindrical-coordinate representation of color #F6689B: hue angle of 338.45º degrees, saturation: 0.89, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F6689B is Cyan = 0, Magento = 0.58, Yellow = 0.37 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 104 | 155 | - |
| CMYK | 0 | 0.58 | 0.37 | 0.04 |
| HSL | 338.45º | 0.89% | 0.69% | - |
| HSV(B) | 338.45º | 0.58% | 0.96% | - |
| XYZ | 48.87 | 31.86 | 34.58 | - |
| YUV | 152.27 | 129.54 | 194.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 104 | 155 | 0 | 0.58 | 0.37 | 0.04 | 338.45 | 0.89 | 0.69 |
| Hex | F6 | 68 | 9B | 0 | 3A | 25 | 4 | 152 | 59 | 45 |
| Octal | 366 | 150 | 233 | 0 | 72 | 45 | 4 | 522 | 131 | 105 |
| Binary | 11110110 | 1101000 | 10011011 | 0 | 111010 | 100101 | 100 | 101010010 | 1011001 | 1000101 |
Color Harmonies of #F6689B
Complementary color
Monochromatic Colors of #F6689B
Black with #F6689B
Text Example
Text Example
White with #F6689B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6689B; }
p { color: rgb(246,104,155); }
H1.HeaderClassName
{
color: #F6689B;
}
.AnyTagClassName
{
color: #F6689B;
}
</style>
background-color css
<style>
a { background-color: #F6689B; }
a { background-color: rgb(246,104,155); }
div.DivClassName
{
background-color: #F6689B;
}
.BgClassName
{
background-color: #F6689B;
}
</style>
border-color css
<style>
span { border-color: #F6689B; }
span { border-color: rgb(246,104,155); }
td.TdClassName
{
border-color: #F6689B;
}
.TagClassName
{
border-color: #F6689B;
}
</style>