Shades of Brilliant Rose #FF64A2
Tints of Brilliant Rose #FF64A2
RGB
CMYK
RGB Variations
Color information
#FF64A2 (or 0xFF64A2) is known color: Brilliant Rose. HEX triplet: FF, 64 and A2. RGB value is (255,100,162). Sum of RGB (Red+Green+Blue) = 255+100+162=517 (68% of max value = 765). Red value is 255 (100% from 255 or 49.32% from 517); Green value is 100 (39.45% from 255 or 19.34% from 517); Blue value is 162 (63.67% from 255 or 31.33% from 517); Max value from RGB is 255 - color contains mainly: red. Hex color #FF64A2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF64A2 is #009B5D. Grayscale: #999999. Windows color (decimal): -39774 or 10642687. OLE color: 10642687.
HSL color Cylindrical-coordinate representation of color #FF64A2: hue angle of 336º 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 #FF64A2 is Cyan = 0, Magento = 0.61, Yellow = 0.36 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 100 | 162 | - |
| CMYK | 0 | 0.61 | 0.36 | 0 |
| HSL | 336º | 1% | 0.7% | - |
| HSV(B) | 336º | 0.61% | 1% | - |
| XYZ | 52.32 | 32.98 | 37.79 | - |
| YUV | 153.41 | 132.85 | 200.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 100 | 162 | 0 | 0.61 | 0.36 | 0 | 336 | 1 | 0.7 |
| Hex | FF | 64 | A2 | 0 | 3D | 24 | 0 | 150 | 64 | 46 |
| Octal | 377 | 144 | 242 | 0 | 75 | 44 | 0 | 520 | 144 | 106 |
| Binary | 11111111 | 1100100 | 10100010 | 0 | 111101 | 100100 | 0 | 101010000 | 1100100 | 1000110 |
Color Harmonies of #FF64A2
Complementary color
Monochromatic Colors of #FF64A2
Black with #FF64A2
Text Example
Text Example
White with #FF64A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF64A2; }
p { color: rgb(255,100,162); }
H1.HeaderClassName
{
color: #FF64A2;
}
.AnyTagClassName
{
color: #FF64A2;
}
</style>
background-color css
<style>
a { background-color: #FF64A2; }
a { background-color: rgb(255,100,162); }
div.DivClassName
{
background-color: #FF64A2;
}
.BgClassName
{
background-color: #FF64A2;
}
</style>
border-color css
<style>
span { border-color: #FF64A2; }
span { border-color: rgb(255,100,162); }
td.TdClassName
{
border-color: #FF64A2;
}
.TagClassName
{
border-color: #FF64A2;
}
</style>