Shades of French Rose #FA4D92
Tints of French Rose #FA4D92
RGB
CMYK
RGB Variations
Color information
#FA4D92 (or 0xFA4D92) is known color: French Rose. HEX triplet: FA, 4D and 92. RGB value is (250,77,146). Sum of RGB (Red+Green+Blue) = 250+77+146=473 (62% of max value = 765). Red value is 250 (98.05% from 255 or 52.85% from 473); Green value is 77 (30.47% from 255 or 16.28% from 473); Blue value is 146 (57.42% from 255 or 30.87% from 473); Max value from RGB is 250 - color contains mainly: red. Hex color #FA4D92 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA4D92 is #05B26D. Grayscale: #888888. Windows color (decimal): -373358 or 9588218. OLE color: 9588218.
HSL color Cylindrical-coordinate representation of color #FA4D92: hue angle of 336.07º 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 #FA4D92 is Cyan = 0, Magento = 0.69, Yellow = 0.42 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 77 | 146 | - |
| CMYK | 0 | 0.69 | 0.42 | 0.02 |
| HSL | 336.07º | 0.95% | 0.64% | - |
| HSV(B) | 336.07º | 0.69% | 0.98% | - |
| XYZ | 47.27 | 27.71 | 30.05 | - |
| YUV | 136.59 | 133.31 | 208.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 77 | 146 | 0 | 0.69 | 0.42 | 0.02 | 336.07 | 0.95 | 0.64 |
| Hex | FA | 4D | 92 | 0 | 45 | 2A | 2 | 150 | 5F | 40 |
| Octal | 372 | 115 | 222 | 0 | 105 | 52 | 2 | 520 | 137 | 100 |
| Binary | 11111010 | 1001101 | 10010010 | 0 | 1000101 | 101010 | 10 | 101010000 | 1011111 | 1000000 |
Color Harmonies of #FA4D92
Complementary color
Monochromatic Colors of #FA4D92
Black with #FA4D92
Text Example
Text Example
White with #FA4D92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA4D92; }
p { color: rgb(250,77,146); }
H1.HeaderClassName
{
color: #FA4D92;
}
.AnyTagClassName
{
color: #FA4D92;
}
</style>
background-color css
<style>
a { background-color: #FA4D92; }
a { background-color: rgb(250,77,146); }
div.DivClassName
{
background-color: #FA4D92;
}
.BgClassName
{
background-color: #FA4D92;
}
</style>
border-color css
<style>
span { border-color: #FA4D92; }
span { border-color: rgb(250,77,146); }
td.TdClassName
{
border-color: #FA4D92;
}
.TagClassName
{
border-color: #FA4D92;
}
</style>