Shades of Brilliant Rose #F64EB1
Tints of Brilliant Rose #F64EB1
RGB
CMYK
RGB Variations
Color information
#F64EB1 (or 0xF64EB1) is known color: Brilliant Rose. HEX triplet: F6, 4E and B1. RGB value is (246,78,177). Sum of RGB (Red+Green+Blue) = 246+78+177=501 (66% of max value = 765). Red value is 246 (96.48% from 255 or 49.10% from 501); Green value is 78 (30.86% from 255 or 15.57% from 501); Blue value is 177 (69.53% from 255 or 35.33% from 501); Max value from RGB is 246 - color contains mainly: red. Hex color #F64EB1 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F64EB1 is #09B14E. Grayscale: #8B8B8B. Windows color (decimal): -635215 or 11620086. OLE color: 11620086.
HSL color Cylindrical-coordinate representation of color #F64EB1: hue angle of 324.64º 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 #F64EB1 is Cyan = 0, Magento = 0.68, Yellow = 0.28 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 78 | 177 | - |
| CMYK | 0 | 0.68 | 0.28 | 0.04 |
| HSL | 324.64º | 0.9% | 0.64% | - |
| HSV(B) | 324.64º | 0.68% | 0.96% | - |
| XYZ | 48.67 | 28.22 | 44.48 | - |
| YUV | 139.52 | 149.16 | 203.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 78 | 177 | 0 | 0.68 | 0.28 | 0.04 | 324.64 | 0.9 | 0.64 |
| Hex | F6 | 4E | B1 | 0 | 44 | 1C | 4 | 145 | 5A | 40 |
| Octal | 366 | 116 | 261 | 0 | 104 | 34 | 4 | 505 | 132 | 100 |
| Binary | 11110110 | 1001110 | 10110001 | 0 | 1000100 | 11100 | 100 | 101000101 | 1011010 | 1000000 |
Color Harmonies of #F64EB1
Complementary color
Monochromatic Colors of #F64EB1
Black with #F64EB1
Text Example
Text Example
White with #F64EB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F64EB1; }
p { color: rgb(246,78,177); }
H1.HeaderClassName
{
color: #F64EB1;
}
.AnyTagClassName
{
color: #F64EB1;
}
</style>
background-color css
<style>
a { background-color: #F64EB1; }
a { background-color: rgb(246,78,177); }
div.DivClassName
{
background-color: #F64EB1;
}
.BgClassName
{
background-color: #F64EB1;
}
</style>
border-color css
<style>
span { border-color: #F64EB1; }
span { border-color: rgb(246,78,177); }
td.TdClassName
{
border-color: #F64EB1;
}
.TagClassName
{
border-color: #F64EB1;
}
</style>