Shades of Brilliant Rose #F64DB6
Tints of Brilliant Rose #F64DB6
RGB
CMYK
RGB Variations
Color information
#F64DB6 (or 0xF64DB6) is known color: Brilliant Rose. HEX triplet: F6, 4D and B6. RGB value is (246,77,182). Sum of RGB (Red+Green+Blue) = 246+77+182=505 (66% of max value = 765). Red value is 246 (96.48% from 255 or 48.71% from 505); Green value is 77 (30.47% from 255 or 15.25% from 505); Blue value is 182 (71.48% from 255 or 36.04% from 505); Max value from RGB is 246 - color contains mainly: red. Hex color #F64DB6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F64DB6 is #09B249. Grayscale: #8B8B8B. Windows color (decimal): -635466 or 11947510. OLE color: 11947510.
HSL color Cylindrical-coordinate representation of color #F64DB6: hue angle of 322.72º 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 #F64DB6 is Cyan = 0, Magento = 0.69, Yellow = 0.26 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 77 | 182 | - |
| CMYK | 0 | 0.69 | 0.26 | 0.04 |
| HSL | 322.72º | 0.9% | 0.63% | - |
| HSV(B) | 322.72º | 0.69% | 0.96% | - |
| XYZ | 49.1 | 28.28 | 47.13 | - |
| YUV | 139.5 | 151.99 | 203.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 77 | 182 | 0 | 0.69 | 0.26 | 0.04 | 322.72 | 0.9 | 0.63 |
| Hex | F6 | 4D | B6 | 0 | 45 | 1A | 4 | 143 | 5A | 3F |
| Octal | 366 | 115 | 266 | 0 | 105 | 32 | 4 | 503 | 132 | 77 |
| Binary | 11110110 | 1001101 | 10110110 | 0 | 1000101 | 11010 | 100 | 101000011 | 1011010 | 111111 |
Color Harmonies of #F64DB6
Complementary color
Monochromatic Colors of #F64DB6
Black with #F64DB6
Text Example
Text Example
White with #F64DB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F64DB6; }
p { color: rgb(246,77,182); }
H1.HeaderClassName
{
color: #F64DB6;
}
.AnyTagClassName
{
color: #F64DB6;
}
</style>
background-color css
<style>
a { background-color: #F64DB6; }
a { background-color: rgb(246,77,182); }
div.DivClassName
{
background-color: #F64DB6;
}
.BgClassName
{
background-color: #F64DB6;
}
</style>
border-color css
<style>
span { border-color: #F64DB6; }
span { border-color: rgb(246,77,182); }
td.TdClassName
{
border-color: #F64DB6;
}
.TagClassName
{
border-color: #F64DB6;
}
</style>