Shades of French Rose #FA4A8C
Tints of French Rose #FA4A8C
RGB
CMYK
RGB Variations
Color information
#FA4A8C (or 0xFA4A8C) is known color: French Rose. HEX triplet: FA, 4A and 8C. RGB value is (250,74,140). Sum of RGB (Red+Green+Blue) = 250+74+140=464 (61% of max value = 765). Red value is 250 (98.05% from 255 or 53.88% from 464); Green value is 74 (29.30% from 255 or 15.95% from 464); Blue value is 140 (55.08% from 255 or 30.17% from 464); Max value from RGB is 250 - color contains mainly: red. Hex color #FA4A8C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA4A8C is #05B573. Grayscale: #868686. Windows color (decimal): -374132 or 9194234. OLE color: 9194234.
HSL color Cylindrical-coordinate representation of color #FA4A8C: hue angle of 337.5º 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 #FA4A8C is Cyan = 0, Magento = 0.70, Yellow = 0.44 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 74 | 140 | - |
| CMYK | 0 | 0.70 | 0.44 | 0.02 |
| HSL | 337.5º | 0.95% | 0.64% | - |
| HSV(B) | 337.5º | 0.7% | 0.98% | - |
| XYZ | 46.61 | 27.12 | 27.59 | - |
| YUV | 134.15 | 131.31 | 210.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 74 | 140 | 0 | 0.70 | 0.44 | 0.02 | 337.5 | 0.95 | 0.64 |
| Hex | FA | 4A | 8C | 0 | 46 | 2C | 2 | 152 | 5F | 40 |
| Octal | 372 | 112 | 214 | 0 | 106 | 54 | 2 | 522 | 137 | 100 |
| Binary | 11111010 | 1001010 | 10001100 | 0 | 1000110 | 101100 | 10 | 101010010 | 1011111 | 1000000 |
Color Harmonies of #FA4A8C
Complementary color
Monochromatic Colors of #FA4A8C
Black with #FA4A8C
Text Example
Text Example
White with #FA4A8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA4A8C; }
p { color: rgb(250,74,140); }
H1.HeaderClassName
{
color: #FA4A8C;
}
.AnyTagClassName
{
color: #FA4A8C;
}
</style>
background-color css
<style>
a { background-color: #FA4A8C; }
a { background-color: rgb(250,74,140); }
div.DivClassName
{
background-color: #FA4A8C;
}
.BgClassName
{
background-color: #FA4A8C;
}
</style>
border-color css
<style>
span { border-color: #FA4A8C; }
span { border-color: rgb(250,74,140); }
td.TdClassName
{
border-color: #FA4A8C;
}
.TagClassName
{
border-color: #FA4A8C;
}
</style>