Shades of Brilliant Rose #F0689F
Tints of Brilliant Rose #F0689F
RGB
CMYK
RGB Variations
Color information
#F0689F (or 0xF0689F) is known color: Brilliant Rose. HEX triplet: F0, 68 and 9F. RGB value is (240,104,159). Sum of RGB (Red+Green+Blue) = 240+104+159=503 (66% of max value = 765). Red value is 240 (94.14% from 255 or 47.71% from 503); Green value is 104 (41.02% from 255 or 20.68% from 503); Blue value is 159 (62.5% from 255 or 31.61% from 503); Max value from RGB is 240 - color contains mainly: red. Hex color #F0689F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F0689F is #0F9760. Grayscale: #969696. Windows color (decimal): -1021793 or 10447088. OLE color: 10447088.
HSL color Cylindrical-coordinate representation of color #F0689F: hue angle of 335.74º degrees, saturation: 0.82, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F0689F is Cyan = 0, Magento = 0.57, Yellow = 0.34 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 104 | 159 | - |
| CMYK | 0 | 0.57 | 0.34 | 0.06 |
| HSL | 335.74º | 0.82% | 0.67% | - |
| HSV(B) | 335.74º | 0.57% | 0.94% | - |
| XYZ | 47.14 | 30.93 | 36.29 | - |
| YUV | 150.93 | 132.56 | 191.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 104 | 159 | 0 | 0.57 | 0.34 | 0.06 | 335.74 | 0.82 | 0.67 |
| Hex | F0 | 68 | 9F | 0 | 39 | 22 | 6 | 150 | 52 | 43 |
| Octal | 360 | 150 | 237 | 0 | 71 | 42 | 6 | 520 | 122 | 103 |
| Binary | 11110000 | 1101000 | 10011111 | 0 | 111001 | 100010 | 110 | 101010000 | 1010010 | 1000011 |
Color Harmonies of #F0689F
Complementary color
Monochromatic Colors of #F0689F
Black with #F0689F
Text Example
Text Example
White with #F0689F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0689F; }
p { color: rgb(240,104,159); }
H1.HeaderClassName
{
color: #F0689F;
}
.AnyTagClassName
{
color: #F0689F;
}
</style>
background-color css
<style>
a { background-color: #F0689F; }
a { background-color: rgb(240,104,159); }
div.DivClassName
{
background-color: #F0689F;
}
.BgClassName
{
background-color: #F0689F;
}
</style>
border-color css
<style>
span { border-color: #F0689F; }
span { border-color: rgb(240,104,159); }
td.TdClassName
{
border-color: #F0689F;
}
.TagClassName
{
border-color: #F0689F;
}
</style>