Shades of French Rose #FA4A8B
Tints of French Rose #FA4A8B
RGB
CMYK
RGB Variations
Color information
#FA4A8B (or 0xFA4A8B) is known color: French Rose. HEX triplet: FA, 4A and 8B. RGB value is (250,74,139). Sum of RGB (Red+Green+Blue) = 250+74+139=463 (61% of max value = 765). Red value is 250 (98.05% from 255 or 54.00% from 463); Green value is 74 (29.30% from 255 or 15.98% from 463); Blue value is 139 (54.69% from 255 or 30.02% from 463); Max value from RGB is 250 - color contains mainly: red. Hex color #FA4A8B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA4A8B is #05B574. Grayscale: #858585. Windows color (decimal): -374133 or 9128698. OLE color: 9128698.
HSL color Cylindrical-coordinate representation of color #FA4A8B: hue angle of 337.84º 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 #FA4A8B is Cyan = 0, Magento = 0.70, Yellow = 0.44 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 74 | 139 | - |
| CMYK | 0 | 0.70 | 0.44 | 0.02 |
| HSL | 337.84º | 0.95% | 0.64% | - |
| HSV(B) | 337.84º | 0.7% | 0.98% | - |
| XYZ | 46.53 | 27.09 | 27.2 | - |
| YUV | 134.03 | 130.81 | 210.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 74 | 139 | 0 | 0.70 | 0.44 | 0.02 | 337.84 | 0.95 | 0.64 |
| Hex | FA | 4A | 8B | 0 | 46 | 2C | 2 | 152 | 5F | 40 |
| Octal | 372 | 112 | 213 | 0 | 106 | 54 | 2 | 522 | 137 | 100 |
| Binary | 11111010 | 1001010 | 10001011 | 0 | 1000110 | 101100 | 10 | 101010010 | 1011111 | 1000000 |
Color Harmonies of #FA4A8B
Complementary color
Monochromatic Colors of #FA4A8B
Black with #FA4A8B
Text Example
Text Example
White with #FA4A8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA4A8B; }
p { color: rgb(250,74,139); }
H1.HeaderClassName
{
color: #FA4A8B;
}
.AnyTagClassName
{
color: #FA4A8B;
}
</style>
background-color css
<style>
a { background-color: #FA4A8B; }
a { background-color: rgb(250,74,139); }
div.DivClassName
{
background-color: #FA4A8B;
}
.BgClassName
{
background-color: #FA4A8B;
}
</style>
border-color css
<style>
span { border-color: #FA4A8B; }
span { border-color: rgb(250,74,139); }
td.TdClassName
{
border-color: #FA4A8B;
}
.TagClassName
{
border-color: #FA4A8B;
}
</style>