Shades of Brilliant Rose #F65599
Tints of Brilliant Rose #F65599
RGB
CMYK
RGB Variations
Color information
#F65599 (or 0xF65599) is known color: Brilliant Rose. HEX triplet: F6, 55 and 99. RGB value is (246,85,153). Sum of RGB (Red+Green+Blue) = 246+85+153=484 (64% of max value = 765). Red value is 246 (96.48% from 255 or 50.83% from 484); Green value is 85 (33.59% from 255 or 17.56% from 484); Blue value is 153 (60.16% from 255 or 31.61% from 484); Max value from RGB is 246 - color contains mainly: red. Hex color #F65599 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F65599 is #09AA66. Grayscale: #8C8C8C. Windows color (decimal): -633447 or 10049014. OLE color: 10049014.
HSL color Cylindrical-coordinate representation of color #F65599: hue angle of 334.66º 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 #F65599 is Cyan = 0, Magento = 0.65, Yellow = 0.38 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 85 | 153 | - |
| CMYK | 0 | 0.65 | 0.38 | 0.04 |
| HSL | 334.66º | 0.9% | 0.65% | - |
| HSV(B) | 334.66º | 0.65% | 0.96% | - |
| XYZ | 47 | 28.39 | 33.14 | - |
| YUV | 140.89 | 134.84 | 202.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 85 | 153 | 0 | 0.65 | 0.38 | 0.04 | 334.66 | 0.9 | 0.65 |
| Hex | F6 | 55 | 99 | 0 | 41 | 26 | 4 | 14F | 5A | 41 |
| Octal | 366 | 125 | 231 | 0 | 101 | 46 | 4 | 517 | 132 | 101 |
| Binary | 11110110 | 1010101 | 10011001 | 0 | 1000001 | 100110 | 100 | 101001111 | 1011010 | 1000001 |
Color Harmonies of #F65599
Complementary color
Monochromatic Colors of #F65599
Black with #F65599
Text Example
Text Example
White with #F65599
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F65599; }
p { color: rgb(246,85,153); }
H1.HeaderClassName
{
color: #F65599;
}
.AnyTagClassName
{
color: #F65599;
}
</style>
background-color css
<style>
a { background-color: #F65599; }
a { background-color: rgb(246,85,153); }
div.DivClassName
{
background-color: #F65599;
}
.BgClassName
{
background-color: #F65599;
}
</style>
border-color css
<style>
span { border-color: #F65599; }
span { border-color: rgb(246,85,153); }
td.TdClassName
{
border-color: #F65599;
}
.TagClassName
{
border-color: #F65599;
}
</style>