Shades of French Rose #FA4D83
Tints of French Rose #FA4D83
RGB
CMYK
RGB Variations
Color information
#FA4D83 (or 0xFA4D83) is known color: French Rose. HEX triplet: FA, 4D and 83. RGB value is (250,77,131). Sum of RGB (Red+Green+Blue) = 250+77+131=458 (60% of max value = 765). Red value is 250 (98.05% from 255 or 54.59% from 458); Green value is 77 (30.47% from 255 or 16.81% from 458); Blue value is 131 (51.56% from 255 or 28.60% from 458); Max value from RGB is 250 - color contains mainly: red. Hex color #FA4D83 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA4D83 is #05B27C. Grayscale: #868686. Windows color (decimal): -373373 or 8605178. OLE color: 8605178.
HSL color Cylindrical-coordinate representation of color #FA4D83: hue angle of 341.27º 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 #FA4D83 is Cyan = 0, Magento = 0.69, Yellow = 0.48 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 77 | 131 | - |
| CMYK | 0 | 0.69 | 0.48 | 0.02 |
| HSL | 341.27º | 0.95% | 0.64% | - |
| HSV(B) | 341.27º | 0.69% | 0.98% | - |
| XYZ | 46.17 | 27.27 | 24.3 | - |
| YUV | 134.88 | 125.81 | 210.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 77 | 131 | 0 | 0.69 | 0.48 | 0.02 | 341.27 | 0.95 | 0.64 |
| Hex | FA | 4D | 83 | 0 | 45 | 30 | 2 | 155 | 5F | 40 |
| Octal | 372 | 115 | 203 | 0 | 105 | 60 | 2 | 525 | 137 | 100 |
| Binary | 11111010 | 1001101 | 10000011 | 0 | 1000101 | 110000 | 10 | 101010101 | 1011111 | 1000000 |
Color Harmonies of #FA4D83
Complementary color
Monochromatic Colors of #FA4D83
Black with #FA4D83
Text Example
Text Example
White with #FA4D83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA4D83; }
p { color: rgb(250,77,131); }
H1.HeaderClassName
{
color: #FA4D83;
}
.AnyTagClassName
{
color: #FA4D83;
}
</style>
background-color css
<style>
a { background-color: #FA4D83; }
a { background-color: rgb(250,77,131); }
div.DivClassName
{
background-color: #FA4D83;
}
.BgClassName
{
background-color: #FA4D83;
}
</style>
border-color css
<style>
span { border-color: #FA4D83; }
span { border-color: rgb(250,77,131); }
td.TdClassName
{
border-color: #FA4D83;
}
.TagClassName
{
border-color: #FA4D83;
}
</style>