Shades of French Rose #FA4D7D
Tints of French Rose #FA4D7D
RGB
CMYK
RGB Variations
Color information
#FA4D7D (or 0xFA4D7D) is known color: French Rose. HEX triplet: FA, 4D and 7D. RGB value is (250,77,125). Sum of RGB (Red+Green+Blue) = 250+77+125=452 (59% of max value = 765). Red value is 250 (98.05% from 255 or 55.31% from 452); Green value is 77 (30.47% from 255 or 17.04% from 452); Blue value is 125 (49.22% from 255 or 27.65% from 452); Max value from RGB is 250 - color contains mainly: red. Hex color #FA4D7D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA4D7D is #05B282. Grayscale: #868686. Windows color (decimal): -373379 or 8211962. OLE color: 8211962.
HSL color Cylindrical-coordinate representation of color #FA4D7D: hue angle of 343.35º degrees, saturation: 0.95, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #FA4D7D is Cyan = 0, Magento = 0.69, Yellow = 0.50 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 77 | 125 | - |
| CMYK | 0 | 0.69 | 0.50 | 0.02 |
| HSL | 343.35º | 0.95% | 0.64% | - |
| HSV(B) | 343.35º | 0.69% | 0.98% | - |
| XYZ | 45.78 | 27.11 | 22.22 | - |
| YUV | 134.2 | 122.81 | 210.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 77 | 125 | 0 | 0.69 | 0.50 | 0.02 | 343.35 | 0.95 | 0.64 |
| Hex | FA | 4D | 7D | 0 | 45 | 32 | 2 | 157 | 5F | 40 |
| Octal | 372 | 115 | 175 | 0 | 105 | 62 | 2 | 527 | 137 | 100 |
| Binary | 11111010 | 1001101 | 1111101 | 0 | 1000101 | 110010 | 10 | 101010111 | 1011111 | 1000000 |
Color Harmonies of #FA4D7D
Complementary color
Monochromatic Colors of #FA4D7D
Black with #FA4D7D
Text Example
Text Example
White with #FA4D7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA4D7D; }
p { color: rgb(250,77,125); }
H1.HeaderClassName
{
color: #FA4D7D;
}
.AnyTagClassName
{
color: #FA4D7D;
}
</style>
background-color css
<style>
a { background-color: #FA4D7D; }
a { background-color: rgb(250,77,125); }
div.DivClassName
{
background-color: #FA4D7D;
}
.BgClassName
{
background-color: #FA4D7D;
}
</style>
border-color css
<style>
span { border-color: #FA4D7D; }
span { border-color: rgb(250,77,125); }
td.TdClassName
{
border-color: #FA4D7D;
}
.TagClassName
{
border-color: #FA4D7D;
}
</style>