Shades of Brilliant Rose #F655A0
Tints of Brilliant Rose #F655A0
RGB
CMYK
RGB Variations
Color information
#F655A0 (or 0xF655A0) is known color: Brilliant Rose. HEX triplet: F6, 55 and A0. RGB value is (246,85,160). Sum of RGB (Red+Green+Blue) = 246+85+160=491 (65% of max value = 765). Red value is 246 (96.48% from 255 or 50.10% from 491); Green value is 85 (33.59% from 255 or 17.31% from 491); Blue value is 160 (62.89% from 255 or 32.59% from 491); Max value from RGB is 246 - color contains mainly: red. Hex color #F655A0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F655A0 is #09AA5F. Grayscale: #8D8D8D. Windows color (decimal): -633440 or 10507766. OLE color: 10507766.
HSL color Cylindrical-coordinate representation of color #F655A0: hue angle of 332.05º 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 #F655A0 is Cyan = 0, Magento = 0.65, Yellow = 0.35 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 85 | 160 | - |
| CMYK | 0 | 0.65 | 0.35 | 0.04 |
| HSL | 332.05º | 0.9% | 0.65% | - |
| HSV(B) | 332.05º | 0.65% | 0.96% | - |
| XYZ | 47.6 | 28.63 | 36.27 | - |
| YUV | 141.69 | 138.34 | 202.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 85 | 160 | 0 | 0.65 | 0.35 | 0.04 | 332.05 | 0.9 | 0.65 |
| Hex | F6 | 55 | A0 | 0 | 41 | 23 | 4 | 14C | 5A | 41 |
| Octal | 366 | 125 | 240 | 0 | 101 | 43 | 4 | 514 | 132 | 101 |
| Binary | 11110110 | 1010101 | 10100000 | 0 | 1000001 | 100011 | 100 | 101001100 | 1011010 | 1000001 |
Color Harmonies of #F655A0
Complementary color
Monochromatic Colors of #F655A0
Black with #F655A0
Text Example
Text Example
White with #F655A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F655A0; }
p { color: rgb(246,85,160); }
H1.HeaderClassName
{
color: #F655A0;
}
.AnyTagClassName
{
color: #F655A0;
}
</style>
background-color css
<style>
a { background-color: #F655A0; }
a { background-color: rgb(246,85,160); }
div.DivClassName
{
background-color: #F655A0;
}
.BgClassName
{
background-color: #F655A0;
}
</style>
border-color css
<style>
span { border-color: #F655A0; }
span { border-color: rgb(246,85,160); }
td.TdClassName
{
border-color: #F655A0;
}
.TagClassName
{
border-color: #F655A0;
}
</style>