Shades of Brilliant Rose #F65995
Tints of Brilliant Rose #F65995
RGB
CMYK
RGB Variations
Color information
#F65995 (or 0xF65995) is known color: Brilliant Rose. HEX triplet: F6, 59 and 95. RGB value is (246,89,149). Sum of RGB (Red+Green+Blue) = 246+89+149=484 (64% of max value = 765). Red value is 246 (96.48% from 255 or 50.83% from 484); Green value is 89 (35.16% from 255 or 18.39% from 484); Blue value is 149 (58.59% from 255 or 30.79% from 484); Max value from RGB is 246 - color contains mainly: red. Hex color #F65995 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F65995 is #09A66A. Grayscale: #8E8E8E. Windows color (decimal): -632427 or 9787894. OLE color: 9787894.
HSL color Cylindrical-coordinate representation of color #F65995: hue angle of 337.07º degrees, saturation: 0.9, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #F65995 is Cyan = 0, Magento = 0.64, Yellow = 0.39 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 89 | 149 | - |
| CMYK | 0 | 0.64 | 0.39 | 0.04 |
| HSL | 337.07º | 0.9% | 0.66% | - |
| HSV(B) | 337.07º | 0.64% | 0.96% | - |
| XYZ | 47 | 28.91 | 31.54 | - |
| YUV | 142.78 | 131.51 | 201.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 89 | 149 | 0 | 0.64 | 0.39 | 0.04 | 337.07 | 0.9 | 0.66 |
| Hex | F6 | 59 | 95 | 0 | 40 | 27 | 4 | 151 | 5A | 42 |
| Octal | 366 | 131 | 225 | 0 | 100 | 47 | 4 | 521 | 132 | 102 |
| Binary | 11110110 | 1011001 | 10010101 | 0 | 1000000 | 100111 | 100 | 101010001 | 1011010 | 1000010 |
Color Harmonies of #F65995
Complementary color
Monochromatic Colors of #F65995
Black with #F65995
Text Example
Text Example
White with #F65995
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F65995; }
p { color: rgb(246,89,149); }
H1.HeaderClassName
{
color: #F65995;
}
.AnyTagClassName
{
color: #F65995;
}
</style>
background-color css
<style>
a { background-color: #F65995; }
a { background-color: rgb(246,89,149); }
div.DivClassName
{
background-color: #F65995;
}
.BgClassName
{
background-color: #F65995;
}
</style>
border-color css
<style>
span { border-color: #F65995; }
span { border-color: rgb(246,89,149); }
td.TdClassName
{
border-color: #F65995;
}
.TagClassName
{
border-color: #F65995;
}
</style>