Shades of French Rose #FA5B93
Tints of French Rose #FA5B93
RGB
CMYK
RGB Variations
Color information
#FA5B93 (or 0xFA5B93) is known color: French Rose. HEX triplet: FA, 5B and 93. RGB value is (250,91,147). Sum of RGB (Red+Green+Blue) = 250+91+147=488 (64% of max value = 765). Red value is 250 (98.05% from 255 or 51.23% from 488); Green value is 91 (35.94% from 255 or 18.65% from 488); Blue value is 147 (57.81% from 255 or 30.12% from 488); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5B93 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA5B93 is #05A46C. Grayscale: #909090. Windows color (decimal): -369773 or 9657338. OLE color: 9657338.
HSL color Cylindrical-coordinate representation of color #FA5B93: hue angle of 338.87º 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 #FA5B93 is Cyan = 0, Magento = 0.64, Yellow = 0.41 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 91 | 147 | - |
| CMYK | 0 | 0.64 | 0.41 | 0.02 |
| HSL | 338.87º | 0.94% | 0.67% | - |
| HSV(B) | 338.87º | 0.64% | 0.98% | - |
| XYZ | 48.43 | 29.91 | 30.82 | - |
| YUV | 144.93 | 129.18 | 202.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 91 | 147 | 0 | 0.64 | 0.41 | 0.02 | 338.87 | 0.94 | 0.67 |
| Hex | FA | 5B | 93 | 0 | 40 | 29 | 2 | 153 | 5E | 43 |
| Octal | 372 | 133 | 223 | 0 | 100 | 51 | 2 | 523 | 136 | 103 |
| Binary | 11111010 | 1011011 | 10010011 | 0 | 1000000 | 101001 | 10 | 101010011 | 1011110 | 1000011 |
Color Harmonies of #FA5B93
Complementary color
Monochromatic Colors of #FA5B93
Black with #FA5B93
Text Example
Text Example
White with #FA5B93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA5B93; }
p { color: rgb(250,91,147); }
H1.HeaderClassName
{
color: #FA5B93;
}
.AnyTagClassName
{
color: #FA5B93;
}
</style>
background-color css
<style>
a { background-color: #FA5B93; }
a { background-color: rgb(250,91,147); }
div.DivClassName
{
background-color: #FA5B93;
}
.BgClassName
{
background-color: #FA5B93;
}
</style>
border-color css
<style>
span { border-color: #FA5B93; }
span { border-color: rgb(250,91,147); }
td.TdClassName
{
border-color: #FA5B93;
}
.TagClassName
{
border-color: #FA5B93;
}
</style>