Shades of French Rose #FA5084
Tints of French Rose #FA5084
RGB
CMYK
RGB Variations
Color information
#FA5084 (or 0xFA5084) is known color: French Rose. HEX triplet: FA, 50 and 84. RGB value is (250,80,132). Sum of RGB (Red+Green+Blue) = 250+80+132=462 (61% of max value = 765). Red value is 250 (98.05% from 255 or 54.11% from 462); Green value is 80 (31.64% from 255 or 17.32% from 462); Blue value is 132 (51.95% from 255 or 28.57% from 462); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5084 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA5084 is #05AF7B. Grayscale: #888888. Windows color (decimal): -372604 or 8671482. OLE color: 8671482.
HSL color Cylindrical-coordinate representation of color #FA5084: hue angle of 341.65º 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 #FA5084 is Cyan = 0, Magento = 0.68, Yellow = 0.47 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 80 | 132 | - |
| CMYK | 0 | 0.68 | 0.47 | 0.02 |
| HSL | 341.65º | 0.94% | 0.65% | - |
| HSV(B) | 341.65º | 0.68% | 0.98% | - |
| XYZ | 46.46 | 27.73 | 24.73 | - |
| YUV | 136.76 | 125.32 | 208.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 80 | 132 | 0 | 0.68 | 0.47 | 0.02 | 341.65 | 0.94 | 0.65 |
| Hex | FA | 50 | 84 | 0 | 44 | 2F | 2 | 156 | 5E | 41 |
| Octal | 372 | 120 | 204 | 0 | 104 | 57 | 2 | 526 | 136 | 101 |
| Binary | 11111010 | 1010000 | 10000100 | 0 | 1000100 | 101111 | 10 | 101010110 | 1011110 | 1000001 |
Color Harmonies of #FA5084
Complementary color
Monochromatic Colors of #FA5084
Black with #FA5084
Text Example
Text Example
White with #FA5084
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA5084; }
p { color: rgb(250,80,132); }
H1.HeaderClassName
{
color: #FA5084;
}
.AnyTagClassName
{
color: #FA5084;
}
</style>
background-color css
<style>
a { background-color: #FA5084; }
a { background-color: rgb(250,80,132); }
div.DivClassName
{
background-color: #FA5084;
}
.BgClassName
{
background-color: #FA5084;
}
</style>
border-color css
<style>
span { border-color: #FA5084; }
span { border-color: rgb(250,80,132); }
td.TdClassName
{
border-color: #FA5084;
}
.TagClassName
{
border-color: #FA5084;
}
</style>