Shades of French Rose #FA4D84
Tints of French Rose #FA4D84
RGB
CMYK
RGB Variations
Color information
#FA4D84 (or 0xFA4D84) is known color: French Rose. HEX triplet: FA, 4D and 84. RGB value is (250,77,132). Sum of RGB (Red+Green+Blue) = 250+77+132=459 (60% of max value = 765). Red value is 250 (98.05% from 255 or 54.47% from 459); Green value is 77 (30.47% from 255 or 16.78% from 459); Blue value is 132 (51.95% from 255 or 28.76% from 459); Max value from RGB is 250 - color contains mainly: red. Hex color #FA4D84 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA4D84 is #05B27B. Grayscale: #868686. Windows color (decimal): -373372 or 8670714. OLE color: 8670714.
HSL color Cylindrical-coordinate representation of color #FA4D84: hue angle of 340.92º 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 #FA4D84 is Cyan = 0, Magento = 0.69, Yellow = 0.47 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 77 | 132 | - |
| CMYK | 0 | 0.69 | 0.47 | 0.02 |
| HSL | 340.92º | 0.95% | 0.64% | - |
| HSV(B) | 340.92º | 0.69% | 0.98% | - |
| XYZ | 46.24 | 27.3 | 24.66 | - |
| YUV | 135 | 126.31 | 210.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 77 | 132 | 0 | 0.69 | 0.47 | 0.02 | 340.92 | 0.95 | 0.64 |
| Hex | FA | 4D | 84 | 0 | 45 | 2F | 2 | 155 | 5F | 40 |
| Octal | 372 | 115 | 204 | 0 | 105 | 57 | 2 | 525 | 137 | 100 |
| Binary | 11111010 | 1001101 | 10000100 | 0 | 1000101 | 101111 | 10 | 101010101 | 1011111 | 1000000 |
Color Harmonies of #FA4D84
Complementary color
Monochromatic Colors of #FA4D84
Black with #FA4D84
Text Example
Text Example
White with #FA4D84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA4D84; }
p { color: rgb(250,77,132); }
H1.HeaderClassName
{
color: #FA4D84;
}
.AnyTagClassName
{
color: #FA4D84;
}
</style>
background-color css
<style>
a { background-color: #FA4D84; }
a { background-color: rgb(250,77,132); }
div.DivClassName
{
background-color: #FA4D84;
}
.BgClassName
{
background-color: #FA4D84;
}
</style>
border-color css
<style>
span { border-color: #FA4D84; }
span { border-color: rgb(250,77,132); }
td.TdClassName
{
border-color: #FA4D84;
}
.TagClassName
{
border-color: #FA4D84;
}
</style>