Shades of Brilliant Rose #FF64A6
Tints of Brilliant Rose #FF64A6
RGB
CMYK
RGB Variations
Color information
#FF64A6 (or 0xFF64A6) is known color: Brilliant Rose. HEX triplet: FF, 64 and A6. RGB value is (255,100,166). Sum of RGB (Red+Green+Blue) = 255+100+166=521 (69% of max value = 765). Red value is 255 (100% from 255 or 48.94% from 521); Green value is 100 (39.45% from 255 or 19.19% from 521); Blue value is 166 (65.23% from 255 or 31.86% from 521); Max value from RGB is 255 - color contains mainly: red. Hex color #FF64A6 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF64A6 is #009B59. Grayscale: #999999. Windows color (decimal): -39770 or 10904831. OLE color: 10904831.
HSL color Cylindrical-coordinate representation of color #FF64A6: hue angle of 334.45º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #FF64A6 is Cyan = 0, Magento = 0.61, Yellow = 0.35 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 100 | 166 | - |
| CMYK | 0 | 0.61 | 0.35 | 0 |
| HSL | 334.45º | 1% | 0.7% | - |
| HSV(B) | 334.45º | 0.61% | 1% | - |
| XYZ | 52.68 | 33.13 | 39.69 | - |
| YUV | 153.87 | 134.85 | 200.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 100 | 166 | 0 | 0.61 | 0.35 | 0 | 334.45 | 1 | 0.7 |
| Hex | FF | 64 | A6 | 0 | 3D | 23 | 0 | 14E | 64 | 46 |
| Octal | 377 | 144 | 246 | 0 | 75 | 43 | 0 | 516 | 144 | 106 |
| Binary | 11111111 | 1100100 | 10100110 | 0 | 111101 | 100011 | 0 | 101001110 | 1100100 | 1000110 |
Color Harmonies of #FF64A6
Complementary color
Monochromatic Colors of #FF64A6
Black with #FF64A6
Text Example
Text Example
White with #FF64A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF64A6; }
p { color: rgb(255,100,166); }
H1.HeaderClassName
{
color: #FF64A6;
}
.AnyTagClassName
{
color: #FF64A6;
}
</style>
background-color css
<style>
a { background-color: #FF64A6; }
a { background-color: rgb(255,100,166); }
div.DivClassName
{
background-color: #FF64A6;
}
.BgClassName
{
background-color: #FF64A6;
}
</style>
border-color css
<style>
span { border-color: #FF64A6; }
span { border-color: rgb(255,100,166); }
td.TdClassName
{
border-color: #FF64A6;
}
.TagClassName
{
border-color: #FF64A6;
}
</style>