Shades of Brilliant Rose #FF64A1
Tints of Brilliant Rose #FF64A1
RGB
CMYK
RGB Variations
Color information
#FF64A1 (or 0xFF64A1) is known color: Brilliant Rose. HEX triplet: FF, 64 and A1. RGB value is (255,100,161). Sum of RGB (Red+Green+Blue) = 255+100+161=516 (68% of max value = 765). Red value is 255 (100% from 255 or 49.42% from 516); Green value is 100 (39.45% from 255 or 19.38% from 516); Blue value is 161 (63.28% from 255 or 31.20% from 516); Max value from RGB is 255 - color contains mainly: red. Hex color #FF64A1 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF64A1 is #009B5E. Grayscale: #999999. Windows color (decimal): -39775 or 10577151. OLE color: 10577151.
HSL color Cylindrical-coordinate representation of color #FF64A1: hue angle of 336.39º 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 #FF64A1 is Cyan = 0, Magento = 0.61, Yellow = 0.37 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 100 | 161 | - |
| CMYK | 0 | 0.61 | 0.37 | 0 |
| HSL | 336.39º | 1% | 0.7% | - |
| HSV(B) | 336.39º | 0.61% | 1% | - |
| XYZ | 52.23 | 32.95 | 37.32 | - |
| YUV | 153.3 | 132.35 | 200.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 100 | 161 | 0 | 0.61 | 0.37 | 0 | 336.39 | 1 | 0.7 |
| Hex | FF | 64 | A1 | 0 | 3D | 25 | 0 | 150 | 64 | 46 |
| Octal | 377 | 144 | 241 | 0 | 75 | 45 | 0 | 520 | 144 | 106 |
| Binary | 11111111 | 1100100 | 10100001 | 0 | 111101 | 100101 | 0 | 101010000 | 1100100 | 1000110 |
Color Harmonies of #FF64A1
Complementary color
Monochromatic Colors of #FF64A1
Black with #FF64A1
Text Example
Text Example
White with #FF64A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF64A1; }
p { color: rgb(255,100,161); }
H1.HeaderClassName
{
color: #FF64A1;
}
.AnyTagClassName
{
color: #FF64A1;
}
</style>
background-color css
<style>
a { background-color: #FF64A1; }
a { background-color: rgb(255,100,161); }
div.DivClassName
{
background-color: #FF64A1;
}
.BgClassName
{
background-color: #FF64A1;
}
</style>
border-color css
<style>
span { border-color: #FF64A1; }
span { border-color: rgb(255,100,161); }
td.TdClassName
{
border-color: #FF64A1;
}
.TagClassName
{
border-color: #FF64A1;
}
</style>