Shades of Brilliant Rose #F0659D
Tints of Brilliant Rose #F0659D
RGB
CMYK
RGB Variations
Color information
#F0659D (or 0xF0659D) is known color: Brilliant Rose. HEX triplet: F0, 65 and 9D. RGB value is (240,101,157). Sum of RGB (Red+Green+Blue) = 240+101+157=498 (65% of max value = 765). Red value is 240 (94.14% from 255 or 48.19% from 498); Green value is 101 (39.84% from 255 or 20.28% from 498); Blue value is 157 (61.72% from 255 or 31.53% from 498); Max value from RGB is 240 - color contains mainly: red. Hex color #F0659D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F0659D is #0F9A62. Grayscale: #949494. Windows color (decimal): -1022563 or 10315248. OLE color: 10315248.
HSL color Cylindrical-coordinate representation of color #F0659D: hue angle of 335.83º degrees, saturation: 0.82, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F0659D is Cyan = 0, Magento = 0.58, Yellow = 0.35 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 101 | 157 | - |
| CMYK | 0 | 0.58 | 0.35 | 0.06 |
| HSL | 335.83º | 0.82% | 0.67% | - |
| HSV(B) | 335.83º | 0.58% | 0.94% | - |
| XYZ | 46.67 | 30.27 | 35.28 | - |
| YUV | 148.95 | 132.55 | 192.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 101 | 157 | 0 | 0.58 | 0.35 | 0.06 | 335.83 | 0.82 | 0.67 |
| Hex | F0 | 65 | 9D | 0 | 3A | 23 | 6 | 150 | 52 | 43 |
| Octal | 360 | 145 | 235 | 0 | 72 | 43 | 6 | 520 | 122 | 103 |
| Binary | 11110000 | 1100101 | 10011101 | 0 | 111010 | 100011 | 110 | 101010000 | 1010010 | 1000011 |
Color Harmonies of #F0659D
Complementary color
Monochromatic Colors of #F0659D
Black with #F0659D
Text Example
Text Example
White with #F0659D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0659D; }
p { color: rgb(240,101,157); }
H1.HeaderClassName
{
color: #F0659D;
}
.AnyTagClassName
{
color: #F0659D;
}
</style>
background-color css
<style>
a { background-color: #F0659D; }
a { background-color: rgb(240,101,157); }
div.DivClassName
{
background-color: #F0659D;
}
.BgClassName
{
background-color: #F0659D;
}
</style>
border-color css
<style>
span { border-color: #F0659D; }
span { border-color: rgb(240,101,157); }
td.TdClassName
{
border-color: #F0659D;
}
.TagClassName
{
border-color: #F0659D;
}
</style>