Shades of French Rose #FA477B
Tints of French Rose #FA477B
RGB
CMYK
RGB Variations
Color information
#FA477B (or 0xFA477B) is known color: French Rose. HEX triplet: FA, 47 and 7B. RGB value is (250,71,123). Sum of RGB (Red+Green+Blue) = 250+71+123=444 (58% of max value = 765). Red value is 250 (98.05% from 255 or 56.31% from 444); Green value is 71 (28.12% from 255 or 15.99% from 444); Blue value is 123 (48.44% from 255 or 27.70% from 444); Max value from RGB is 250 - color contains mainly: red. Hex color #FA477B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA477B is #05B884. Grayscale: #828282. Windows color (decimal): -374917 or 8079354. OLE color: 8079354.
HSL color Cylindrical-coordinate representation of color #FA477B: hue angle of 342.57º degrees, saturation: 0.95, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #FA477B is Cyan = 0, Magento = 0.72, Yellow = 0.51 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 71 | 123 | - |
| CMYK | 0 | 0.72 | 0.51 | 0.02 |
| HSL | 342.57º | 0.95% | 0.63% | - |
| HSV(B) | 342.57º | 0.72% | 0.98% | - |
| XYZ | 45.25 | 26.26 | 21.42 | - |
| YUV | 130.45 | 123.8 | 213.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 71 | 123 | 0 | 0.72 | 0.51 | 0.02 | 342.57 | 0.95 | 0.63 |
| Hex | FA | 47 | 7B | 0 | 48 | 33 | 2 | 157 | 5F | 3F |
| Octal | 372 | 107 | 173 | 0 | 110 | 63 | 2 | 527 | 137 | 77 |
| Binary | 11111010 | 1000111 | 1111011 | 0 | 1001000 | 110011 | 10 | 101010111 | 1011111 | 111111 |
Color Harmonies of #FA477B
Complementary color
Monochromatic Colors of #FA477B
Black with #FA477B
Text Example
Text Example
White with #FA477B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA477B; }
p { color: rgb(250,71,123); }
H1.HeaderClassName
{
color: #FA477B;
}
.AnyTagClassName
{
color: #FA477B;
}
</style>
background-color css
<style>
a { background-color: #FA477B; }
a { background-color: rgb(250,71,123); }
div.DivClassName
{
background-color: #FA477B;
}
.BgClassName
{
background-color: #FA477B;
}
</style>
border-color css
<style>
span { border-color: #FA477B; }
span { border-color: rgb(250,71,123); }
td.TdClassName
{
border-color: #FA477B;
}
.TagClassName
{
border-color: #FA477B;
}
</style>