Shades of French Rose #FA4C85
Tints of French Rose #FA4C85
RGB
CMYK
RGB Variations
Color information
#FA4C85 (or 0xFA4C85) is known color: French Rose. HEX triplet: FA, 4C and 85. RGB value is (250,76,133). Sum of RGB (Red+Green+Blue) = 250+76+133=459 (60% of max value = 765). Red value is 250 (98.05% from 255 or 54.47% from 459); Green value is 76 (30.08% from 255 or 16.56% from 459); Blue value is 133 (52.34% from 255 or 28.98% from 459); Max value from RGB is 250 - color contains mainly: red. Hex color #FA4C85 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA4C85 is #05B37A. Grayscale: #868686. Windows color (decimal): -373627 or 8735994. OLE color: 8735994.
HSL color Cylindrical-coordinate representation of color #FA4C85: hue angle of 340.34º degrees, saturation: 0.95, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #FA4C85 is Cyan = 0, Magento = 0.70, Yellow = 0.47 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 76 | 133 | - |
| CMYK | 0 | 0.70 | 0.47 | 0.02 |
| HSL | 340.34º | 0.95% | 0.64% | - |
| HSV(B) | 340.34º | 0.7% | 0.98% | - |
| XYZ | 46.24 | 27.19 | 25 | - |
| YUV | 134.52 | 127.15 | 210.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 76 | 133 | 0 | 0.70 | 0.47 | 0.02 | 340.34 | 0.95 | 0.64 |
| Hex | FA | 4C | 85 | 0 | 46 | 2F | 2 | 154 | 5F | 40 |
| Octal | 372 | 114 | 205 | 0 | 106 | 57 | 2 | 524 | 137 | 100 |
| Binary | 11111010 | 1001100 | 10000101 | 0 | 1000110 | 101111 | 10 | 101010100 | 1011111 | 1000000 |
Color Harmonies of #FA4C85
Complementary color
Monochromatic Colors of #FA4C85
Black with #FA4C85
Text Example
Text Example
White with #FA4C85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA4C85; }
p { color: rgb(250,76,133); }
H1.HeaderClassName
{
color: #FA4C85;
}
.AnyTagClassName
{
color: #FA4C85;
}
</style>
background-color css
<style>
a { background-color: #FA4C85; }
a { background-color: rgb(250,76,133); }
div.DivClassName
{
background-color: #FA4C85;
}
.BgClassName
{
background-color: #FA4C85;
}
</style>
border-color css
<style>
span { border-color: #FA4C85; }
span { border-color: rgb(250,76,133); }
td.TdClassName
{
border-color: #FA4C85;
}
.TagClassName
{
border-color: #FA4C85;
}
</style>