Shades of Brilliant Rose #F64EB7
Tints of Brilliant Rose #F64EB7
RGB
CMYK
RGB Variations
Color information
#F64EB7 (or 0xF64EB7) is known color: Brilliant Rose. HEX triplet: F6, 4E and B7. RGB value is (246,78,183). Sum of RGB (Red+Green+Blue) = 246+78+183=507 (67% of max value = 765). Red value is 246 (96.48% from 255 or 48.52% from 507); Green value is 78 (30.86% from 255 or 15.38% from 507); Blue value is 183 (71.88% from 255 or 36.09% from 507); Max value from RGB is 246 - color contains mainly: red. Hex color #F64EB7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F64EB7 is #09B148. Grayscale: #8B8B8B. Windows color (decimal): -635209 or 12013302. OLE color: 12013302.
HSL color Cylindrical-coordinate representation of color #F64EB7: hue angle of 322.5º 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 #F64EB7 is Cyan = 0, Magento = 0.68, Yellow = 0.26 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 78 | 183 | - |
| CMYK | 0 | 0.68 | 0.26 | 0.04 |
| HSL | 322.5º | 0.9% | 0.64% | - |
| HSV(B) | 322.5º | 0.68% | 0.96% | - |
| XYZ | 49.28 | 28.46 | 47.7 | - |
| YUV | 140.2 | 152.16 | 203.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 78 | 183 | 0 | 0.68 | 0.26 | 0.04 | 322.5 | 0.9 | 0.64 |
| Hex | F6 | 4E | B7 | 0 | 44 | 1A | 4 | 142 | 5A | 40 |
| Octal | 366 | 116 | 267 | 0 | 104 | 32 | 4 | 502 | 132 | 100 |
| Binary | 11110110 | 1001110 | 10110111 | 0 | 1000100 | 11010 | 100 | 101000010 | 1011010 | 1000000 |
Color Harmonies of #F64EB7
Complementary color
Monochromatic Colors of #F64EB7
Black with #F64EB7
Text Example
Text Example
White with #F64EB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F64EB7; }
p { color: rgb(246,78,183); }
H1.HeaderClassName
{
color: #F64EB7;
}
.AnyTagClassName
{
color: #F64EB7;
}
</style>
background-color css
<style>
a { background-color: #F64EB7; }
a { background-color: rgb(246,78,183); }
div.DivClassName
{
background-color: #F64EB7;
}
.BgClassName
{
background-color: #F64EB7;
}
</style>
border-color css
<style>
span { border-color: #F64EB7; }
span { border-color: rgb(246,78,183); }
td.TdClassName
{
border-color: #F64EB7;
}
.TagClassName
{
border-color: #F64EB7;
}
</style>