Shades of French Rose #FA487A
Tints of French Rose #FA487A
RGB
CMYK
RGB Variations
Color information
#FA487A (or 0xFA487A) is known color: French Rose. HEX triplet: FA, 48 and 7A. RGB value is (250,72,122). Sum of RGB (Red+Green+Blue) = 250+72+122=444 (58% of max value = 765). Red value is 250 (98.05% from 255 or 56.31% from 444); Green value is 72 (28.52% from 255 or 16.22% from 444); Blue value is 122 (48.05% from 255 or 27.48% from 444); Max value from RGB is 250 - color contains mainly: red. Hex color #FA487A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA487A is #05B785. Grayscale: #828282. Windows color (decimal): -374662 or 8014074. OLE color: 8014074.
HSL color Cylindrical-coordinate representation of color #FA487A: hue angle of 343.15º 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 #FA487A is Cyan = 0, Magento = 0.71, Yellow = 0.51 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 72 | 122 | - |
| CMYK | 0 | 0.71 | 0.51 | 0.02 |
| HSL | 343.15º | 0.95% | 0.63% | - |
| HSV(B) | 343.15º | 0.71% | 0.98% | - |
| XYZ | 45.25 | 26.36 | 21.12 | - |
| YUV | 130.92 | 122.97 | 212.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 72 | 122 | 0 | 0.71 | 0.51 | 0.02 | 343.15 | 0.95 | 0.63 |
| Hex | FA | 48 | 7A | 0 | 47 | 33 | 2 | 157 | 5F | 3F |
| Octal | 372 | 110 | 172 | 0 | 107 | 63 | 2 | 527 | 137 | 77 |
| Binary | 11111010 | 1001000 | 1111010 | 0 | 1000111 | 110011 | 10 | 101010111 | 1011111 | 111111 |
Color Harmonies of #FA487A
Complementary color
Monochromatic Colors of #FA487A
Black with #FA487A
Text Example
Text Example
White with #FA487A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA487A; }
p { color: rgb(250,72,122); }
H1.HeaderClassName
{
color: #FA487A;
}
.AnyTagClassName
{
color: #FA487A;
}
</style>
background-color css
<style>
a { background-color: #FA487A; }
a { background-color: rgb(250,72,122); }
div.DivClassName
{
background-color: #FA487A;
}
.BgClassName
{
background-color: #FA487A;
}
</style>
border-color css
<style>
span { border-color: #FA487A; }
span { border-color: rgb(250,72,122); }
td.TdClassName
{
border-color: #FA487A;
}
.TagClassName
{
border-color: #FA487A;
}
</style>