Shades of Brilliant Rose #FA639C
Tints of Brilliant Rose #FA639C
RGB
CMYK
RGB Variations
Color information
#FA639C (or 0xFA639C) is known color: Brilliant Rose. HEX triplet: FA, 63 and 9C. RGB value is (250,99,156). Sum of RGB (Red+Green+Blue) = 250+99+156=505 (66% of max value = 765). Red value is 250 (98.05% from 255 or 49.50% from 505); Green value is 99 (39.06% from 255 or 19.60% from 505); Blue value is 156 (61.33% from 255 or 30.89% from 505); Max value from RGB is 250 - color contains mainly: red. Hex color #FA639C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA639C is #059C63. Grayscale: #969696. Windows color (decimal): -367716 or 10249210. OLE color: 10249210.
HSL color Cylindrical-coordinate representation of color #FA639C: hue angle of 337.35º 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 #FA639C is Cyan = 0, Magento = 0.60, Yellow = 0.38 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 99 | 156 | - |
| CMYK | 0 | 0.60 | 0.38 | 0.02 |
| HSL | 337.35º | 0.94% | 0.68% | - |
| HSV(B) | 337.35º | 0.6% | 0.98% | - |
| XYZ | 49.89 | 31.65 | 34.93 | - |
| YUV | 150.65 | 131.03 | 198.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 99 | 156 | 0 | 0.60 | 0.38 | 0.02 | 337.35 | 0.94 | 0.68 |
| Hex | FA | 63 | 9C | 0 | 3C | 26 | 2 | 151 | 5E | 44 |
| Octal | 372 | 143 | 234 | 0 | 74 | 46 | 2 | 521 | 136 | 104 |
| Binary | 11111010 | 1100011 | 10011100 | 0 | 111100 | 100110 | 10 | 101010001 | 1011110 | 1000100 |
Color Harmonies of #FA639C
Complementary color
Monochromatic Colors of #FA639C
Black with #FA639C
Text Example
Text Example
White with #FA639C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA639C; }
p { color: rgb(250,99,156); }
H1.HeaderClassName
{
color: #FA639C;
}
.AnyTagClassName
{
color: #FA639C;
}
</style>
background-color css
<style>
a { background-color: #FA639C; }
a { background-color: rgb(250,99,156); }
div.DivClassName
{
background-color: #FA639C;
}
.BgClassName
{
background-color: #FA639C;
}
</style>
border-color css
<style>
span { border-color: #FA639C; }
span { border-color: rgb(250,99,156); }
td.TdClassName
{
border-color: #FA639C;
}
.TagClassName
{
border-color: #FA639C;
}
</style>