Shades of Brilliant Rose #FA63A2
Tints of Brilliant Rose #FA63A2
RGB
CMYK
RGB Variations
Color information
#FA63A2 (or 0xFA63A2) is known color: Brilliant Rose. HEX triplet: FA, 63 and A2. RGB value is (250,99,162). Sum of RGB (Red+Green+Blue) = 250+99+162=511 (67% of max value = 765). Red value is 250 (98.05% from 255 or 48.92% from 511); Green value is 99 (39.06% from 255 or 19.37% from 511); Blue value is 162 (63.67% from 255 or 31.70% from 511); Max value from RGB is 250 - color contains mainly: red. Hex color #FA63A2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA63A2 is #059C5D. Grayscale: #979797. Windows color (decimal): -367710 or 10642426. OLE color: 10642426.
HSL color Cylindrical-coordinate representation of color #FA63A2: hue angle of 334.97º degrees, saturation: 0.94, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FA63A2 is Cyan = 0, Magento = 0.60, Yellow = 0.35 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 99 | 162 | - |
| CMYK | 0 | 0.60 | 0.35 | 0.02 |
| HSL | 334.97º | 0.94% | 0.68% | - |
| HSV(B) | 334.97º | 0.6% | 0.98% | - |
| XYZ | 50.41 | 31.86 | 37.67 | - |
| YUV | 151.33 | 134.03 | 198.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 99 | 162 | 0 | 0.60 | 0.35 | 0.02 | 334.97 | 0.94 | 0.68 |
| Hex | FA | 63 | A2 | 0 | 3C | 23 | 2 | 14F | 5E | 44 |
| Octal | 372 | 143 | 242 | 0 | 74 | 43 | 2 | 517 | 136 | 104 |
| Binary | 11111010 | 1100011 | 10100010 | 0 | 111100 | 100011 | 10 | 101001111 | 1011110 | 1000100 |
Color Harmonies of #FA63A2
Complementary color
Monochromatic Colors of #FA63A2
Black with #FA63A2
Text Example
Text Example
White with #FA63A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA63A2; }
p { color: rgb(250,99,162); }
H1.HeaderClassName
{
color: #FA63A2;
}
.AnyTagClassName
{
color: #FA63A2;
}
</style>
background-color css
<style>
a { background-color: #FA63A2; }
a { background-color: rgb(250,99,162); }
div.DivClassName
{
background-color: #FA63A2;
}
.BgClassName
{
background-color: #FA63A2;
}
</style>
border-color css
<style>
span { border-color: #FA63A2; }
span { border-color: rgb(250,99,162); }
td.TdClassName
{
border-color: #FA63A2;
}
.TagClassName
{
border-color: #FA63A2;
}
</style>