Shades of Brilliant Rose #F9689F
Tints of Brilliant Rose #F9689F
RGB
CMYK
RGB Variations
Color information
#F9689F (or 0xF9689F) is known color: Brilliant Rose. HEX triplet: F9, 68 and 9F. RGB value is (249,104,159). Sum of RGB (Red+Green+Blue) = 249+104+159=512 (67% of max value = 765). Red value is 249 (97.66% from 255 or 48.63% from 512); Green value is 104 (41.02% from 255 or 20.31% from 512); Blue value is 159 (62.5% from 255 or 31.05% from 512); Max value from RGB is 249 - color contains mainly: red. Hex color #F9689F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F9689F is #069760. Grayscale: #999999. Windows color (decimal): -431969 or 10447097. OLE color: 10447097.
HSL color Cylindrical-coordinate representation of color #F9689F: hue angle of 337.24º 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 #F9689F is Cyan = 0, Magento = 0.58, Yellow = 0.36 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 104 | 159 | - |
| CMYK | 0 | 0.58 | 0.36 | 0.02 |
| HSL | 337.24º | 0.92% | 0.69% | - |
| HSV(B) | 337.24º | 0.58% | 0.98% | - |
| XYZ | 50.28 | 32.54 | 36.43 | - |
| YUV | 153.63 | 131.04 | 196.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 104 | 159 | 0 | 0.58 | 0.36 | 0.02 | 337.24 | 0.92 | 0.69 |
| Hex | F9 | 68 | 9F | 0 | 3A | 24 | 2 | 151 | 5C | 45 |
| Octal | 371 | 150 | 237 | 0 | 72 | 44 | 2 | 521 | 134 | 105 |
| Binary | 11111001 | 1101000 | 10011111 | 0 | 111010 | 100100 | 10 | 101010001 | 1011100 | 1000101 |
Color Harmonies of #F9689F
Complementary color
Monochromatic Colors of #F9689F
Black with #F9689F
Text Example
Text Example
White with #F9689F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9689F; }
p { color: rgb(249,104,159); }
H1.HeaderClassName
{
color: #F9689F;
}
.AnyTagClassName
{
color: #F9689F;
}
</style>
background-color css
<style>
a { background-color: #F9689F; }
a { background-color: rgb(249,104,159); }
div.DivClassName
{
background-color: #F9689F;
}
.BgClassName
{
background-color: #F9689F;
}
</style>
border-color css
<style>
span { border-color: #F9689F; }
span { border-color: rgb(249,104,159); }
td.TdClassName
{
border-color: #F9689F;
}
.TagClassName
{
border-color: #F9689F;
}
</style>