Shades of Brilliant Rose #F64DAC
Tints of Brilliant Rose #F64DAC
RGB
CMYK
RGB Variations
Color information
#F64DAC (or 0xF64DAC) is known color: Brilliant Rose. HEX triplet: F6, 4D and AC. RGB value is (246,77,172). Sum of RGB (Red+Green+Blue) = 246+77+172=495 (65% of max value = 765). Red value is 246 (96.48% from 255 or 49.70% from 495); Green value is 77 (30.47% from 255 or 15.56% from 495); Blue value is 172 (67.58% from 255 or 34.75% from 495); Max value from RGB is 246 - color contains mainly: red. Hex color #F64DAC is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F64DAC is #09B253. Grayscale: #8A8A8A. Windows color (decimal): -635476 or 11292150. OLE color: 11292150.
HSL color Cylindrical-coordinate representation of color #F64DAC: hue angle of 326.27º degrees, saturation: 0.9, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #F64DAC is Cyan = 0, Magento = 0.69, Yellow = 0.30 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 77 | 172 | - |
| CMYK | 0 | 0.69 | 0.30 | 0.04 |
| HSL | 326.27º | 0.9% | 0.63% | - |
| HSV(B) | 326.27º | 0.69% | 0.96% | - |
| XYZ | 48.11 | 27.88 | 41.88 | - |
| YUV | 138.36 | 146.99 | 204.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 77 | 172 | 0 | 0.69 | 0.30 | 0.04 | 326.27 | 0.9 | 0.63 |
| Hex | F6 | 4D | AC | 0 | 45 | 1E | 4 | 146 | 5A | 3F |
| Octal | 366 | 115 | 254 | 0 | 105 | 36 | 4 | 506 | 132 | 77 |
| Binary | 11110110 | 1001101 | 10101100 | 0 | 1000101 | 11110 | 100 | 101000110 | 1011010 | 111111 |
Color Harmonies of #F64DAC
Complementary color
Monochromatic Colors of #F64DAC
Black with #F64DAC
Text Example
Text Example
White with #F64DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F64DAC; }
p { color: rgb(246,77,172); }
H1.HeaderClassName
{
color: #F64DAC;
}
.AnyTagClassName
{
color: #F64DAC;
}
</style>
background-color css
<style>
a { background-color: #F64DAC; }
a { background-color: rgb(246,77,172); }
div.DivClassName
{
background-color: #F64DAC;
}
.BgClassName
{
background-color: #F64DAC;
}
</style>
border-color css
<style>
span { border-color: #F64DAC; }
span { border-color: rgb(246,77,172); }
td.TdClassName
{
border-color: #F64DAC;
}
.TagClassName
{
border-color: #F64DAC;
}
</style>