Shades of Brilliant Rose #FA649A
Tints of Brilliant Rose #FA649A
RGB
CMYK
RGB Variations
Color information
#FA649A (or 0xFA649A) is known color: Brilliant Rose. HEX triplet: FA, 64 and 9A. RGB value is (250,100,154). Sum of RGB (Red+Green+Blue) = 250+100+154=504 (66% of max value = 765). Red value is 250 (98.05% from 255 or 49.60% from 504); Green value is 100 (39.45% from 255 or 19.84% from 504); Blue value is 154 (60.55% from 255 or 30.56% from 504); Max value from RGB is 250 - color contains mainly: red. Hex color #FA649A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA649A is #059B65. Grayscale: #969696. Windows color (decimal): -367462 or 10118394. OLE color: 10118394.
HSL color Cylindrical-coordinate representation of color #FA649A: hue angle of 338.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 #FA649A is Cyan = 0, Magento = 0.6, Yellow = 0.38 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 100 | 154 | - |
| CMYK | 0 | 0.6 | 0.38 | 0.02 |
| HSL | 338.4º | 0.94% | 0.69% | - |
| HSV(B) | 338.4º | 0.6% | 0.98% | - |
| XYZ | 49.81 | 31.77 | 34.08 | - |
| YUV | 151.01 | 129.7 | 198.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 100 | 154 | 0 | 0.6 | 0.38 | 0.02 | 338.4 | 0.94 | 0.69 |
| Hex | FA | 64 | 9A | 0 | 3C | 26 | 2 | 152 | 5E | 45 |
| Octal | 372 | 144 | 232 | 0 | 74 | 46 | 2 | 522 | 136 | 105 |
| Binary | 11111010 | 1100100 | 10011010 | 0 | 111100 | 100110 | 10 | 101010010 | 1011110 | 1000101 |
Color Harmonies of #FA649A
Complementary color
Monochromatic Colors of #FA649A
Black with #FA649A
Text Example
Text Example
White with #FA649A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA649A; }
p { color: rgb(250,100,154); }
H1.HeaderClassName
{
color: #FA649A;
}
.AnyTagClassName
{
color: #FA649A;
}
</style>
background-color css
<style>
a { background-color: #FA649A; }
a { background-color: rgb(250,100,154); }
div.DivClassName
{
background-color: #FA649A;
}
.BgClassName
{
background-color: #FA649A;
}
</style>
border-color css
<style>
span { border-color: #FA649A; }
span { border-color: rgb(250,100,154); }
td.TdClassName
{
border-color: #FA649A;
}
.TagClassName
{
border-color: #FA649A;
}
</style>