Shades of French Rose #FA4A8D
Tints of French Rose #FA4A8D
RGB
CMYK
RGB Variations
Color information
#FA4A8D (or 0xFA4A8D) is known color: French Rose. HEX triplet: FA, 4A and 8D. RGB value is (250,74,141). Sum of RGB (Red+Green+Blue) = 250+74+141=465 (61% of max value = 765). Red value is 250 (98.05% from 255 or 53.76% from 465); Green value is 74 (29.30% from 255 or 15.91% from 465); Blue value is 141 (55.47% from 255 or 30.32% from 465); Max value from RGB is 250 - color contains mainly: red. Hex color #FA4A8D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA4A8D is #05B572. Grayscale: #868686. Windows color (decimal): -374131 or 9259770. OLE color: 9259770.
HSL color Cylindrical-coordinate representation of color #FA4A8D: hue angle of 337.16º degrees, saturation: 0.95, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #FA4A8D is Cyan = 0, Magento = 0.70, Yellow = 0.44 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 74 | 141 | - |
| CMYK | 0 | 0.70 | 0.44 | 0.02 |
| HSL | 337.16º | 0.95% | 0.64% | - |
| HSV(B) | 337.16º | 0.7% | 0.98% | - |
| XYZ | 46.68 | 27.14 | 27.98 | - |
| YUV | 134.26 | 131.81 | 210.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 74 | 141 | 0 | 0.70 | 0.44 | 0.02 | 337.16 | 0.95 | 0.64 |
| Hex | FA | 4A | 8D | 0 | 46 | 2C | 2 | 151 | 5F | 40 |
| Octal | 372 | 112 | 215 | 0 | 106 | 54 | 2 | 521 | 137 | 100 |
| Binary | 11111010 | 1001010 | 10001101 | 0 | 1000110 | 101100 | 10 | 101010001 | 1011111 | 1000000 |
Color Harmonies of #FA4A8D
Complementary color
Monochromatic Colors of #FA4A8D
Black with #FA4A8D
Text Example
Text Example
White with #FA4A8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA4A8D; }
p { color: rgb(250,74,141); }
H1.HeaderClassName
{
color: #FA4A8D;
}
.AnyTagClassName
{
color: #FA4A8D;
}
</style>
background-color css
<style>
a { background-color: #FA4A8D; }
a { background-color: rgb(250,74,141); }
div.DivClassName
{
background-color: #FA4A8D;
}
.BgClassName
{
background-color: #FA4A8D;
}
</style>
border-color css
<style>
span { border-color: #FA4A8D; }
span { border-color: rgb(250,74,141); }
td.TdClassName
{
border-color: #FA4A8D;
}
.TagClassName
{
border-color: #FA4A8D;
}
</style>