Shades of French Rose #FA548B
Tints of French Rose #FA548B
RGB
CMYK
RGB Variations
Color information
#FA548B (or 0xFA548B) is known color: French Rose. HEX triplet: FA, 54 and 8B. RGB value is (250,84,139). Sum of RGB (Red+Green+Blue) = 250+84+139=473 (62% of max value = 765). Red value is 250 (98.05% from 255 or 52.85% from 473); Green value is 84 (33.20% from 255 or 17.76% from 473); Blue value is 139 (54.69% from 255 or 29.39% from 473); Max value from RGB is 250 - color contains mainly: red. Hex color #FA548B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA548B is #05AB74. Grayscale: #8B8B8B. Windows color (decimal): -371573 or 9131258. OLE color: 9131258.
HSL color Cylindrical-coordinate representation of color #FA548B: hue angle of 340.12º 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 #FA548B is Cyan = 0, Magento = 0.66, Yellow = 0.44 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 84 | 139 | - |
| CMYK | 0 | 0.66 | 0.44 | 0.02 |
| HSL | 340.12º | 0.94% | 0.65% | - |
| HSV(B) | 340.12º | 0.66% | 0.98% | - |
| XYZ | 47.25 | 28.53 | 27.44 | - |
| YUV | 139.9 | 127.5 | 206.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 84 | 139 | 0 | 0.66 | 0.44 | 0.02 | 340.12 | 0.94 | 0.65 |
| Hex | FA | 54 | 8B | 0 | 42 | 2C | 2 | 154 | 5E | 41 |
| Octal | 372 | 124 | 213 | 0 | 102 | 54 | 2 | 524 | 136 | 101 |
| Binary | 11111010 | 1010100 | 10001011 | 0 | 1000010 | 101100 | 10 | 101010100 | 1011110 | 1000001 |
Color Harmonies of #FA548B
Complementary color
Monochromatic Colors of #FA548B
Black with #FA548B
Text Example
Text Example
White with #FA548B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA548B; }
p { color: rgb(250,84,139); }
H1.HeaderClassName
{
color: #FA548B;
}
.AnyTagClassName
{
color: #FA548B;
}
</style>
background-color css
<style>
a { background-color: #FA548B; }
a { background-color: rgb(250,84,139); }
div.DivClassName
{
background-color: #FA548B;
}
.BgClassName
{
background-color: #FA548B;
}
</style>
border-color css
<style>
span { border-color: #FA548B; }
span { border-color: rgb(250,84,139); }
td.TdClassName
{
border-color: #FA548B;
}
.TagClassName
{
border-color: #FA548B;
}
</style>