Shades of French Rose #FA598F
Tints of French Rose #FA598F
RGB
CMYK
RGB Variations
Color information
#FA598F (or 0xFA598F) is known color: French Rose. HEX triplet: FA, 59 and 8F. RGB value is (250,89,143). Sum of RGB (Red+Green+Blue) = 250+89+143=482 (63% of max value = 765). Red value is 250 (98.05% from 255 or 51.87% from 482); Green value is 89 (35.16% from 255 or 18.46% from 482); Blue value is 143 (56.25% from 255 or 29.67% from 482); Max value from RGB is 250 - color contains mainly: red. Hex color #FA598F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA598F is #05A670. Grayscale: #8F8F8F. Windows color (decimal): -370289 or 9394682. OLE color: 9394682.
HSL color Cylindrical-coordinate representation of color #FA598F: hue angle of 339.88º degrees, saturation: 0.94, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FA598F is Cyan = 0, Magento = 0.64, Yellow = 0.43 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 89 | 143 | - |
| CMYK | 0 | 0.64 | 0.43 | 0.02 |
| HSL | 339.88º | 0.94% | 0.66% | - |
| HSV(B) | 339.88º | 0.64% | 0.98% | - |
| XYZ | 47.95 | 29.45 | 29.14 | - |
| YUV | 143.3 | 127.84 | 204.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 89 | 143 | 0 | 0.64 | 0.43 | 0.02 | 339.88 | 0.94 | 0.66 |
| Hex | FA | 59 | 8F | 0 | 40 | 2B | 2 | 154 | 5E | 42 |
| Octal | 372 | 131 | 217 | 0 | 100 | 53 | 2 | 524 | 136 | 102 |
| Binary | 11111010 | 1011001 | 10001111 | 0 | 1000000 | 101011 | 10 | 101010100 | 1011110 | 1000010 |
Color Harmonies of #FA598F
Complementary color
Monochromatic Colors of #FA598F
Black with #FA598F
Text Example
Text Example
White with #FA598F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA598F; }
p { color: rgb(250,89,143); }
H1.HeaderClassName
{
color: #FA598F;
}
.AnyTagClassName
{
color: #FA598F;
}
</style>
background-color css
<style>
a { background-color: #FA598F; }
a { background-color: rgb(250,89,143); }
div.DivClassName
{
background-color: #FA598F;
}
.BgClassName
{
background-color: #FA598F;
}
</style>
border-color css
<style>
span { border-color: #FA598F; }
span { border-color: rgb(250,89,143); }
td.TdClassName
{
border-color: #FA598F;
}
.TagClassName
{
border-color: #FA598F;
}
</style>