Shades of Brilliant Rose #F655A1
Tints of Brilliant Rose #F655A1
RGB
CMYK
RGB Variations
Color information
#F655A1 (or 0xF655A1) is known color: Brilliant Rose. HEX triplet: F6, 55 and A1. RGB value is (246,85,161). Sum of RGB (Red+Green+Blue) = 246+85+161=492 (65% of max value = 765). Red value is 246 (96.48% from 255 or 50% from 492); Green value is 85 (33.59% from 255 or 17.28% from 492); Blue value is 161 (63.28% from 255 or 32.72% from 492); Max value from RGB is 246 - color contains mainly: red. Hex color #F655A1 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F655A1 is #09AA5E. Grayscale: #8D8D8D. Windows color (decimal): -633439 or 10573302. OLE color: 10573302.
HSL color Cylindrical-coordinate representation of color #F655A1: hue angle of 331.68º 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 #F655A1 is Cyan = 0, Magento = 0.65, Yellow = 0.35 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 85 | 161 | - |
| CMYK | 0 | 0.65 | 0.35 | 0.04 |
| HSL | 331.68º | 0.9% | 0.65% | - |
| HSV(B) | 331.68º | 0.65% | 0.96% | - |
| XYZ | 47.69 | 28.66 | 36.74 | - |
| YUV | 141.8 | 138.84 | 202.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 85 | 161 | 0 | 0.65 | 0.35 | 0.04 | 331.68 | 0.9 | 0.65 |
| Hex | F6 | 55 | A1 | 0 | 41 | 23 | 4 | 14C | 5A | 41 |
| Octal | 366 | 125 | 241 | 0 | 101 | 43 | 4 | 514 | 132 | 101 |
| Binary | 11110110 | 1010101 | 10100001 | 0 | 1000001 | 100011 | 100 | 101001100 | 1011010 | 1000001 |
Color Harmonies of #F655A1
Complementary color
Monochromatic Colors of #F655A1
Black with #F655A1
Text Example
Text Example
White with #F655A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F655A1; }
p { color: rgb(246,85,161); }
H1.HeaderClassName
{
color: #F655A1;
}
.AnyTagClassName
{
color: #F655A1;
}
</style>
background-color css
<style>
a { background-color: #F655A1; }
a { background-color: rgb(246,85,161); }
div.DivClassName
{
background-color: #F655A1;
}
.BgClassName
{
background-color: #F655A1;
}
</style>
border-color css
<style>
span { border-color: #F655A1; }
span { border-color: rgb(246,85,161); }
td.TdClassName
{
border-color: #F655A1;
}
.TagClassName
{
border-color: #F655A1;
}
</style>