Shades of Brilliant Rose #F7699B
Tints of Brilliant Rose #F7699B
RGB
CMYK
RGB Variations
Color information
#F7699B (or 0xF7699B) is known color: Brilliant Rose. HEX triplet: F7, 69 and 9B. RGB value is (247,105,155). Sum of RGB (Red+Green+Blue) = 247+105+155=507 (67% of max value = 765). Red value is 247 (96.88% from 255 or 48.72% from 507); Green value is 105 (41.41% from 255 or 20.71% from 507); Blue value is 155 (60.94% from 255 or 30.57% from 507); Max value from RGB is 247 - color contains mainly: red. Hex color #F7699B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F7699B is #089664. Grayscale: #999999. Windows color (decimal): -562789 or 10185207. OLE color: 10185207.
HSL color Cylindrical-coordinate representation of color #F7699B: hue angle of 338.87º degrees, saturation: 0.9, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F7699B is Cyan = 0, Magento = 0.57, Yellow = 0.37 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 105 | 155 | - |
| CMYK | 0 | 0.57 | 0.37 | 0.03 |
| HSL | 338.87º | 0.9% | 0.69% | - |
| HSV(B) | 338.87º | 0.57% | 0.97% | - |
| XYZ | 49.33 | 32.24 | 34.63 | - |
| YUV | 153.16 | 129.04 | 194.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 105 | 155 | 0 | 0.57 | 0.37 | 0.03 | 338.87 | 0.9 | 0.69 |
| Hex | F7 | 69 | 9B | 0 | 39 | 25 | 3 | 153 | 5A | 45 |
| Octal | 367 | 151 | 233 | 0 | 71 | 45 | 3 | 523 | 132 | 105 |
| Binary | 11110111 | 1101001 | 10011011 | 0 | 111001 | 100101 | 11 | 101010011 | 1011010 | 1000101 |
Color Harmonies of #F7699B
Complementary color
Monochromatic Colors of #F7699B
Black with #F7699B
Text Example
Text Example
White with #F7699B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7699B; }
p { color: rgb(247,105,155); }
H1.HeaderClassName
{
color: #F7699B;
}
.AnyTagClassName
{
color: #F7699B;
}
</style>
background-color css
<style>
a { background-color: #F7699B; }
a { background-color: rgb(247,105,155); }
div.DivClassName
{
background-color: #F7699B;
}
.BgClassName
{
background-color: #F7699B;
}
</style>
border-color css
<style>
span { border-color: #F7699B; }
span { border-color: rgb(247,105,155); }
td.TdClassName
{
border-color: #F7699B;
}
.TagClassName
{
border-color: #F7699B;
}
</style>