Shades of French Rose #FA4A8A
Tints of French Rose #FA4A8A
RGB
CMYK
RGB Variations
Color information
#FA4A8A (or 0xFA4A8A) is known color: French Rose. HEX triplet: FA, 4A and 8A. RGB value is (250,74,138). Sum of RGB (Red+Green+Blue) = 250+74+138=462 (61% of max value = 765). Red value is 250 (98.05% from 255 or 54.11% from 462); Green value is 74 (29.30% from 255 or 16.02% from 462); Blue value is 138 (54.30% from 255 or 29.87% from 462); Max value from RGB is 250 - color contains mainly: red. Hex color #FA4A8A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA4A8A is #05B575. Grayscale: #858585. Windows color (decimal): -374134 or 9063162. OLE color: 9063162.
HSL color Cylindrical-coordinate representation of color #FA4A8A: hue angle of 338.18º 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 #FA4A8A is Cyan = 0, Magento = 0.70, Yellow = 0.45 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 74 | 138 | - |
| CMYK | 0 | 0.70 | 0.45 | 0.02 |
| HSL | 338.18º | 0.95% | 0.64% | - |
| HSV(B) | 338.18º | 0.7% | 0.98% | - |
| XYZ | 46.46 | 27.06 | 26.82 | - |
| YUV | 133.92 | 130.31 | 210.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 74 | 138 | 0 | 0.70 | 0.45 | 0.02 | 338.18 | 0.95 | 0.64 |
| Hex | FA | 4A | 8A | 0 | 46 | 2D | 2 | 152 | 5F | 40 |
| Octal | 372 | 112 | 212 | 0 | 106 | 55 | 2 | 522 | 137 | 100 |
| Binary | 11111010 | 1001010 | 10001010 | 0 | 1000110 | 101101 | 10 | 101010010 | 1011111 | 1000000 |
Color Harmonies of #FA4A8A
Complementary color
Monochromatic Colors of #FA4A8A
Black with #FA4A8A
Text Example
Text Example
White with #FA4A8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA4A8A; }
p { color: rgb(250,74,138); }
H1.HeaderClassName
{
color: #FA4A8A;
}
.AnyTagClassName
{
color: #FA4A8A;
}
</style>
background-color css
<style>
a { background-color: #FA4A8A; }
a { background-color: rgb(250,74,138); }
div.DivClassName
{
background-color: #FA4A8A;
}
.BgClassName
{
background-color: #FA4A8A;
}
</style>
border-color css
<style>
span { border-color: #FA4A8A; }
span { border-color: rgb(250,74,138); }
td.TdClassName
{
border-color: #FA4A8A;
}
.TagClassName
{
border-color: #FA4A8A;
}
</style>