Shades of Brilliant Rose #F65997
Tints of Brilliant Rose #F65997
RGB
CMYK
RGB Variations
Color information
#F65997 (or 0xF65997) is known color: Brilliant Rose. HEX triplet: F6, 59 and 97. RGB value is (246,89,151). Sum of RGB (Red+Green+Blue) = 246+89+151=486 (64% of max value = 765). Red value is 246 (96.48% from 255 or 50.62% from 486); Green value is 89 (35.16% from 255 or 18.31% from 486); Blue value is 151 (59.38% from 255 or 31.07% from 486); Max value from RGB is 246 - color contains mainly: red. Hex color #F65997 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F65997 is #09A668. Grayscale: #8E8E8E. Windows color (decimal): -632425 or 9918966. OLE color: 9918966.
HSL color Cylindrical-coordinate representation of color #F65997: hue angle of 336.31º 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 #F65997 is Cyan = 0, Magento = 0.64, Yellow = 0.39 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 89 | 151 | - |
| CMYK | 0 | 0.64 | 0.39 | 0.04 |
| HSL | 336.31º | 0.9% | 0.66% | - |
| HSV(B) | 336.31º | 0.64% | 0.96% | - |
| XYZ | 47.16 | 28.97 | 32.38 | - |
| YUV | 143.01 | 132.51 | 201.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 89 | 151 | 0 | 0.64 | 0.39 | 0.04 | 336.31 | 0.9 | 0.66 |
| Hex | F6 | 59 | 97 | 0 | 40 | 27 | 4 | 150 | 5A | 42 |
| Octal | 366 | 131 | 227 | 0 | 100 | 47 | 4 | 520 | 132 | 102 |
| Binary | 11110110 | 1011001 | 10010111 | 0 | 1000000 | 100111 | 100 | 101010000 | 1011010 | 1000010 |
Color Harmonies of #F65997
Complementary color
Monochromatic Colors of #F65997
Black with #F65997
Text Example
Text Example
White with #F65997
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F65997; }
p { color: rgb(246,89,151); }
H1.HeaderClassName
{
color: #F65997;
}
.AnyTagClassName
{
color: #F65997;
}
</style>
background-color css
<style>
a { background-color: #F65997; }
a { background-color: rgb(246,89,151); }
div.DivClassName
{
background-color: #F65997;
}
.BgClassName
{
background-color: #F65997;
}
</style>
border-color css
<style>
span { border-color: #F65997; }
span { border-color: rgb(246,89,151); }
td.TdClassName
{
border-color: #F65997;
}
.TagClassName
{
border-color: #F65997;
}
</style>