Shades of Brilliant Rose #F7699C
Tints of Brilliant Rose #F7699C
RGB
CMYK
RGB Variations
Color information
#F7699C (or 0xF7699C) is known color: Brilliant Rose. HEX triplet: F7, 69 and 9C. RGB value is (247,105,156). Sum of RGB (Red+Green+Blue) = 247+105+156=508 (67% of max value = 765). Red value is 247 (96.88% from 255 or 48.62% from 508); Green value is 105 (41.41% from 255 or 20.67% from 508); Blue value is 156 (61.33% from 255 or 30.71% from 508); Max value from RGB is 247 - color contains mainly: red. Hex color #F7699C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F7699C is #089663. Grayscale: #999999. Windows color (decimal): -562788 or 10250743. OLE color: 10250743.
HSL color Cylindrical-coordinate representation of color #F7699C: hue angle of 338.45º 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 #F7699C is Cyan = 0, Magento = 0.57, Yellow = 0.37 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 105 | 156 | - |
| CMYK | 0 | 0.57 | 0.37 | 0.03 |
| HSL | 338.45º | 0.9% | 0.69% | - |
| HSV(B) | 338.45º | 0.57% | 0.97% | - |
| XYZ | 49.41 | 32.28 | 35.08 | - |
| YUV | 153.27 | 129.54 | 194.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 105 | 156 | 0 | 0.57 | 0.37 | 0.03 | 338.45 | 0.9 | 0.69 |
| Hex | F7 | 69 | 9C | 0 | 39 | 25 | 3 | 152 | 5A | 45 |
| Octal | 367 | 151 | 234 | 0 | 71 | 45 | 3 | 522 | 132 | 105 |
| Binary | 11110111 | 1101001 | 10011100 | 0 | 111001 | 100101 | 11 | 101010010 | 1011010 | 1000101 |
Color Harmonies of #F7699C
Complementary color
Monochromatic Colors of #F7699C
Black with #F7699C
Text Example
Text Example
White with #F7699C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7699C; }
p { color: rgb(247,105,156); }
H1.HeaderClassName
{
color: #F7699C;
}
.AnyTagClassName
{
color: #F7699C;
}
</style>
background-color css
<style>
a { background-color: #F7699C; }
a { background-color: rgb(247,105,156); }
div.DivClassName
{
background-color: #F7699C;
}
.BgClassName
{
background-color: #F7699C;
}
</style>
border-color css
<style>
span { border-color: #F7699C; }
span { border-color: rgb(247,105,156); }
td.TdClassName
{
border-color: #F7699C;
}
.TagClassName
{
border-color: #F7699C;
}
</style>