Shades of Brilliant Rose #F64EAF
Tints of Brilliant Rose #F64EAF
RGB
CMYK
RGB Variations
Color information
#F64EAF (or 0xF64EAF) is known color: Brilliant Rose. HEX triplet: F6, 4E and AF. RGB value is (246,78,175). Sum of RGB (Red+Green+Blue) = 246+78+175=499 (66% of max value = 765). Red value is 246 (96.48% from 255 or 49.30% from 499); Green value is 78 (30.86% from 255 or 15.63% from 499); Blue value is 175 (68.75% from 255 or 35.07% from 499); Max value from RGB is 246 - color contains mainly: red. Hex color #F64EAF is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F64EAF is #09B150. Grayscale: #8B8B8B. Windows color (decimal): -635217 or 11489014. OLE color: 11489014.
HSL color Cylindrical-coordinate representation of color #F64EAF: hue angle of 325.36º 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 #F64EAF is Cyan = 0, Magento = 0.68, Yellow = 0.29 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 78 | 175 | - |
| CMYK | 0 | 0.68 | 0.29 | 0.04 |
| HSL | 325.36º | 0.9% | 0.64% | - |
| HSV(B) | 325.36º | 0.68% | 0.96% | - |
| XYZ | 48.47 | 28.14 | 43.43 | - |
| YUV | 139.29 | 148.16 | 204.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 78 | 175 | 0 | 0.68 | 0.29 | 0.04 | 325.36 | 0.9 | 0.64 |
| Hex | F6 | 4E | AF | 0 | 44 | 1D | 4 | 145 | 5A | 40 |
| Octal | 366 | 116 | 257 | 0 | 104 | 35 | 4 | 505 | 132 | 100 |
| Binary | 11110110 | 1001110 | 10101111 | 0 | 1000100 | 11101 | 100 | 101000101 | 1011010 | 1000000 |
Color Harmonies of #F64EAF
Complementary color
Monochromatic Colors of #F64EAF
Black with #F64EAF
Text Example
Text Example
White with #F64EAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F64EAF; }
p { color: rgb(246,78,175); }
H1.HeaderClassName
{
color: #F64EAF;
}
.AnyTagClassName
{
color: #F64EAF;
}
</style>
background-color css
<style>
a { background-color: #F64EAF; }
a { background-color: rgb(246,78,175); }
div.DivClassName
{
background-color: #F64EAF;
}
.BgClassName
{
background-color: #F64EAF;
}
</style>
border-color css
<style>
span { border-color: #F64EAF; }
span { border-color: rgb(246,78,175); }
td.TdClassName
{
border-color: #F64EAF;
}
.TagClassName
{
border-color: #F64EAF;
}
</style>