Shades of Brilliant Rose #F655AA
Tints of Brilliant Rose #F655AA
RGB
CMYK
RGB Variations
Color information
#F655AA (or 0xF655AA) is known color: Brilliant Rose. HEX triplet: F6, 55 and AA. RGB value is (246,85,170). Sum of RGB (Red+Green+Blue) = 246+85+170=501 (66% of max value = 765). Red value is 246 (96.48% from 255 or 49.10% from 501); Green value is 85 (33.59% from 255 or 16.97% from 501); Blue value is 170 (66.80% from 255 or 33.93% from 501); Max value from RGB is 246 - color contains mainly: red. Hex color #F655AA is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F655AA is #09AA55. Grayscale: #8E8E8E. Windows color (decimal): -633430 or 11163126. OLE color: 11163126.
HSL color Cylindrical-coordinate representation of color #F655AA: hue angle of 328.32º 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 #F655AA is Cyan = 0, Magento = 0.65, Yellow = 0.31 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 85 | 170 | - |
| CMYK | 0 | 0.65 | 0.31 | 0.04 |
| HSL | 328.32º | 0.9% | 0.65% | - |
| HSV(B) | 328.32º | 0.65% | 0.96% | - |
| XYZ | 48.51 | 28.99 | 41.07 | - |
| YUV | 142.83 | 143.34 | 201.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 85 | 170 | 0 | 0.65 | 0.31 | 0.04 | 328.32 | 0.9 | 0.65 |
| Hex | F6 | 55 | AA | 0 | 41 | 1F | 4 | 148 | 5A | 41 |
| Octal | 366 | 125 | 252 | 0 | 101 | 37 | 4 | 510 | 132 | 101 |
| Binary | 11110110 | 1010101 | 10101010 | 0 | 1000001 | 11111 | 100 | 101001000 | 1011010 | 1000001 |
Color Harmonies of #F655AA
Complementary color
Monochromatic Colors of #F655AA
Black with #F655AA
Text Example
Text Example
White with #F655AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F655AA; }
p { color: rgb(246,85,170); }
H1.HeaderClassName
{
color: #F655AA;
}
.AnyTagClassName
{
color: #F655AA;
}
</style>
background-color css
<style>
a { background-color: #F655AA; }
a { background-color: rgb(246,85,170); }
div.DivClassName
{
background-color: #F655AA;
}
.BgClassName
{
background-color: #F655AA;
}
</style>
border-color css
<style>
span { border-color: #F655AA; }
span { border-color: rgb(246,85,170); }
td.TdClassName
{
border-color: #F655AA;
}
.TagClassName
{
border-color: #F655AA;
}
</style>