Shades of Brilliant Rose #F0679D
Tints of Brilliant Rose #F0679D
RGB
CMYK
RGB Variations
Color information
#F0679D (or 0xF0679D) is known color: Brilliant Rose. HEX triplet: F0, 67 and 9D. RGB value is (240,103,157). Sum of RGB (Red+Green+Blue) = 240+103+157=500 (66% of max value = 765). Red value is 240 (94.14% from 255 or 48% from 500); Green value is 103 (40.62% from 255 or 20.6% from 500); Blue value is 157 (61.72% from 255 or 31.4% from 500); Max value from RGB is 240 - color contains mainly: red. Hex color #F0679D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F0679D is #0F9862. Grayscale: #969696. Windows color (decimal): -1022051 or 10315760. OLE color: 10315760.
HSL color Cylindrical-coordinate representation of color #F0679D: hue angle of 336.35º 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 #F0679D is Cyan = 0, Magento = 0.57, Yellow = 0.35 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 103 | 157 | - |
| CMYK | 0 | 0.57 | 0.35 | 0.06 |
| HSL | 336.35º | 0.82% | 0.67% | - |
| HSV(B) | 336.35º | 0.57% | 0.94% | - |
| XYZ | 46.87 | 30.66 | 35.35 | - |
| YUV | 150.12 | 131.89 | 192.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 103 | 157 | 0 | 0.57 | 0.35 | 0.06 | 336.35 | 0.82 | 0.67 |
| Hex | F0 | 67 | 9D | 0 | 39 | 23 | 6 | 150 | 52 | 43 |
| Octal | 360 | 147 | 235 | 0 | 71 | 43 | 6 | 520 | 122 | 103 |
| Binary | 11110000 | 1100111 | 10011101 | 0 | 111001 | 100011 | 110 | 101010000 | 1010010 | 1000011 |
Color Harmonies of #F0679D
Complementary color
Monochromatic Colors of #F0679D
Black with #F0679D
Text Example
Text Example
White with #F0679D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0679D; }
p { color: rgb(240,103,157); }
H1.HeaderClassName
{
color: #F0679D;
}
.AnyTagClassName
{
color: #F0679D;
}
</style>
background-color css
<style>
a { background-color: #F0679D; }
a { background-color: rgb(240,103,157); }
div.DivClassName
{
background-color: #F0679D;
}
.BgClassName
{
background-color: #F0679D;
}
</style>
border-color css
<style>
span { border-color: #F0679D; }
span { border-color: rgb(240,103,157); }
td.TdClassName
{
border-color: #F0679D;
}
.TagClassName
{
border-color: #F0679D;
}
</style>