Shades of Brilliant Rose #F65598
Tints of Brilliant Rose #F65598
RGB
CMYK
RGB Variations
Color information
#F65598 (or 0xF65598) is known color: Brilliant Rose. HEX triplet: F6, 55 and 98. RGB value is (246,85,152). Sum of RGB (Red+Green+Blue) = 246+85+152=483 (63% of max value = 765). Red value is 246 (96.48% from 255 or 50.93% from 483); Green value is 85 (33.59% from 255 or 17.60% from 483); Blue value is 152 (59.77% from 255 or 31.47% from 483); Max value from RGB is 246 - color contains mainly: red. Hex color #F65598 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F65598 is #09AA67. Grayscale: #8C8C8C. Windows color (decimal): -633448 or 9983478. OLE color: 9983478.
HSL color Cylindrical-coordinate representation of color #F65598: hue angle of 335.03º 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 #F65598 is Cyan = 0, Magento = 0.65, Yellow = 0.38 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 85 | 152 | - |
| CMYK | 0 | 0.65 | 0.38 | 0.04 |
| HSL | 335.03º | 0.9% | 0.65% | - |
| HSV(B) | 335.03º | 0.65% | 0.96% | - |
| XYZ | 46.92 | 28.36 | 32.71 | - |
| YUV | 140.78 | 134.34 | 203.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 85 | 152 | 0 | 0.65 | 0.38 | 0.04 | 335.03 | 0.9 | 0.65 |
| Hex | F6 | 55 | 98 | 0 | 41 | 26 | 4 | 14F | 5A | 41 |
| Octal | 366 | 125 | 230 | 0 | 101 | 46 | 4 | 517 | 132 | 101 |
| Binary | 11110110 | 1010101 | 10011000 | 0 | 1000001 | 100110 | 100 | 101001111 | 1011010 | 1000001 |
Color Harmonies of #F65598
Complementary color
Monochromatic Colors of #F65598
Black with #F65598
Text Example
Text Example
White with #F65598
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F65598; }
p { color: rgb(246,85,152); }
H1.HeaderClassName
{
color: #F65598;
}
.AnyTagClassName
{
color: #F65598;
}
</style>
background-color css
<style>
a { background-color: #F65598; }
a { background-color: rgb(246,85,152); }
div.DivClassName
{
background-color: #F65598;
}
.BgClassName
{
background-color: #F65598;
}
</style>
border-color css
<style>
span { border-color: #F65598; }
span { border-color: rgb(246,85,152); }
td.TdClassName
{
border-color: #F65598;
}
.TagClassName
{
border-color: #F65598;
}
</style>