Shades of Brilliant Rose #F65098
Tints of Brilliant Rose #F65098
RGB
CMYK
RGB Variations
Color information
#F65098 (or 0xF65098) is known color: Brilliant Rose. HEX triplet: F6, 50 and 98. RGB value is (246,80,152). Sum of RGB (Red+Green+Blue) = 246+80+152=478 (63% of max value = 765). Red value is 246 (96.48% from 255 or 51.46% from 478); Green value is 80 (31.64% from 255 or 16.74% from 478); Blue value is 152 (59.77% from 255 or 31.80% from 478); Max value from RGB is 246 - color contains mainly: red. Hex color #F65098 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F65098 is #09AF67. Grayscale: #898989. Windows color (decimal): -634728 or 9982198. OLE color: 9982198.
HSL color Cylindrical-coordinate representation of color #F65098: hue angle of 333.98º degrees, saturation: 0.9, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F65098 is Cyan = 0, Magento = 0.67, Yellow = 0.38 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 80 | 152 | - |
| CMYK | 0 | 0.67 | 0.38 | 0.04 |
| HSL | 333.98º | 0.9% | 0.64% | - |
| HSV(B) | 333.98º | 0.67% | 0.96% | - |
| XYZ | 46.54 | 27.6 | 32.58 | - |
| YUV | 137.84 | 136 | 205.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 80 | 152 | 0 | 0.67 | 0.38 | 0.04 | 333.98 | 0.9 | 0.64 |
| Hex | F6 | 50 | 98 | 0 | 43 | 26 | 4 | 14E | 5A | 40 |
| Octal | 366 | 120 | 230 | 0 | 103 | 46 | 4 | 516 | 132 | 100 |
| Binary | 11110110 | 1010000 | 10011000 | 0 | 1000011 | 100110 | 100 | 101001110 | 1011010 | 1000000 |
Color Harmonies of #F65098
Complementary color
Monochromatic Colors of #F65098
Black with #F65098
Text Example
Text Example
White with #F65098
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F65098; }
p { color: rgb(246,80,152); }
H1.HeaderClassName
{
color: #F65098;
}
.AnyTagClassName
{
color: #F65098;
}
</style>
background-color css
<style>
a { background-color: #F65098; }
a { background-color: rgb(246,80,152); }
div.DivClassName
{
background-color: #F65098;
}
.BgClassName
{
background-color: #F65098;
}
</style>
border-color css
<style>
span { border-color: #F65098; }
span { border-color: rgb(246,80,152); }
td.TdClassName
{
border-color: #F65098;
}
.TagClassName
{
border-color: #F65098;
}
</style>