Shades of Brilliant Rose #F65796
Tints of Brilliant Rose #F65796
RGB
CMYK
RGB Variations
Color information
#F65796 (or 0xF65796) is known color: Brilliant Rose. HEX triplet: F6, 57 and 96. RGB value is (246,87,150). Sum of RGB (Red+Green+Blue) = 246+87+150=483 (63% of max value = 765). Red value is 246 (96.48% from 255 or 50.93% from 483); Green value is 87 (34.38% from 255 or 18.01% from 483); Blue value is 150 (58.98% from 255 or 31.06% from 483); Max value from RGB is 246 - color contains mainly: red. Hex color #F65796 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F65796 is #09A869. Grayscale: #8D8D8D. Windows color (decimal): -632938 or 9852918. OLE color: 9852918.
HSL color Cylindrical-coordinate representation of color #F65796: hue angle of 336.23º degrees, saturation: 0.9, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F65796 is Cyan = 0, Magento = 0.65, Yellow = 0.39 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 87 | 150 | - |
| CMYK | 0 | 0.65 | 0.39 | 0.04 |
| HSL | 336.23º | 0.9% | 0.65% | - |
| HSV(B) | 336.23º | 0.65% | 0.96% | - |
| XYZ | 46.92 | 28.61 | 31.9 | - |
| YUV | 141.72 | 132.68 | 202.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 87 | 150 | 0 | 0.65 | 0.39 | 0.04 | 336.23 | 0.9 | 0.65 |
| Hex | F6 | 57 | 96 | 0 | 41 | 27 | 4 | 150 | 5A | 41 |
| Octal | 366 | 127 | 226 | 0 | 101 | 47 | 4 | 520 | 132 | 101 |
| Binary | 11110110 | 1010111 | 10010110 | 0 | 1000001 | 100111 | 100 | 101010000 | 1011010 | 1000001 |
Color Harmonies of #F65796
Complementary color
Monochromatic Colors of #F65796
Black with #F65796
Text Example
Text Example
White with #F65796
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F65796; }
p { color: rgb(246,87,150); }
H1.HeaderClassName
{
color: #F65796;
}
.AnyTagClassName
{
color: #F65796;
}
</style>
background-color css
<style>
a { background-color: #F65796; }
a { background-color: rgb(246,87,150); }
div.DivClassName
{
background-color: #F65796;
}
.BgClassName
{
background-color: #F65796;
}
</style>
border-color css
<style>
span { border-color: #F65796; }
span { border-color: rgb(246,87,150); }
td.TdClassName
{
border-color: #F65796;
}
.TagClassName
{
border-color: #F65796;
}
</style>