Shades of French Rose #FA5B91
Tints of French Rose #FA5B91
RGB
CMYK
RGB Variations
Color information
#FA5B91 (or 0xFA5B91) is known color: French Rose. HEX triplet: FA, 5B and 91. RGB value is (250,91,145). Sum of RGB (Red+Green+Blue) = 250+91+145=486 (64% of max value = 765). Red value is 250 (98.05% from 255 or 51.44% from 486); Green value is 91 (35.94% from 255 or 18.72% from 486); Blue value is 145 (57.03% from 255 or 29.84% from 486); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5B91 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA5B91 is #05A46E. Grayscale: #909090. Windows color (decimal): -369775 or 9526266. OLE color: 9526266.
HSL color Cylindrical-coordinate representation of color #FA5B91: hue angle of 339.62º degrees, saturation: 0.94, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FA5B91 is Cyan = 0, Magento = 0.64, Yellow = 0.42 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 91 | 145 | - |
| CMYK | 0 | 0.64 | 0.42 | 0.02 |
| HSL | 339.62º | 0.94% | 0.67% | - |
| HSV(B) | 339.62º | 0.64% | 0.98% | - |
| XYZ | 48.28 | 29.85 | 30.01 | - |
| YUV | 144.7 | 128.18 | 203.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 91 | 145 | 0 | 0.64 | 0.42 | 0.02 | 339.62 | 0.94 | 0.67 |
| Hex | FA | 5B | 91 | 0 | 40 | 2A | 2 | 154 | 5E | 43 |
| Octal | 372 | 133 | 221 | 0 | 100 | 52 | 2 | 524 | 136 | 103 |
| Binary | 11111010 | 1011011 | 10010001 | 0 | 1000000 | 101010 | 10 | 101010100 | 1011110 | 1000011 |
Color Harmonies of #FA5B91
Complementary color
Monochromatic Colors of #FA5B91
Black with #FA5B91
Text Example
Text Example
White with #FA5B91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA5B91; }
p { color: rgb(250,91,145); }
H1.HeaderClassName
{
color: #FA5B91;
}
.AnyTagClassName
{
color: #FA5B91;
}
</style>
background-color css
<style>
a { background-color: #FA5B91; }
a { background-color: rgb(250,91,145); }
div.DivClassName
{
background-color: #FA5B91;
}
.BgClassName
{
background-color: #FA5B91;
}
</style>
border-color css
<style>
span { border-color: #FA5B91; }
span { border-color: rgb(250,91,145); }
td.TdClassName
{
border-color: #FA5B91;
}
.TagClassName
{
border-color: #FA5B91;
}
</style>