Shades of Brilliant Rose #F64EB0
Tints of Brilliant Rose #F64EB0
RGB
CMYK
RGB Variations
Color information
#F64EB0 (or 0xF64EB0) is known color: Brilliant Rose. HEX triplet: F6, 4E and B0. RGB value is (246,78,176). Sum of RGB (Red+Green+Blue) = 246+78+176=500 (66% of max value = 765). Red value is 246 (96.48% from 255 or 49.2% from 500); Green value is 78 (30.86% from 255 or 15.6% from 500); Blue value is 176 (69.14% from 255 or 35.2% from 500); Max value from RGB is 246 - color contains mainly: red. Hex color #F64EB0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F64EB0 is #09B14F. Grayscale: #8B8B8B. Windows color (decimal): -635216 or 11554550. OLE color: 11554550.
HSL color Cylindrical-coordinate representation of color #F64EB0: hue angle of 325º 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 #F64EB0 is Cyan = 0, Magento = 0.68, Yellow = 0.28 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 78 | 176 | - |
| CMYK | 0 | 0.68 | 0.28 | 0.04 |
| HSL | 325º | 0.9% | 0.64% | - |
| HSV(B) | 325º | 0.68% | 0.96% | - |
| XYZ | 48.57 | 28.18 | 43.95 | - |
| YUV | 139.4 | 148.66 | 204.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 78 | 176 | 0 | 0.68 | 0.28 | 0.04 | 325 | 0.9 | 0.64 |
| Hex | F6 | 4E | B0 | 0 | 44 | 1C | 4 | 145 | 5A | 40 |
| Octal | 366 | 116 | 260 | 0 | 104 | 34 | 4 | 505 | 132 | 100 |
| Binary | 11110110 | 1001110 | 10110000 | 0 | 1000100 | 11100 | 100 | 101000101 | 1011010 | 1000000 |
Color Harmonies of #F64EB0
Complementary color
Monochromatic Colors of #F64EB0
Black with #F64EB0
Text Example
Text Example
White with #F64EB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F64EB0; }
p { color: rgb(246,78,176); }
H1.HeaderClassName
{
color: #F64EB0;
}
.AnyTagClassName
{
color: #F64EB0;
}
</style>
background-color css
<style>
a { background-color: #F64EB0; }
a { background-color: rgb(246,78,176); }
div.DivClassName
{
background-color: #F64EB0;
}
.BgClassName
{
background-color: #F64EB0;
}
</style>
border-color css
<style>
span { border-color: #F64EB0; }
span { border-color: rgb(246,78,176); }
td.TdClassName
{
border-color: #F64EB0;
}
.TagClassName
{
border-color: #F64EB0;
}
</style>