Shades of Brilliant Rose #F6699D
Tints of Brilliant Rose #F6699D
RGB
CMYK
RGB Variations
Color information
#F6699D (or 0xF6699D) is known color: Brilliant Rose. HEX triplet: F6, 69 and 9D. RGB value is (246,105,157). Sum of RGB (Red+Green+Blue) = 246+105+157=508 (67% of max value = 765). Red value is 246 (96.48% from 255 or 48.43% from 508); Green value is 105 (41.41% from 255 or 20.67% from 508); Blue value is 157 (61.72% from 255 or 30.91% from 508); Max value from RGB is 246 - color contains mainly: red. Hex color #F6699D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F6699D is #099662. Grayscale: #999999. Windows color (decimal): -628323 or 10316278. OLE color: 10316278.
HSL color Cylindrical-coordinate representation of color #F6699D: hue angle of 337.87º 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 #F6699D is Cyan = 0, Magento = 0.57, Yellow = 0.36 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 105 | 157 | - |
| CMYK | 0 | 0.57 | 0.36 | 0.04 |
| HSL | 337.87º | 0.89% | 0.69% | - |
| HSV(B) | 337.87º | 0.57% | 0.96% | - |
| XYZ | 49.14 | 32.13 | 35.51 | - |
| YUV | 153.09 | 130.21 | 194.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 105 | 157 | 0 | 0.57 | 0.36 | 0.04 | 337.87 | 0.89 | 0.69 |
| Hex | F6 | 69 | 9D | 0 | 39 | 24 | 4 | 152 | 59 | 45 |
| Octal | 366 | 151 | 235 | 0 | 71 | 44 | 4 | 522 | 131 | 105 |
| Binary | 11110110 | 1101001 | 10011101 | 0 | 111001 | 100100 | 100 | 101010010 | 1011001 | 1000101 |
Color Harmonies of #F6699D
Complementary color
Monochromatic Colors of #F6699D
Black with #F6699D
Text Example
Text Example
White with #F6699D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6699D; }
p { color: rgb(246,105,157); }
H1.HeaderClassName
{
color: #F6699D;
}
.AnyTagClassName
{
color: #F6699D;
}
</style>
background-color css
<style>
a { background-color: #F6699D; }
a { background-color: rgb(246,105,157); }
div.DivClassName
{
background-color: #F6699D;
}
.BgClassName
{
background-color: #F6699D;
}
</style>
border-color css
<style>
span { border-color: #F6699D; }
span { border-color: rgb(246,105,157); }
td.TdClassName
{
border-color: #F6699D;
}
.TagClassName
{
border-color: #F6699D;
}
</style>