Shades of Brilliant Rose #FA63A4
Tints of Brilliant Rose #FA63A4
RGB
CMYK
RGB Variations
Color information
#FA63A4 (or 0xFA63A4) is known color: Brilliant Rose. HEX triplet: FA, 63 and A4. RGB value is (250,99,164). Sum of RGB (Red+Green+Blue) = 250+99+164=513 (67% of max value = 765). Red value is 250 (98.05% from 255 or 48.73% from 513); Green value is 99 (39.06% from 255 or 19.30% from 513); Blue value is 164 (64.45% from 255 or 31.97% from 513); Max value from RGB is 250 - color contains mainly: red. Hex color #FA63A4 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA63A4 is #059C5B. Grayscale: #979797. Windows color (decimal): -367708 or 10773498. OLE color: 10773498.
HSL color Cylindrical-coordinate representation of color #FA63A4: hue angle of 334.17º 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 #FA63A4 is Cyan = 0, Magento = 0.60, Yellow = 0.34 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 99 | 164 | - |
| CMYK | 0 | 0.60 | 0.34 | 0.02 |
| HSL | 334.17º | 0.94% | 0.68% | - |
| HSV(B) | 334.17º | 0.6% | 0.98% | - |
| XYZ | 50.59 | 31.93 | 38.62 | - |
| YUV | 151.56 | 135.03 | 198.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 99 | 164 | 0 | 0.60 | 0.34 | 0.02 | 334.17 | 0.94 | 0.68 |
| Hex | FA | 63 | A4 | 0 | 3C | 22 | 2 | 14E | 5E | 44 |
| Octal | 372 | 143 | 244 | 0 | 74 | 42 | 2 | 516 | 136 | 104 |
| Binary | 11111010 | 1100011 | 10100100 | 0 | 111100 | 100010 | 10 | 101001110 | 1011110 | 1000100 |
Color Harmonies of #FA63A4
Complementary color
Monochromatic Colors of #FA63A4
Black with #FA63A4
Text Example
Text Example
White with #FA63A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA63A4; }
p { color: rgb(250,99,164); }
H1.HeaderClassName
{
color: #FA63A4;
}
.AnyTagClassName
{
color: #FA63A4;
}
</style>
background-color css
<style>
a { background-color: #FA63A4; }
a { background-color: rgb(250,99,164); }
div.DivClassName
{
background-color: #FA63A4;
}
.BgClassName
{
background-color: #FA63A4;
}
</style>
border-color css
<style>
span { border-color: #FA63A4; }
span { border-color: rgb(250,99,164); }
td.TdClassName
{
border-color: #FA63A4;
}
.TagClassName
{
border-color: #FA63A4;
}
</style>