Shades of French Rose #FA4D91
Tints of French Rose #FA4D91
RGB
CMYK
RGB Variations
Color information
#FA4D91 (or 0xFA4D91) is known color: French Rose. HEX triplet: FA, 4D and 91. RGB value is (250,77,145). Sum of RGB (Red+Green+Blue) = 250+77+145=472 (62% of max value = 765). Red value is 250 (98.05% from 255 or 52.97% from 472); Green value is 77 (30.47% from 255 or 16.31% from 472); Blue value is 145 (57.03% from 255 or 30.72% from 472); Max value from RGB is 250 - color contains mainly: red. Hex color #FA4D91 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA4D91 is #05B26E. Grayscale: #888888. Windows color (decimal): -373359 or 9522682. OLE color: 9522682.
HSL color Cylindrical-coordinate representation of color #FA4D91: hue angle of 336.42º 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 #FA4D91 is Cyan = 0, Magento = 0.69, Yellow = 0.42 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 77 | 145 | - |
| CMYK | 0 | 0.69 | 0.42 | 0.02 |
| HSL | 336.42º | 0.95% | 0.64% | - |
| HSV(B) | 336.42º | 0.69% | 0.98% | - |
| XYZ | 47.19 | 27.68 | 29.64 | - |
| YUV | 136.48 | 132.81 | 208.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 77 | 145 | 0 | 0.69 | 0.42 | 0.02 | 336.42 | 0.95 | 0.64 |
| Hex | FA | 4D | 91 | 0 | 45 | 2A | 2 | 150 | 5F | 40 |
| Octal | 372 | 115 | 221 | 0 | 105 | 52 | 2 | 520 | 137 | 100 |
| Binary | 11111010 | 1001101 | 10010001 | 0 | 1000101 | 101010 | 10 | 101010000 | 1011111 | 1000000 |
Color Harmonies of #FA4D91
Complementary color
Monochromatic Colors of #FA4D91
Black with #FA4D91
Text Example
Text Example
White with #FA4D91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA4D91; }
p { color: rgb(250,77,145); }
H1.HeaderClassName
{
color: #FA4D91;
}
.AnyTagClassName
{
color: #FA4D91;
}
</style>
background-color css
<style>
a { background-color: #FA4D91; }
a { background-color: rgb(250,77,145); }
div.DivClassName
{
background-color: #FA4D91;
}
.BgClassName
{
background-color: #FA4D91;
}
</style>
border-color css
<style>
span { border-color: #FA4D91; }
span { border-color: rgb(250,77,145); }
td.TdClassName
{
border-color: #FA4D91;
}
.TagClassName
{
border-color: #FA4D91;
}
</style>