Shades of Brilliant Rose #F653A6
Tints of Brilliant Rose #F653A6
RGB
CMYK
RGB Variations
Color information
#F653A6 (or 0xF653A6) is known color: Brilliant Rose. HEX triplet: F6, 53 and A6. RGB value is (246,83,166). Sum of RGB (Red+Green+Blue) = 246+83+166=495 (65% of max value = 765). Red value is 246 (96.48% from 255 or 49.70% from 495); Green value is 83 (32.81% from 255 or 16.77% from 495); Blue value is 166 (65.23% from 255 or 33.54% from 495); Max value from RGB is 246 - color contains mainly: red. Hex color #F653A6 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F653A6 is #09AC59. Grayscale: #8D8D8D. Windows color (decimal): -633946 or 10900470. OLE color: 10900470.
HSL color Cylindrical-coordinate representation of color #F653A6: hue angle of 329.45º degrees, saturation: 0.9, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #F653A6 is Cyan = 0, Magento = 0.66, Yellow = 0.33 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 83 | 166 | - |
| CMYK | 0 | 0.66 | 0.33 | 0.04 |
| HSL | 329.45º | 0.9% | 0.65% | - |
| HSV(B) | 329.45º | 0.66% | 0.96% | - |
| XYZ | 47.98 | 28.53 | 39.05 | - |
| YUV | 141.2 | 142 | 202.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 83 | 166 | 0 | 0.66 | 0.33 | 0.04 | 329.45 | 0.9 | 0.65 |
| Hex | F6 | 53 | A6 | 0 | 42 | 21 | 4 | 149 | 5A | 41 |
| Octal | 366 | 123 | 246 | 0 | 102 | 41 | 4 | 511 | 132 | 101 |
| Binary | 11110110 | 1010011 | 10100110 | 0 | 1000010 | 100001 | 100 | 101001001 | 1011010 | 1000001 |
Color Harmonies of #F653A6
Complementary color
Monochromatic Colors of #F653A6
Black with #F653A6
Text Example
Text Example
White with #F653A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F653A6; }
p { color: rgb(246,83,166); }
H1.HeaderClassName
{
color: #F653A6;
}
.AnyTagClassName
{
color: #F653A6;
}
</style>
background-color css
<style>
a { background-color: #F653A6; }
a { background-color: rgb(246,83,166); }
div.DivClassName
{
background-color: #F653A6;
}
.BgClassName
{
background-color: #F653A6;
}
</style>
border-color css
<style>
span { border-color: #F653A6; }
span { border-color: rgb(246,83,166); }
td.TdClassName
{
border-color: #F653A6;
}
.TagClassName
{
border-color: #F653A6;
}
</style>