Shades of Brilliant Rose #F655AB
Tints of Brilliant Rose #F655AB
RGB
CMYK
RGB Variations
Color information
#F655AB (or 0xF655AB) is known color: Brilliant Rose. HEX triplet: F6, 55 and AB. RGB value is (246,85,171). Sum of RGB (Red+Green+Blue) = 246+85+171=502 (66% of max value = 765). Red value is 246 (96.48% from 255 or 49.00% from 502); Green value is 85 (33.59% from 255 or 16.93% from 502); Blue value is 171 (67.19% from 255 or 34.06% from 502); Max value from RGB is 246 - color contains mainly: red. Hex color #F655AB is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F655AB is #09AA54. Grayscale: #8E8E8E. Windows color (decimal): -633429 or 11228662. OLE color: 11228662.
HSL color Cylindrical-coordinate representation of color #F655AB: hue angle of 327.95º 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 #F655AB is Cyan = 0, Magento = 0.65, Yellow = 0.30 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 85 | 171 | - |
| CMYK | 0 | 0.65 | 0.30 | 0.04 |
| HSL | 327.95º | 0.9% | 0.65% | - |
| HSV(B) | 327.95º | 0.65% | 0.96% | - |
| XYZ | 48.61 | 29.03 | 41.57 | - |
| YUV | 142.94 | 143.84 | 201.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 85 | 171 | 0 | 0.65 | 0.30 | 0.04 | 327.95 | 0.9 | 0.65 |
| Hex | F6 | 55 | AB | 0 | 41 | 1E | 4 | 148 | 5A | 41 |
| Octal | 366 | 125 | 253 | 0 | 101 | 36 | 4 | 510 | 132 | 101 |
| Binary | 11110110 | 1010101 | 10101011 | 0 | 1000001 | 11110 | 100 | 101001000 | 1011010 | 1000001 |
Color Harmonies of #F655AB
Complementary color
Monochromatic Colors of #F655AB
Black with #F655AB
Text Example
Text Example
White with #F655AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F655AB; }
p { color: rgb(246,85,171); }
H1.HeaderClassName
{
color: #F655AB;
}
.AnyTagClassName
{
color: #F655AB;
}
</style>
background-color css
<style>
a { background-color: #F655AB; }
a { background-color: rgb(246,85,171); }
div.DivClassName
{
background-color: #F655AB;
}
.BgClassName
{
background-color: #F655AB;
}
</style>
border-color css
<style>
span { border-color: #F655AB; }
span { border-color: rgb(246,85,171); }
td.TdClassName
{
border-color: #F655AB;
}
.TagClassName
{
border-color: #F655AB;
}
</style>