Shades of Brilliant Rose #F64DB9
Tints of Brilliant Rose #F64DB9
RGB
CMYK
RGB Variations
Color information
#F64DB9 (or 0xF64DB9) is known color: Brilliant Rose. HEX triplet: F6, 4D and B9. RGB value is (246,77,185). Sum of RGB (Red+Green+Blue) = 246+77+185=508 (67% of max value = 765). Red value is 246 (96.48% from 255 or 48.43% from 508); Green value is 77 (30.47% from 255 or 15.16% from 508); Blue value is 185 (72.66% from 255 or 36.42% from 508); Max value from RGB is 246 - color contains mainly: red. Hex color #F64DB9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F64DB9 is #09B246. Grayscale: #8B8B8B. Windows color (decimal): -635463 or 12144118. OLE color: 12144118.
HSL color Cylindrical-coordinate representation of color #F64DB9: hue angle of 321.66º degrees, saturation: 0.9, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #F64DB9 is Cyan = 0, Magento = 0.69, Yellow = 0.25 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 77 | 185 | - |
| CMYK | 0 | 0.69 | 0.25 | 0.04 |
| HSL | 321.66º | 0.9% | 0.63% | - |
| HSV(B) | 321.66º | 0.69% | 0.96% | - |
| XYZ | 49.42 | 28.4 | 48.78 | - |
| YUV | 139.84 | 153.49 | 203.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 77 | 185 | 0 | 0.69 | 0.25 | 0.04 | 321.66 | 0.9 | 0.63 |
| Hex | F6 | 4D | B9 | 0 | 45 | 19 | 4 | 142 | 5A | 3F |
| Octal | 366 | 115 | 271 | 0 | 105 | 31 | 4 | 502 | 132 | 77 |
| Binary | 11110110 | 1001101 | 10111001 | 0 | 1000101 | 11001 | 100 | 101000010 | 1011010 | 111111 |
Color Harmonies of #F64DB9
Complementary color
Monochromatic Colors of #F64DB9
Black with #F64DB9
Text Example
Text Example
White with #F64DB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F64DB9; }
p { color: rgb(246,77,185); }
H1.HeaderClassName
{
color: #F64DB9;
}
.AnyTagClassName
{
color: #F64DB9;
}
</style>
background-color css
<style>
a { background-color: #F64DB9; }
a { background-color: rgb(246,77,185); }
div.DivClassName
{
background-color: #F64DB9;
}
.BgClassName
{
background-color: #F64DB9;
}
</style>
border-color css
<style>
span { border-color: #F64DB9; }
span { border-color: rgb(246,77,185); }
td.TdClassName
{
border-color: #F64DB9;
}
.TagClassName
{
border-color: #F64DB9;
}
</style>