Shades of French Rose #FA4778
Tints of French Rose #FA4778
RGB
CMYK
RGB Variations
Color information
#FA4778 (or 0xFA4778) is known color: French Rose. HEX triplet: FA, 47 and 78. RGB value is (250,71,120). Sum of RGB (Red+Green+Blue) = 250+71+120=441 (58% of max value = 765). Red value is 250 (98.05% from 255 or 56.69% from 441); Green value is 71 (28.12% from 255 or 16.10% from 441); Blue value is 120 (47.27% from 255 or 27.21% from 441); Max value from RGB is 250 - color contains mainly: red. Hex color #FA4778 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA4778 is #05B887. Grayscale: #828282. Windows color (decimal): -374920 or 7882746. OLE color: 7882746.
HSL color Cylindrical-coordinate representation of color #FA4778: hue angle of 343.58º 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 #FA4778 is Cyan = 0, Magento = 0.72, Yellow = 0.52 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 71 | 120 | - |
| CMYK | 0 | 0.72 | 0.52 | 0.02 |
| HSL | 343.58º | 0.95% | 0.63% | - |
| HSV(B) | 343.58º | 0.72% | 0.98% | - |
| XYZ | 45.07 | 26.19 | 20.45 | - |
| YUV | 130.11 | 122.3 | 213.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 71 | 120 | 0 | 0.72 | 0.52 | 0.02 | 343.58 | 0.95 | 0.63 |
| Hex | FA | 47 | 78 | 0 | 48 | 34 | 2 | 158 | 5F | 3F |
| Octal | 372 | 107 | 170 | 0 | 110 | 64 | 2 | 530 | 137 | 77 |
| Binary | 11111010 | 1000111 | 1111000 | 0 | 1001000 | 110100 | 10 | 101011000 | 1011111 | 111111 |
Color Harmonies of #FA4778
Complementary color
Monochromatic Colors of #FA4778
Black with #FA4778
Text Example
Text Example
White with #FA4778
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA4778; }
p { color: rgb(250,71,120); }
H1.HeaderClassName
{
color: #FA4778;
}
.AnyTagClassName
{
color: #FA4778;
}
</style>
background-color css
<style>
a { background-color: #FA4778; }
a { background-color: rgb(250,71,120); }
div.DivClassName
{
background-color: #FA4778;
}
.BgClassName
{
background-color: #FA4778;
}
</style>
border-color css
<style>
span { border-color: #FA4778; }
span { border-color: rgb(250,71,120); }
td.TdClassName
{
border-color: #FA4778;
}
.TagClassName
{
border-color: #FA4778;
}
</style>