Shades of Brilliant Rose #FA649C
Tints of Brilliant Rose #FA649C
RGB
CMYK
RGB Variations
Color information
#FA649C (or 0xFA649C) is known color: Brilliant Rose. HEX triplet: FA, 64 and 9C. RGB value is (250,100,156). Sum of RGB (Red+Green+Blue) = 250+100+156=506 (67% of max value = 765). Red value is 250 (98.05% from 255 or 49.41% from 506); Green value is 100 (39.45% from 255 or 19.76% from 506); Blue value is 156 (61.33% from 255 or 30.83% from 506); Max value from RGB is 250 - color contains mainly: red. Hex color #FA649C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA649C is #059B63. Grayscale: #979797. Windows color (decimal): -367460 or 10249466. OLE color: 10249466.
HSL color Cylindrical-coordinate representation of color #FA649C: hue angle of 337.6º 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 #FA649C is Cyan = 0, Magento = 0.6, Yellow = 0.38 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 100 | 156 | - |
| CMYK | 0 | 0.6 | 0.38 | 0.02 |
| HSL | 337.6º | 0.94% | 0.69% | - |
| HSV(B) | 337.6º | 0.6% | 0.98% | - |
| XYZ | 49.98 | 31.84 | 34.96 | - |
| YUV | 151.23 | 130.7 | 198.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 100 | 156 | 0 | 0.6 | 0.38 | 0.02 | 337.6 | 0.94 | 0.69 |
| Hex | FA | 64 | 9C | 0 | 3C | 26 | 2 | 152 | 5E | 45 |
| Octal | 372 | 144 | 234 | 0 | 74 | 46 | 2 | 522 | 136 | 105 |
| Binary | 11111010 | 1100100 | 10011100 | 0 | 111100 | 100110 | 10 | 101010010 | 1011110 | 1000101 |
Color Harmonies of #FA649C
Complementary color
Monochromatic Colors of #FA649C
Black with #FA649C
Text Example
Text Example
White with #FA649C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA649C; }
p { color: rgb(250,100,156); }
H1.HeaderClassName
{
color: #FA649C;
}
.AnyTagClassName
{
color: #FA649C;
}
</style>
background-color css
<style>
a { background-color: #FA649C; }
a { background-color: rgb(250,100,156); }
div.DivClassName
{
background-color: #FA649C;
}
.BgClassName
{
background-color: #FA649C;
}
</style>
border-color css
<style>
span { border-color: #FA649C; }
span { border-color: rgb(250,100,156); }
td.TdClassName
{
border-color: #FA649C;
}
.TagClassName
{
border-color: #FA649C;
}
</style>