Shades of Brilliant Rose #F651A6
Tints of Brilliant Rose #F651A6
RGB
CMYK
RGB Variations
Color information
#F651A6 (or 0xF651A6) is known color: Brilliant Rose. HEX triplet: F6, 51 and A6. RGB value is (246,81,166). Sum of RGB (Red+Green+Blue) = 246+81+166=493 (65% of max value = 765). Red value is 246 (96.48% from 255 or 49.90% from 493); Green value is 81 (32.03% from 255 or 16.43% from 493); Blue value is 166 (65.23% from 255 or 33.67% from 493); Max value from RGB is 246 - color contains mainly: red. Hex color #F651A6 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F651A6 is #09AE59. Grayscale: #8B8B8B. Windows color (decimal): -634458 or 10899958. OLE color: 10899958.
HSL color Cylindrical-coordinate representation of color #F651A6: hue angle of 329.09º degrees, saturation: 0.9, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F651A6 is Cyan = 0, Magento = 0.67, Yellow = 0.33 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 81 | 166 | - |
| CMYK | 0 | 0.67 | 0.33 | 0.04 |
| HSL | 329.09º | 0.9% | 0.64% | - |
| HSV(B) | 329.09º | 0.67% | 0.96% | - |
| XYZ | 47.83 | 28.23 | 39 | - |
| YUV | 140.03 | 142.66 | 203.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 81 | 166 | 0 | 0.67 | 0.33 | 0.04 | 329.09 | 0.9 | 0.64 |
| Hex | F6 | 51 | A6 | 0 | 43 | 21 | 4 | 149 | 5A | 40 |
| Octal | 366 | 121 | 246 | 0 | 103 | 41 | 4 | 511 | 132 | 100 |
| Binary | 11110110 | 1010001 | 10100110 | 0 | 1000011 | 100001 | 100 | 101001001 | 1011010 | 1000000 |
Color Harmonies of #F651A6
Complementary color
Monochromatic Colors of #F651A6
Black with #F651A6
Text Example
Text Example
White with #F651A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F651A6; }
p { color: rgb(246,81,166); }
H1.HeaderClassName
{
color: #F651A6;
}
.AnyTagClassName
{
color: #F651A6;
}
</style>
background-color css
<style>
a { background-color: #F651A6; }
a { background-color: rgb(246,81,166); }
div.DivClassName
{
background-color: #F651A6;
}
.BgClassName
{
background-color: #F651A6;
}
</style>
border-color css
<style>
span { border-color: #F651A6; }
span { border-color: rgb(246,81,166); }
td.TdClassName
{
border-color: #F651A6;
}
.TagClassName
{
border-color: #F651A6;
}
</style>