Shades of Brilliant Rose #F64DAB
Tints of Brilliant Rose #F64DAB
RGB
CMYK
RGB Variations
Color information
#F64DAB (or 0xF64DAB) is known color: Brilliant Rose. HEX triplet: F6, 4D and AB. RGB value is (246,77,171). Sum of RGB (Red+Green+Blue) = 246+77+171=494 (65% of max value = 765). Red value is 246 (96.48% from 255 or 49.80% from 494); Green value is 77 (30.47% from 255 or 15.59% from 494); Blue value is 171 (67.19% from 255 or 34.62% from 494); Max value from RGB is 246 - color contains mainly: red. Hex color #F64DAB is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F64DAB is #09B254. Grayscale: #8A8A8A. Windows color (decimal): -635477 or 11226614. OLE color: 11226614.
HSL color Cylindrical-coordinate representation of color #F64DAB: hue angle of 326.63º 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 #F64DAB is Cyan = 0, Magento = 0.69, Yellow = 0.30 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 77 | 171 | - |
| CMYK | 0 | 0.69 | 0.30 | 0.04 |
| HSL | 326.63º | 0.9% | 0.63% | - |
| HSV(B) | 326.63º | 0.69% | 0.96% | - |
| XYZ | 48.01 | 27.84 | 41.37 | - |
| YUV | 138.25 | 146.49 | 204.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 77 | 171 | 0 | 0.69 | 0.30 | 0.04 | 326.63 | 0.9 | 0.63 |
| Hex | F6 | 4D | AB | 0 | 45 | 1E | 4 | 147 | 5A | 3F |
| Octal | 366 | 115 | 253 | 0 | 105 | 36 | 4 | 507 | 132 | 77 |
| Binary | 11110110 | 1001101 | 10101011 | 0 | 1000101 | 11110 | 100 | 101000111 | 1011010 | 111111 |
Color Harmonies of #F64DAB
Complementary color
Monochromatic Colors of #F64DAB
Black with #F64DAB
Text Example
Text Example
White with #F64DAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F64DAB; }
p { color: rgb(246,77,171); }
H1.HeaderClassName
{
color: #F64DAB;
}
.AnyTagClassName
{
color: #F64DAB;
}
</style>
background-color css
<style>
a { background-color: #F64DAB; }
a { background-color: rgb(246,77,171); }
div.DivClassName
{
background-color: #F64DAB;
}
.BgClassName
{
background-color: #F64DAB;
}
</style>
border-color css
<style>
span { border-color: #F64DAB; }
span { border-color: rgb(246,77,171); }
td.TdClassName
{
border-color: #F64DAB;
}
.TagClassName
{
border-color: #F64DAB;
}
</style>