Shades of Brilliant Rose #F64EA8
Tints of Brilliant Rose #F64EA8
RGB
CMYK
RGB Variations
Color information
#F64EA8 (or 0xF64EA8) is known color: Brilliant Rose. HEX triplet: F6, 4E and A8. RGB value is (246,78,168). Sum of RGB (Red+Green+Blue) = 246+78+168=492 (65% of max value = 765). Red value is 246 (96.48% from 255 or 50% from 492); Green value is 78 (30.86% from 255 or 15.85% from 492); Blue value is 168 (66.02% from 255 or 34.15% from 492); Max value from RGB is 246 - color contains mainly: red. Hex color #F64EA8 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F64EA8 is #09B157. Grayscale: #8A8A8A. Windows color (decimal): -635224 or 11030262. OLE color: 11030262.
HSL color Cylindrical-coordinate representation of color #F64EA8: hue angle of 327.86º 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 #F64EA8 is Cyan = 0, Magento = 0.68, Yellow = 0.32 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 78 | 168 | - |
| CMYK | 0 | 0.68 | 0.32 | 0.04 |
| HSL | 327.86º | 0.9% | 0.64% | - |
| HSV(B) | 327.86º | 0.68% | 0.96% | - |
| XYZ | 47.8 | 27.87 | 39.91 | - |
| YUV | 138.49 | 144.66 | 204.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 78 | 168 | 0 | 0.68 | 0.32 | 0.04 | 327.86 | 0.9 | 0.64 |
| Hex | F6 | 4E | A8 | 0 | 44 | 20 | 4 | 148 | 5A | 40 |
| Octal | 366 | 116 | 250 | 0 | 104 | 40 | 4 | 510 | 132 | 100 |
| Binary | 11110110 | 1001110 | 10101000 | 0 | 1000100 | 100000 | 100 | 101001000 | 1011010 | 1000000 |
Color Harmonies of #F64EA8
Complementary color
Monochromatic Colors of #F64EA8
Black with #F64EA8
Text Example
Text Example
White with #F64EA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F64EA8; }
p { color: rgb(246,78,168); }
H1.HeaderClassName
{
color: #F64EA8;
}
.AnyTagClassName
{
color: #F64EA8;
}
</style>
background-color css
<style>
a { background-color: #F64EA8; }
a { background-color: rgb(246,78,168); }
div.DivClassName
{
background-color: #F64EA8;
}
.BgClassName
{
background-color: #F64EA8;
}
</style>
border-color css
<style>
span { border-color: #F64EA8; }
span { border-color: rgb(246,78,168); }
td.TdClassName
{
border-color: #F64EA8;
}
.TagClassName
{
border-color: #F64EA8;
}
</style>