Shades of Brilliant Rose #F65EAC
Tints of Brilliant Rose #F65EAC
RGB
CMYK
RGB Variations
Color information
#F65EAC (or 0xF65EAC) is known color: Brilliant Rose. HEX triplet: F6, 5E and AC. RGB value is (246,94,172). Sum of RGB (Red+Green+Blue) = 246+94+172=512 (67% of max value = 765). Red value is 246 (96.48% from 255 or 48.05% from 512); Green value is 94 (37.11% from 255 or 18.36% from 512); Blue value is 172 (67.58% from 255 or 33.59% from 512); Max value from RGB is 246 - color contains mainly: red. Hex color #F65EAC is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F65EAC is #09A153. Grayscale: #949494. Windows color (decimal): -631124 or 11296502. OLE color: 11296502.
HSL color Cylindrical-coordinate representation of color #F65EAC: hue angle of 329.21º degrees, saturation: 0.89, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F65EAC is Cyan = 0, Magento = 0.62, Yellow = 0.30 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 94 | 172 | - |
| CMYK | 0 | 0.62 | 0.30 | 0.04 |
| HSL | 329.21º | 0.89% | 0.67% | - |
| HSV(B) | 329.21º | 0.62% | 0.96% | - |
| XYZ | 49.46 | 30.58 | 42.33 | - |
| YUV | 148.34 | 141.36 | 197.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 94 | 172 | 0 | 0.62 | 0.30 | 0.04 | 329.21 | 0.89 | 0.67 |
| Hex | F6 | 5E | AC | 0 | 3E | 1E | 4 | 149 | 59 | 43 |
| Octal | 366 | 136 | 254 | 0 | 76 | 36 | 4 | 511 | 131 | 103 |
| Binary | 11110110 | 1011110 | 10101100 | 0 | 111110 | 11110 | 100 | 101001001 | 1011001 | 1000011 |
Color Harmonies of #F65EAC
Complementary color
Monochromatic Colors of #F65EAC
Black with #F65EAC
Text Example
Text Example
White with #F65EAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F65EAC; }
p { color: rgb(246,94,172); }
H1.HeaderClassName
{
color: #F65EAC;
}
.AnyTagClassName
{
color: #F65EAC;
}
</style>
background-color css
<style>
a { background-color: #F65EAC; }
a { background-color: rgb(246,94,172); }
div.DivClassName
{
background-color: #F65EAC;
}
.BgClassName
{
background-color: #F65EAC;
}
</style>
border-color css
<style>
span { border-color: #F65EAC; }
span { border-color: rgb(246,94,172); }
td.TdClassName
{
border-color: #F65EAC;
}
.TagClassName
{
border-color: #F65EAC;
}
</style>