Shades of Brilliant Rose #F6699A
Tints of Brilliant Rose #F6699A
RGB
CMYK
RGB Variations
Color information
#F6699A (or 0xF6699A) is known color: Brilliant Rose. HEX triplet: F6, 69 and 9A. RGB value is (246,105,154). Sum of RGB (Red+Green+Blue) = 246+105+154=505 (66% of max value = 765). Red value is 246 (96.48% from 255 or 48.71% from 505); Green value is 105 (41.41% from 255 or 20.79% from 505); Blue value is 154 (60.55% from 255 or 30.50% from 505); Max value from RGB is 246 - color contains mainly: red. Hex color #F6699A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F6699A is #099665. Grayscale: #989898. Windows color (decimal): -628326 or 10119670. OLE color: 10119670.
HSL color Cylindrical-coordinate representation of color #F6699A: hue angle of 339.15º degrees, saturation: 0.89, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F6699A is Cyan = 0, Magento = 0.57, Yellow = 0.37 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 105 | 154 | - |
| CMYK | 0 | 0.57 | 0.37 | 0.04 |
| HSL | 339.15º | 0.89% | 0.69% | - |
| HSV(B) | 339.15º | 0.57% | 0.96% | - |
| XYZ | 48.89 | 32.03 | 34.18 | - |
| YUV | 152.75 | 128.71 | 194.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 105 | 154 | 0 | 0.57 | 0.37 | 0.04 | 339.15 | 0.89 | 0.69 |
| Hex | F6 | 69 | 9A | 0 | 39 | 25 | 4 | 153 | 59 | 45 |
| Octal | 366 | 151 | 232 | 0 | 71 | 45 | 4 | 523 | 131 | 105 |
| Binary | 11110110 | 1101001 | 10011010 | 0 | 111001 | 100101 | 100 | 101010011 | 1011001 | 1000101 |
Color Harmonies of #F6699A
Complementary color
Monochromatic Colors of #F6699A
Black with #F6699A
Text Example
Text Example
White with #F6699A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6699A; }
p { color: rgb(246,105,154); }
H1.HeaderClassName
{
color: #F6699A;
}
.AnyTagClassName
{
color: #F6699A;
}
</style>
background-color css
<style>
a { background-color: #F6699A; }
a { background-color: rgb(246,105,154); }
div.DivClassName
{
background-color: #F6699A;
}
.BgClassName
{
background-color: #F6699A;
}
</style>
border-color css
<style>
span { border-color: #F6699A; }
span { border-color: rgb(246,105,154); }
td.TdClassName
{
border-color: #F6699A;
}
.TagClassName
{
border-color: #F6699A;
}
</style>