Shades of French Rose #FA558A
Tints of French Rose #FA558A
RGB
CMYK
RGB Variations
Color information
#FA558A (or 0xFA558A) is known color: French Rose. HEX triplet: FA, 55 and 8A. RGB value is (250,85,138). Sum of RGB (Red+Green+Blue) = 250+85+138=473 (62% of max value = 765). Red value is 250 (98.05% from 255 or 52.85% from 473); Green value is 85 (33.59% from 255 or 17.97% from 473); Blue value is 138 (54.30% from 255 or 29.18% from 473); Max value from RGB is 250 - color contains mainly: red. Hex color #FA558A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA558A is #05AA75. Grayscale: #8C8C8C. Windows color (decimal): -371318 or 9065978. OLE color: 9065978.
HSL color Cylindrical-coordinate representation of color #FA558A: hue angle of 340.73º 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 #FA558A is Cyan = 0, Magento = 0.66, Yellow = 0.45 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 85 | 138 | - |
| CMYK | 0 | 0.66 | 0.45 | 0.02 |
| HSL | 340.73º | 0.94% | 0.66% | - |
| HSV(B) | 340.73º | 0.66% | 0.98% | - |
| XYZ | 47.26 | 28.66 | 27.09 | - |
| YUV | 140.38 | 126.66 | 206.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 85 | 138 | 0 | 0.66 | 0.45 | 0.02 | 340.73 | 0.94 | 0.66 |
| Hex | FA | 55 | 8A | 0 | 42 | 2D | 2 | 155 | 5E | 42 |
| Octal | 372 | 125 | 212 | 0 | 102 | 55 | 2 | 525 | 136 | 102 |
| Binary | 11111010 | 1010101 | 10001010 | 0 | 1000010 | 101101 | 10 | 101010101 | 1011110 | 1000010 |
Color Harmonies of #FA558A
Complementary color
Monochromatic Colors of #FA558A
Black with #FA558A
Text Example
Text Example
White with #FA558A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA558A; }
p { color: rgb(250,85,138); }
H1.HeaderClassName
{
color: #FA558A;
}
.AnyTagClassName
{
color: #FA558A;
}
</style>
background-color css
<style>
a { background-color: #FA558A; }
a { background-color: rgb(250,85,138); }
div.DivClassName
{
background-color: #FA558A;
}
.BgClassName
{
background-color: #FA558A;
}
</style>
border-color css
<style>
span { border-color: #FA558A; }
span { border-color: rgb(250,85,138); }
td.TdClassName
{
border-color: #FA558A;
}
.TagClassName
{
border-color: #FA558A;
}
</style>