Shades of Brilliant Rose #F65DAC
Tints of Brilliant Rose #F65DAC
RGB
CMYK
RGB Variations
Color information
#F65DAC (or 0xF65DAC) is known color: Brilliant Rose. HEX triplet: F6, 5D and AC. RGB value is (246,93,172). Sum of RGB (Red+Green+Blue) = 246+93+172=511 (67% of max value = 765). Red value is 246 (96.48% from 255 or 48.14% from 511); Green value is 93 (36.72% from 255 or 18.20% from 511); Blue value is 172 (67.58% from 255 or 33.66% from 511); Max value from RGB is 246 - color contains mainly: red. Hex color #F65DAC is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F65DAC is #09A253. Grayscale: #939393. Windows color (decimal): -631380 or 11296246. OLE color: 11296246.
HSL color Cylindrical-coordinate representation of color #F65DAC: hue angle of 329.02º degrees, saturation: 0.89, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F65DAC is Cyan = 0, Magento = 0.62, Yellow = 0.30 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 93 | 172 | - |
| CMYK | 0 | 0.62 | 0.30 | 0.04 |
| HSL | 329.02º | 0.89% | 0.66% | - |
| HSV(B) | 329.02º | 0.62% | 0.96% | - |
| XYZ | 49.37 | 30.4 | 42.3 | - |
| YUV | 147.75 | 141.69 | 198.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 93 | 172 | 0 | 0.62 | 0.30 | 0.04 | 329.02 | 0.89 | 0.66 |
| Hex | F6 | 5D | AC | 0 | 3E | 1E | 4 | 149 | 59 | 42 |
| Octal | 366 | 135 | 254 | 0 | 76 | 36 | 4 | 511 | 131 | 102 |
| Binary | 11110110 | 1011101 | 10101100 | 0 | 111110 | 11110 | 100 | 101001001 | 1011001 | 1000010 |
Color Harmonies of #F65DAC
Complementary color
Monochromatic Colors of #F65DAC
Black with #F65DAC
Text Example
Text Example
White with #F65DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F65DAC; }
p { color: rgb(246,93,172); }
H1.HeaderClassName
{
color: #F65DAC;
}
.AnyTagClassName
{
color: #F65DAC;
}
</style>
background-color css
<style>
a { background-color: #F65DAC; }
a { background-color: rgb(246,93,172); }
div.DivClassName
{
background-color: #F65DAC;
}
.BgClassName
{
background-color: #F65DAC;
}
</style>
border-color css
<style>
span { border-color: #F65DAC; }
span { border-color: rgb(246,93,172); }
td.TdClassName
{
border-color: #F65DAC;
}
.TagClassName
{
border-color: #F65DAC;
}
</style>