Shades of French Rose #FA5182
Tints of French Rose #FA5182
RGB
CMYK
RGB Variations
Color information
#FA5182 (or 0xFA5182) is known color: French Rose. HEX triplet: FA, 51 and 82. RGB value is (250,81,130). Sum of RGB (Red+Green+Blue) = 250+81+130=461 (61% of max value = 765). Red value is 250 (98.05% from 255 or 54.23% from 461); Green value is 81 (32.03% from 255 or 17.57% from 461); Blue value is 130 (51.17% from 255 or 28.20% from 461); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5182 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA5182 is #05AE7D. Grayscale: #898989. Windows color (decimal): -372350 or 8540666. OLE color: 8540666.
HSL color Cylindrical-coordinate representation of color #FA5182: hue angle of 342.6º 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 #FA5182 is Cyan = 0, Magento = 0.68, Yellow = 0.48 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 81 | 130 | - |
| CMYK | 0 | 0.68 | 0.48 | 0.02 |
| HSL | 342.6º | 0.94% | 0.65% | - |
| HSV(B) | 342.6º | 0.68% | 0.98% | - |
| XYZ | 46.4 | 27.82 | 24.04 | - |
| YUV | 137.12 | 123.99 | 208.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 81 | 130 | 0 | 0.68 | 0.48 | 0.02 | 342.6 | 0.94 | 0.65 |
| Hex | FA | 51 | 82 | 0 | 44 | 30 | 2 | 157 | 5E | 41 |
| Octal | 372 | 121 | 202 | 0 | 104 | 60 | 2 | 527 | 136 | 101 |
| Binary | 11111010 | 1010001 | 10000010 | 0 | 1000100 | 110000 | 10 | 101010111 | 1011110 | 1000001 |
Color Harmonies of #FA5182
Complementary color
Monochromatic Colors of #FA5182
Black with #FA5182
Text Example
Text Example
White with #FA5182
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA5182; }
p { color: rgb(250,81,130); }
H1.HeaderClassName
{
color: #FA5182;
}
.AnyTagClassName
{
color: #FA5182;
}
</style>
background-color css
<style>
a { background-color: #FA5182; }
a { background-color: rgb(250,81,130); }
div.DivClassName
{
background-color: #FA5182;
}
.BgClassName
{
background-color: #FA5182;
}
</style>
border-color css
<style>
span { border-color: #FA5182; }
span { border-color: rgb(250,81,130); }
td.TdClassName
{
border-color: #FA5182;
}
.TagClassName
{
border-color: #FA5182;
}
</style>