Shades of French Rose #FA487D
Tints of French Rose #FA487D
RGB
CMYK
RGB Variations
Color information
#FA487D (or 0xFA487D) is known color: French Rose. HEX triplet: FA, 48 and 7D. RGB value is (250,72,125). Sum of RGB (Red+Green+Blue) = 250+72+125=447 (59% of max value = 765). Red value is 250 (98.05% from 255 or 55.93% from 447); Green value is 72 (28.52% from 255 or 16.11% from 447); Blue value is 125 (49.22% from 255 or 27.96% from 447); Max value from RGB is 250 - color contains mainly: red. Hex color #FA487D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA487D is #05B782. Grayscale: #838383. Windows color (decimal): -374659 or 8210682. OLE color: 8210682.
HSL color Cylindrical-coordinate representation of color #FA487D: hue angle of 342.13º degrees, saturation: 0.95, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #FA487D is Cyan = 0, Magento = 0.71, Yellow = 0.50 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 72 | 125 | - |
| CMYK | 0 | 0.71 | 0.50 | 0.02 |
| HSL | 342.13º | 0.95% | 0.63% | - |
| HSV(B) | 342.13º | 0.71% | 0.98% | - |
| XYZ | 45.44 | 26.44 | 22.11 | - |
| YUV | 131.26 | 124.47 | 212.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 72 | 125 | 0 | 0.71 | 0.50 | 0.02 | 342.13 | 0.95 | 0.63 |
| Hex | FA | 48 | 7D | 0 | 47 | 32 | 2 | 156 | 5F | 3F |
| Octal | 372 | 110 | 175 | 0 | 107 | 62 | 2 | 526 | 137 | 77 |
| Binary | 11111010 | 1001000 | 1111101 | 0 | 1000111 | 110010 | 10 | 101010110 | 1011111 | 111111 |
Color Harmonies of #FA487D
Complementary color
Monochromatic Colors of #FA487D
Black with #FA487D
Text Example
Text Example
White with #FA487D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA487D; }
p { color: rgb(250,72,125); }
H1.HeaderClassName
{
color: #FA487D;
}
.AnyTagClassName
{
color: #FA487D;
}
</style>
background-color css
<style>
a { background-color: #FA487D; }
a { background-color: rgb(250,72,125); }
div.DivClassName
{
background-color: #FA487D;
}
.BgClassName
{
background-color: #FA487D;
}
</style>
border-color css
<style>
span { border-color: #FA487D; }
span { border-color: rgb(250,72,125); }
td.TdClassName
{
border-color: #FA487D;
}
.TagClassName
{
border-color: #FA487D;
}
</style>