Shades of French Rose #FA558C
Tints of French Rose #FA558C
RGB
CMYK
RGB Variations
Color information
#FA558C (or 0xFA558C) is known color: French Rose. HEX triplet: FA, 55 and 8C. RGB value is (250,85,140). Sum of RGB (Red+Green+Blue) = 250+85+140=475 (62% of max value = 765). Red value is 250 (98.05% from 255 or 52.63% from 475); Green value is 85 (33.59% from 255 or 17.89% from 475); Blue value is 140 (55.08% from 255 or 29.47% from 475); Max value from RGB is 250 - color contains mainly: red. Hex color #FA558C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA558C is #05AA73. Grayscale: #8C8C8C. Windows color (decimal): -371316 or 9197050. OLE color: 9197050.
HSL color Cylindrical-coordinate representation of color #FA558C: hue angle of 340º degrees, saturation: 0.94, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #FA558C is Cyan = 0, Magento = 0.66, Yellow = 0.44 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 85 | 140 | - |
| CMYK | 0 | 0.66 | 0.44 | 0.02 |
| HSL | 340º | 0.94% | 0.66% | - |
| HSV(B) | 340º | 0.66% | 0.98% | - |
| XYZ | 47.41 | 28.71 | 27.85 | - |
| YUV | 140.61 | 127.66 | 206.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 85 | 140 | 0 | 0.66 | 0.44 | 0.02 | 340 | 0.94 | 0.66 |
| Hex | FA | 55 | 8C | 0 | 42 | 2C | 2 | 154 | 5E | 42 |
| Octal | 372 | 125 | 214 | 0 | 102 | 54 | 2 | 524 | 136 | 102 |
| Binary | 11111010 | 1010101 | 10001100 | 0 | 1000010 | 101100 | 10 | 101010100 | 1011110 | 1000010 |
Color Harmonies of #FA558C
Complementary color
Monochromatic Colors of #FA558C
Black with #FA558C
Text Example
Text Example
White with #FA558C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA558C; }
p { color: rgb(250,85,140); }
H1.HeaderClassName
{
color: #FA558C;
}
.AnyTagClassName
{
color: #FA558C;
}
</style>
background-color css
<style>
a { background-color: #FA558C; }
a { background-color: rgb(250,85,140); }
div.DivClassName
{
background-color: #FA558C;
}
.BgClassName
{
background-color: #FA558C;
}
</style>
border-color css
<style>
span { border-color: #FA558C; }
span { border-color: rgb(250,85,140); }
td.TdClassName
{
border-color: #FA558C;
}
.TagClassName
{
border-color: #FA558C;
}
</style>