Shades of Brilliant Rose #FA64A2
Tints of Brilliant Rose #FA64A2
RGB
CMYK
RGB Variations
Color information
#FA64A2 (or 0xFA64A2) is known color: Brilliant Rose. HEX triplet: FA, 64 and A2. RGB value is (250,100,162). Sum of RGB (Red+Green+Blue) = 250+100+162=512 (67% of max value = 765). Red value is 250 (98.05% from 255 or 48.83% from 512); Green value is 100 (39.45% from 255 or 19.53% from 512); Blue value is 162 (63.67% from 255 or 31.64% from 512); Max value from RGB is 250 - color contains mainly: red. Hex color #FA64A2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA64A2 is #059B5D. Grayscale: #979797. Windows color (decimal): -367454 or 10642682. OLE color: 10642682.
HSL color Cylindrical-coordinate representation of color #FA64A2: hue angle of 335.2º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FA64A2 is Cyan = 0, Magento = 0.6, Yellow = 0.35 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 100 | 162 | - |
| CMYK | 0 | 0.6 | 0.35 | 0.02 |
| HSL | 335.2º | 0.94% | 0.69% | - |
| HSV(B) | 335.2º | 0.6% | 0.98% | - |
| XYZ | 50.5 | 32.05 | 37.71 | - |
| YUV | 151.92 | 133.7 | 197.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 100 | 162 | 0 | 0.6 | 0.35 | 0.02 | 335.2 | 0.94 | 0.69 |
| Hex | FA | 64 | A2 | 0 | 3C | 23 | 2 | 14F | 5E | 45 |
| Octal | 372 | 144 | 242 | 0 | 74 | 43 | 2 | 517 | 136 | 105 |
| Binary | 11111010 | 1100100 | 10100010 | 0 | 111100 | 100011 | 10 | 101001111 | 1011110 | 1000101 |
Color Harmonies of #FA64A2
Complementary color
Monochromatic Colors of #FA64A2
Black with #FA64A2
Text Example
Text Example
White with #FA64A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA64A2; }
p { color: rgb(250,100,162); }
H1.HeaderClassName
{
color: #FA64A2;
}
.AnyTagClassName
{
color: #FA64A2;
}
</style>
background-color css
<style>
a { background-color: #FA64A2; }
a { background-color: rgb(250,100,162); }
div.DivClassName
{
background-color: #FA64A2;
}
.BgClassName
{
background-color: #FA64A2;
}
</style>
border-color css
<style>
span { border-color: #FA64A2; }
span { border-color: rgb(250,100,162); }
td.TdClassName
{
border-color: #FA64A2;
}
.TagClassName
{
border-color: #FA64A2;
}
</style>