Shades of Brilliant Rose #F64D9A
Tints of Brilliant Rose #F64D9A
RGB
CMYK
RGB Variations
Color information
#F64D9A (or 0xF64D9A) is known color: Brilliant Rose. HEX triplet: F6, 4D and 9A. RGB value is (246,77,154). Sum of RGB (Red+Green+Blue) = 246+77+154=477 (63% of max value = 765). Red value is 246 (96.48% from 255 or 51.57% from 477); Green value is 77 (30.47% from 255 or 16.14% from 477); Blue value is 154 (60.55% from 255 or 32.29% from 477); Max value from RGB is 246 - color contains mainly: red. Hex color #F64D9A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F64D9A is #09B265. Grayscale: #888888. Windows color (decimal): -635494 or 10112502. OLE color: 10112502.
HSL color Cylindrical-coordinate representation of color #F64D9A: hue angle of 332.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 #F64D9A is Cyan = 0, Magento = 0.69, Yellow = 0.37 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 77 | 154 | - |
| CMYK | 0 | 0.69 | 0.37 | 0.04 |
| HSL | 332.66º | 0.9% | 0.63% | - |
| HSV(B) | 332.66º | 0.69% | 0.96% | - |
| XYZ | 46.49 | 27.23 | 33.38 | - |
| YUV | 136.31 | 137.99 | 206.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 77 | 154 | 0 | 0.69 | 0.37 | 0.04 | 332.66 | 0.9 | 0.63 |
| Hex | F6 | 4D | 9A | 0 | 45 | 25 | 4 | 14D | 5A | 3F |
| Octal | 366 | 115 | 232 | 0 | 105 | 45 | 4 | 515 | 132 | 77 |
| Binary | 11110110 | 1001101 | 10011010 | 0 | 1000101 | 100101 | 100 | 101001101 | 1011010 | 111111 |
Color Harmonies of #F64D9A
Complementary color
Monochromatic Colors of #F64D9A
Black with #F64D9A
Text Example
Text Example
White with #F64D9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F64D9A; }
p { color: rgb(246,77,154); }
H1.HeaderClassName
{
color: #F64D9A;
}
.AnyTagClassName
{
color: #F64D9A;
}
</style>
background-color css
<style>
a { background-color: #F64D9A; }
a { background-color: rgb(246,77,154); }
div.DivClassName
{
background-color: #F64D9A;
}
.BgClassName
{
background-color: #F64D9A;
}
</style>
border-color css
<style>
span { border-color: #F64D9A; }
span { border-color: rgb(246,77,154); }
td.TdClassName
{
border-color: #F64D9A;
}
.TagClassName
{
border-color: #F64D9A;
}
</style>