Shades of French Rose #FA4C8A
Tints of French Rose #FA4C8A
RGB
CMYK
RGB Variations
Color information
#FA4C8A (or 0xFA4C8A) is known color: French Rose. HEX triplet: FA, 4C and 8A. RGB value is (250,76,138). Sum of RGB (Red+Green+Blue) = 250+76+138=464 (61% of max value = 765). Red value is 250 (98.05% from 255 or 53.88% from 464); Green value is 76 (30.08% from 255 or 16.38% from 464); Blue value is 138 (54.30% from 255 or 29.74% from 464); Max value from RGB is 250 - color contains mainly: red. Hex color #FA4C8A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA4C8A is #05B375. Grayscale: #878787. Windows color (decimal): -373622 or 9063674. OLE color: 9063674.
HSL color Cylindrical-coordinate representation of color #FA4C8A: hue angle of 338.62º 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 #FA4C8A is Cyan = 0, Magento = 0.70, Yellow = 0.45 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 76 | 138 | - |
| CMYK | 0 | 0.70 | 0.45 | 0.02 |
| HSL | 338.62º | 0.95% | 0.64% | - |
| HSV(B) | 338.62º | 0.7% | 0.98% | - |
| XYZ | 46.6 | 27.33 | 26.86 | - |
| YUV | 135.09 | 129.65 | 209.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 76 | 138 | 0 | 0.70 | 0.45 | 0.02 | 338.62 | 0.95 | 0.64 |
| Hex | FA | 4C | 8A | 0 | 46 | 2D | 2 | 153 | 5F | 40 |
| Octal | 372 | 114 | 212 | 0 | 106 | 55 | 2 | 523 | 137 | 100 |
| Binary | 11111010 | 1001100 | 10001010 | 0 | 1000110 | 101101 | 10 | 101010011 | 1011111 | 1000000 |
Color Harmonies of #FA4C8A
Complementary color
Monochromatic Colors of #FA4C8A
Black with #FA4C8A
Text Example
Text Example
White with #FA4C8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA4C8A; }
p { color: rgb(250,76,138); }
H1.HeaderClassName
{
color: #FA4C8A;
}
.AnyTagClassName
{
color: #FA4C8A;
}
</style>
background-color css
<style>
a { background-color: #FA4C8A; }
a { background-color: rgb(250,76,138); }
div.DivClassName
{
background-color: #FA4C8A;
}
.BgClassName
{
background-color: #FA4C8A;
}
</style>
border-color css
<style>
span { border-color: #FA4C8A; }
span { border-color: rgb(250,76,138); }
td.TdClassName
{
border-color: #FA4C8A;
}
.TagClassName
{
border-color: #FA4C8A;
}
</style>