Shades of Brilliant Rose #F9689B
Tints of Brilliant Rose #F9689B
RGB
CMYK
RGB Variations
Color information
#F9689B (or 0xF9689B) is known color: Brilliant Rose. HEX triplet: F9, 68 and 9B. RGB value is (249,104,155). Sum of RGB (Red+Green+Blue) = 249+104+155=508 (67% of max value = 765). Red value is 249 (97.66% from 255 or 49.02% from 508); Green value is 104 (41.02% from 255 or 20.47% from 508); Blue value is 155 (60.94% from 255 or 30.51% from 508); Max value from RGB is 249 - color contains mainly: red. Hex color #F9689B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F9689B is #069764. Grayscale: #999999. Windows color (decimal): -431973 or 10184953. OLE color: 10184953.
HSL color Cylindrical-coordinate representation of color #F9689B: hue angle of 338.9º degrees, saturation: 0.92, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F9689B is Cyan = 0, Magento = 0.58, Yellow = 0.38 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 104 | 155 | - |
| CMYK | 0 | 0.58 | 0.38 | 0.02 |
| HSL | 338.9º | 0.92% | 0.69% | - |
| HSV(B) | 338.9º | 0.58% | 0.98% | - |
| XYZ | 49.93 | 32.41 | 34.63 | - |
| YUV | 153.17 | 129.04 | 196.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 104 | 155 | 0 | 0.58 | 0.38 | 0.02 | 338.9 | 0.92 | 0.69 |
| Hex | F9 | 68 | 9B | 0 | 3A | 26 | 2 | 153 | 5C | 45 |
| Octal | 371 | 150 | 233 | 0 | 72 | 46 | 2 | 523 | 134 | 105 |
| Binary | 11111001 | 1101000 | 10011011 | 0 | 111010 | 100110 | 10 | 101010011 | 1011100 | 1000101 |
Color Harmonies of #F9689B
Complementary color
Monochromatic Colors of #F9689B
Black with #F9689B
Text Example
Text Example
White with #F9689B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9689B; }
p { color: rgb(249,104,155); }
H1.HeaderClassName
{
color: #F9689B;
}
.AnyTagClassName
{
color: #F9689B;
}
</style>
background-color css
<style>
a { background-color: #F9689B; }
a { background-color: rgb(249,104,155); }
div.DivClassName
{
background-color: #F9689B;
}
.BgClassName
{
background-color: #F9689B;
}
</style>
border-color css
<style>
span { border-color: #F9689B; }
span { border-color: rgb(249,104,155); }
td.TdClassName
{
border-color: #F9689B;
}
.TagClassName
{
border-color: #F9689B;
}
</style>