Shades of Brilliant Rose #F0679F
Tints of Brilliant Rose #F0679F
RGB
CMYK
RGB Variations
Color information
#F0679F (or 0xF0679F) is known color: Brilliant Rose. HEX triplet: F0, 67 and 9F. RGB value is (240,103,159). Sum of RGB (Red+Green+Blue) = 240+103+159=502 (66% of max value = 765). Red value is 240 (94.14% from 255 or 47.81% from 502); Green value is 103 (40.62% from 255 or 20.52% from 502); Blue value is 159 (62.5% from 255 or 31.67% from 502); Max value from RGB is 240 - color contains mainly: red. Hex color #F0679F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F0679F is #0F9860. Grayscale: #969696. Windows color (decimal): -1022049 or 10446832. OLE color: 10446832.
HSL color Cylindrical-coordinate representation of color #F0679F: hue angle of 335.47º 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 #F0679F is Cyan = 0, Magento = 0.57, Yellow = 0.34 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 103 | 159 | - |
| CMYK | 0 | 0.57 | 0.34 | 0.06 |
| HSL | 335.47º | 0.82% | 0.67% | - |
| HSV(B) | 335.47º | 0.57% | 0.94% | - |
| XYZ | 47.04 | 30.73 | 36.25 | - |
| YUV | 150.35 | 132.89 | 191.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 103 | 159 | 0 | 0.57 | 0.34 | 0.06 | 335.47 | 0.82 | 0.67 |
| Hex | F0 | 67 | 9F | 0 | 39 | 22 | 6 | 14F | 52 | 43 |
| Octal | 360 | 147 | 237 | 0 | 71 | 42 | 6 | 517 | 122 | 103 |
| Binary | 11110000 | 1100111 | 10011111 | 0 | 111001 | 100010 | 110 | 101001111 | 1010010 | 1000011 |
Color Harmonies of #F0679F
Complementary color
Monochromatic Colors of #F0679F
Black with #F0679F
Text Example
Text Example
White with #F0679F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0679F; }
p { color: rgb(240,103,159); }
H1.HeaderClassName
{
color: #F0679F;
}
.AnyTagClassName
{
color: #F0679F;
}
</style>
background-color css
<style>
a { background-color: #F0679F; }
a { background-color: rgb(240,103,159); }
div.DivClassName
{
background-color: #F0679F;
}
.BgClassName
{
background-color: #F0679F;
}
</style>
border-color css
<style>
span { border-color: #F0679F; }
span { border-color: rgb(240,103,159); }
td.TdClassName
{
border-color: #F0679F;
}
.TagClassName
{
border-color: #F0679F;
}
</style>