Shades of French Rose #FA5495
Tints of French Rose #FA5495
RGB
CMYK
RGB Variations
Color information
#FA5495 (or 0xFA5495) is known color: French Rose. HEX triplet: FA, 54 and 95. RGB value is (250,84,149). Sum of RGB (Red+Green+Blue) = 250+84+149=483 (63% of max value = 765). Red value is 250 (98.05% from 255 or 51.76% from 483); Green value is 84 (33.20% from 255 or 17.39% from 483); Blue value is 149 (58.59% from 255 or 30.85% from 483); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5495 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA5495 is #05AB6A. Grayscale: #8C8C8C. Windows color (decimal): -371563 or 9786618. OLE color: 9786618.
HSL color Cylindrical-coordinate representation of color #FA5495: hue angle of 336.51º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #FA5495 is Cyan = 0, Magento = 0.66, Yellow = 0.40 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 84 | 149 | - |
| CMYK | 0 | 0.66 | 0.40 | 0.02 |
| HSL | 336.51º | 0.94% | 0.65% | - |
| HSV(B) | 336.51º | 0.66% | 0.98% | - |
| XYZ | 48.02 | 28.83 | 31.47 | - |
| YUV | 141.04 | 132.5 | 205.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 84 | 149 | 0 | 0.66 | 0.40 | 0.02 | 336.51 | 0.94 | 0.65 |
| Hex | FA | 54 | 95 | 0 | 42 | 28 | 2 | 151 | 5E | 41 |
| Octal | 372 | 124 | 225 | 0 | 102 | 50 | 2 | 521 | 136 | 101 |
| Binary | 11111010 | 1010100 | 10010101 | 0 | 1000010 | 101000 | 10 | 101010001 | 1011110 | 1000001 |
Color Harmonies of #FA5495
Complementary color
Monochromatic Colors of #FA5495
Black with #FA5495
Text Example
Text Example
White with #FA5495
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA5495; }
p { color: rgb(250,84,149); }
H1.HeaderClassName
{
color: #FA5495;
}
.AnyTagClassName
{
color: #FA5495;
}
</style>
background-color css
<style>
a { background-color: #FA5495; }
a { background-color: rgb(250,84,149); }
div.DivClassName
{
background-color: #FA5495;
}
.BgClassName
{
background-color: #FA5495;
}
</style>
border-color css
<style>
span { border-color: #FA5495; }
span { border-color: rgb(250,84,149); }
td.TdClassName
{
border-color: #FA5495;
}
.TagClassName
{
border-color: #FA5495;
}
</style>