Shades of French Rose #FA5A8D
Tints of French Rose #FA5A8D
RGB
CMYK
RGB Variations
Color information
#FA5A8D (or 0xFA5A8D) is known color: French Rose. HEX triplet: FA, 5A and 8D. RGB value is (250,90,141). Sum of RGB (Red+Green+Blue) = 250+90+141=481 (63% of max value = 765). Red value is 250 (98.05% from 255 or 51.98% from 481); Green value is 90 (35.55% from 255 or 18.71% from 481); Blue value is 141 (55.47% from 255 or 29.31% from 481); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5A8D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA5A8D is #05A572. Grayscale: #8F8F8F. Windows color (decimal): -370035 or 9263866. OLE color: 9263866.
HSL color Cylindrical-coordinate representation of color #FA5A8D: hue angle of 340.88º degrees, saturation: 0.94, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FA5A8D is Cyan = 0, Magento = 0.64, Yellow = 0.44 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 90 | 141 | - |
| CMYK | 0 | 0.64 | 0.44 | 0.02 |
| HSL | 340.88º | 0.94% | 0.67% | - |
| HSV(B) | 340.88º | 0.64% | 0.98% | - |
| XYZ | 47.89 | 29.56 | 28.38 | - |
| YUV | 143.65 | 126.51 | 203.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 90 | 141 | 0 | 0.64 | 0.44 | 0.02 | 340.88 | 0.94 | 0.67 |
| Hex | FA | 5A | 8D | 0 | 40 | 2C | 2 | 155 | 5E | 43 |
| Octal | 372 | 132 | 215 | 0 | 100 | 54 | 2 | 525 | 136 | 103 |
| Binary | 11111010 | 1011010 | 10001101 | 0 | 1000000 | 101100 | 10 | 101010101 | 1011110 | 1000011 |
Color Harmonies of #FA5A8D
Complementary color
Monochromatic Colors of #FA5A8D
Black with #FA5A8D
Text Example
Text Example
White with #FA5A8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA5A8D; }
p { color: rgb(250,90,141); }
H1.HeaderClassName
{
color: #FA5A8D;
}
.AnyTagClassName
{
color: #FA5A8D;
}
</style>
background-color css
<style>
a { background-color: #FA5A8D; }
a { background-color: rgb(250,90,141); }
div.DivClassName
{
background-color: #FA5A8D;
}
.BgClassName
{
background-color: #FA5A8D;
}
</style>
border-color css
<style>
span { border-color: #FA5A8D; }
span { border-color: rgb(250,90,141); }
td.TdClassName
{
border-color: #FA5A8D;
}
.TagClassName
{
border-color: #FA5A8D;
}
</style>