Shades of French Rose #FA518F
Tints of French Rose #FA518F
RGB
CMYK
RGB Variations
Color information
#FA518F (or 0xFA518F) is known color: French Rose. HEX triplet: FA, 51 and 8F. RGB value is (250,81,143). Sum of RGB (Red+Green+Blue) = 250+81+143=474 (62% of max value = 765). Red value is 250 (98.05% from 255 or 52.74% from 474); Green value is 81 (32.03% from 255 or 17.09% from 474); Blue value is 143 (56.25% from 255 or 30.17% from 474); Max value from RGB is 250 - color contains mainly: red. Hex color #FA518F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA518F is #05AE70. Grayscale: #8A8A8A. Windows color (decimal): -372337 or 9392634. OLE color: 9392634.
HSL color Cylindrical-coordinate representation of color #FA518F: hue angle of 337.99º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #FA518F is Cyan = 0, Magento = 0.68, Yellow = 0.43 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 81 | 143 | - |
| CMYK | 0 | 0.68 | 0.43 | 0.02 |
| HSL | 337.99º | 0.94% | 0.65% | - |
| HSV(B) | 337.99º | 0.68% | 0.98% | - |
| XYZ | 47.32 | 28.19 | 28.93 | - |
| YUV | 138.6 | 130.49 | 207.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 81 | 143 | 0 | 0.68 | 0.43 | 0.02 | 337.99 | 0.94 | 0.65 |
| Hex | FA | 51 | 8F | 0 | 44 | 2B | 2 | 152 | 5E | 41 |
| Octal | 372 | 121 | 217 | 0 | 104 | 53 | 2 | 522 | 136 | 101 |
| Binary | 11111010 | 1010001 | 10001111 | 0 | 1000100 | 101011 | 10 | 101010010 | 1011110 | 1000001 |
Color Harmonies of #FA518F
Complementary color
Monochromatic Colors of #FA518F
Black with #FA518F
Text Example
Text Example
White with #FA518F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA518F; }
p { color: rgb(250,81,143); }
H1.HeaderClassName
{
color: #FA518F;
}
.AnyTagClassName
{
color: #FA518F;
}
</style>
background-color css
<style>
a { background-color: #FA518F; }
a { background-color: rgb(250,81,143); }
div.DivClassName
{
background-color: #FA518F;
}
.BgClassName
{
background-color: #FA518F;
}
</style>
border-color css
<style>
span { border-color: #FA518F; }
span { border-color: rgb(250,81,143); }
td.TdClassName
{
border-color: #FA518F;
}
.TagClassName
{
border-color: #FA518F;
}
</style>