Shades of French Rose #FA4C93
Tints of French Rose #FA4C93
RGB
CMYK
RGB Variations
Color information
#FA4C93 (or 0xFA4C93) is known color: French Rose. HEX triplet: FA, 4C and 93. RGB value is (250,76,147). Sum of RGB (Red+Green+Blue) = 250+76+147=473 (62% of max value = 765). Red value is 250 (98.05% from 255 or 52.85% from 473); Green value is 76 (30.08% from 255 or 16.07% from 473); Blue value is 147 (57.81% from 255 or 31.08% from 473); Max value from RGB is 250 - color contains mainly: red. Hex color #FA4C93 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA4C93 is #05B36C. Grayscale: #888888. Windows color (decimal): -373613 or 9653498. OLE color: 9653498.
HSL color Cylindrical-coordinate representation of color #FA4C93: hue angle of 335.52º degrees, saturation: 0.95, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #FA4C93 is Cyan = 0, Magento = 0.70, Yellow = 0.41 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 76 | 147 | - |
| CMYK | 0 | 0.70 | 0.41 | 0.02 |
| HSL | 335.52º | 0.95% | 0.64% | - |
| HSV(B) | 335.52º | 0.7% | 0.98% | - |
| XYZ | 47.28 | 27.6 | 30.44 | - |
| YUV | 136.12 | 134.15 | 209.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 76 | 147 | 0 | 0.70 | 0.41 | 0.02 | 335.52 | 0.95 | 0.64 |
| Hex | FA | 4C | 93 | 0 | 46 | 29 | 2 | 150 | 5F | 40 |
| Octal | 372 | 114 | 223 | 0 | 106 | 51 | 2 | 520 | 137 | 100 |
| Binary | 11111010 | 1001100 | 10010011 | 0 | 1000110 | 101001 | 10 | 101010000 | 1011111 | 1000000 |
Color Harmonies of #FA4C93
Complementary color
Monochromatic Colors of #FA4C93
Black with #FA4C93
Text Example
Text Example
White with #FA4C93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA4C93; }
p { color: rgb(250,76,147); }
H1.HeaderClassName
{
color: #FA4C93;
}
.AnyTagClassName
{
color: #FA4C93;
}
</style>
background-color css
<style>
a { background-color: #FA4C93; }
a { background-color: rgb(250,76,147); }
div.DivClassName
{
background-color: #FA4C93;
}
.BgClassName
{
background-color: #FA4C93;
}
</style>
border-color css
<style>
span { border-color: #FA4C93; }
span { border-color: rgb(250,76,147); }
td.TdClassName
{
border-color: #FA4C93;
}
.TagClassName
{
border-color: #FA4C93;
}
</style>