Shades of Brilliant Rose #F64EAC
Tints of Brilliant Rose #F64EAC
RGB
CMYK
RGB Variations
Color information
#F64EAC (or 0xF64EAC) is known color: Brilliant Rose. HEX triplet: F6, 4E and AC. RGB value is (246,78,172). Sum of RGB (Red+Green+Blue) = 246+78+172=496 (65% of max value = 765). Red value is 246 (96.48% from 255 or 49.60% from 496); Green value is 78 (30.86% from 255 or 15.73% from 496); Blue value is 172 (67.58% from 255 or 34.68% from 496); Max value from RGB is 246 - color contains mainly: red. Hex color #F64EAC is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F64EAC is #09B153. Grayscale: #8A8A8A. Windows color (decimal): -635220 or 11292406. OLE color: 11292406.
HSL color Cylindrical-coordinate representation of color #F64EAC: hue angle of 326.43º degrees, saturation: 0.9, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #F64EAC is Cyan = 0, Magento = 0.68, Yellow = 0.30 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 78 | 172 | - |
| CMYK | 0 | 0.68 | 0.30 | 0.04 |
| HSL | 326.43º | 0.9% | 0.64% | - |
| HSV(B) | 326.43º | 0.68% | 0.96% | - |
| XYZ | 48.18 | 28.02 | 41.9 | - |
| YUV | 138.95 | 146.66 | 204.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 78 | 172 | 0 | 0.68 | 0.30 | 0.04 | 326.43 | 0.9 | 0.64 |
| Hex | F6 | 4E | AC | 0 | 44 | 1E | 4 | 146 | 5A | 40 |
| Octal | 366 | 116 | 254 | 0 | 104 | 36 | 4 | 506 | 132 | 100 |
| Binary | 11110110 | 1001110 | 10101100 | 0 | 1000100 | 11110 | 100 | 101000110 | 1011010 | 1000000 |
Color Harmonies of #F64EAC
Complementary color
Monochromatic Colors of #F64EAC
Black with #F64EAC
Text Example
Text Example
White with #F64EAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F64EAC; }
p { color: rgb(246,78,172); }
H1.HeaderClassName
{
color: #F64EAC;
}
.AnyTagClassName
{
color: #F64EAC;
}
</style>
background-color css
<style>
a { background-color: #F64EAC; }
a { background-color: rgb(246,78,172); }
div.DivClassName
{
background-color: #F64EAC;
}
.BgClassName
{
background-color: #F64EAC;
}
</style>
border-color css
<style>
span { border-color: #F64EAC; }
span { border-color: rgb(246,78,172); }
td.TdClassName
{
border-color: #F64EAC;
}
.TagClassName
{
border-color: #F64EAC;
}
</style>