Shades of Brilliant Rose #FA649F
Tints of Brilliant Rose #FA649F
RGB
CMYK
RGB Variations
Color information
#FA649F (or 0xFA649F) is known color: Brilliant Rose. HEX triplet: FA, 64 and 9F. RGB value is (250,100,159). Sum of RGB (Red+Green+Blue) = 250+100+159=509 (67% of max value = 765). Red value is 250 (98.05% from 255 or 49.12% from 509); Green value is 100 (39.45% from 255 or 19.65% from 509); Blue value is 159 (62.5% from 255 or 31.24% from 509); Max value from RGB is 250 - color contains mainly: red. Hex color #FA649F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA649F is #059B60. Grayscale: #979797. Windows color (decimal): -367457 or 10446074. OLE color: 10446074.
HSL color Cylindrical-coordinate representation of color #FA649F: hue angle of 336.4º 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 #FA649F is Cyan = 0, Magento = 0.6, Yellow = 0.36 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 100 | 159 | - |
| CMYK | 0 | 0.6 | 0.36 | 0.02 |
| HSL | 336.4º | 0.94% | 0.69% | - |
| HSV(B) | 336.4º | 0.6% | 0.98% | - |
| XYZ | 50.24 | 31.94 | 36.32 | - |
| YUV | 151.58 | 132.2 | 198.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 100 | 159 | 0 | 0.6 | 0.36 | 0.02 | 336.4 | 0.94 | 0.69 |
| Hex | FA | 64 | 9F | 0 | 3C | 24 | 2 | 150 | 5E | 45 |
| Octal | 372 | 144 | 237 | 0 | 74 | 44 | 2 | 520 | 136 | 105 |
| Binary | 11111010 | 1100100 | 10011111 | 0 | 111100 | 100100 | 10 | 101010000 | 1011110 | 1000101 |
Color Harmonies of #FA649F
Complementary color
Monochromatic Colors of #FA649F
Black with #FA649F
Text Example
Text Example
White with #FA649F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA649F; }
p { color: rgb(250,100,159); }
H1.HeaderClassName
{
color: #FA649F;
}
.AnyTagClassName
{
color: #FA649F;
}
</style>
background-color css
<style>
a { background-color: #FA649F; }
a { background-color: rgb(250,100,159); }
div.DivClassName
{
background-color: #FA649F;
}
.BgClassName
{
background-color: #FA649F;
}
</style>
border-color css
<style>
span { border-color: #FA649F; }
span { border-color: rgb(250,100,159); }
td.TdClassName
{
border-color: #FA649F;
}
.TagClassName
{
border-color: #FA649F;
}
</style>