Shades of Brilliant Rose #F7669B
Tints of Brilliant Rose #F7669B
RGB
CMYK
RGB Variations
Color information
#F7669B (or 0xF7669B) is known color: Brilliant Rose. HEX triplet: F7, 66 and 9B. RGB value is (247,102,155). Sum of RGB (Red+Green+Blue) = 247+102+155=504 (66% of max value = 765). Red value is 247 (96.88% from 255 or 49.01% from 504); Green value is 102 (40.23% from 255 or 20.24% from 504); Blue value is 155 (60.94% from 255 or 30.75% from 504); Max value from RGB is 247 - color contains mainly: red. Hex color #F7669B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F7669B is #089964. Grayscale: #979797. Windows color (decimal): -563557 or 10184439. OLE color: 10184439.
HSL color Cylindrical-coordinate representation of color #F7669B: hue angle of 338.07º degrees, saturation: 0.9, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F7669B is Cyan = 0, Magento = 0.59, Yellow = 0.37 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 102 | 155 | - |
| CMYK | 0 | 0.59 | 0.37 | 0.03 |
| HSL | 338.07º | 0.9% | 0.68% | - |
| HSV(B) | 338.07º | 0.59% | 0.97% | - |
| XYZ | 49.03 | 31.64 | 34.53 | - |
| YUV | 151.4 | 130.04 | 196.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 102 | 155 | 0 | 0.59 | 0.37 | 0.03 | 338.07 | 0.9 | 0.68 |
| Hex | F7 | 66 | 9B | 0 | 3B | 25 | 3 | 152 | 5A | 44 |
| Octal | 367 | 146 | 233 | 0 | 73 | 45 | 3 | 522 | 132 | 104 |
| Binary | 11110111 | 1100110 | 10011011 | 0 | 111011 | 100101 | 11 | 101010010 | 1011010 | 1000100 |
Color Harmonies of #F7669B
Complementary color
Monochromatic Colors of #F7669B
Black with #F7669B
Text Example
Text Example
White with #F7669B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7669B; }
p { color: rgb(247,102,155); }
H1.HeaderClassName
{
color: #F7669B;
}
.AnyTagClassName
{
color: #F7669B;
}
</style>
background-color css
<style>
a { background-color: #F7669B; }
a { background-color: rgb(247,102,155); }
div.DivClassName
{
background-color: #F7669B;
}
.BgClassName
{
background-color: #F7669B;
}
</style>
border-color css
<style>
span { border-color: #F7669B; }
span { border-color: rgb(247,102,155); }
td.TdClassName
{
border-color: #F7669B;
}
.TagClassName
{
border-color: #F7669B;
}
</style>