Shades of Brilliant Rose #FF64A3
Tints of Brilliant Rose #FF64A3
RGB
CMYK
RGB Variations
Color information
#FF64A3 (or 0xFF64A3) is known color: Brilliant Rose. HEX triplet: FF, 64 and A3. RGB value is (255,100,163). Sum of RGB (Red+Green+Blue) = 255+100+163=518 (68% of max value = 765). Red value is 255 (100% from 255 or 49.23% from 518); Green value is 100 (39.45% from 255 or 19.31% from 518); Blue value is 163 (64.06% from 255 or 31.47% from 518); Max value from RGB is 255 - color contains mainly: red. Hex color #FF64A3 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF64A3 is #009B5C. Grayscale: #999999. Windows color (decimal): -39773 or 10708223. OLE color: 10708223.
HSL color Cylindrical-coordinate representation of color #FF64A3: hue angle of 335.61º 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 #FF64A3 is Cyan = 0, Magento = 0.61, Yellow = 0.36 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 100 | 163 | - |
| CMYK | 0 | 0.61 | 0.36 | 0 |
| HSL | 335.61º | 1% | 0.7% | - |
| HSV(B) | 335.61º | 0.61% | 1% | - |
| XYZ | 52.41 | 33.02 | 38.26 | - |
| YUV | 153.53 | 133.35 | 200.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 100 | 163 | 0 | 0.61 | 0.36 | 0 | 335.61 | 1 | 0.7 |
| Hex | FF | 64 | A3 | 0 | 3D | 24 | 0 | 150 | 64 | 46 |
| Octal | 377 | 144 | 243 | 0 | 75 | 44 | 0 | 520 | 144 | 106 |
| Binary | 11111111 | 1100100 | 10100011 | 0 | 111101 | 100100 | 0 | 101010000 | 1100100 | 1000110 |
Color Harmonies of #FF64A3
Complementary color
Monochromatic Colors of #FF64A3
Black with #FF64A3
Text Example
Text Example
White with #FF64A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF64A3; }
p { color: rgb(255,100,163); }
H1.HeaderClassName
{
color: #FF64A3;
}
.AnyTagClassName
{
color: #FF64A3;
}
</style>
background-color css
<style>
a { background-color: #FF64A3; }
a { background-color: rgb(255,100,163); }
div.DivClassName
{
background-color: #FF64A3;
}
.BgClassName
{
background-color: #FF64A3;
}
</style>
border-color css
<style>
span { border-color: #FF64A3; }
span { border-color: rgb(255,100,163); }
td.TdClassName
{
border-color: #FF64A3;
}
.TagClassName
{
border-color: #FF64A3;
}
</style>