Shades of French Rose #FA4A8F
Tints of French Rose #FA4A8F
RGB
CMYK
RGB Variations
Color information
#FA4A8F (or 0xFA4A8F) is known color: French Rose. HEX triplet: FA, 4A and 8F. RGB value is (250,74,143). Sum of RGB (Red+Green+Blue) = 250+74+143=467 (61% of max value = 765). Red value is 250 (98.05% from 255 or 53.53% from 467); Green value is 74 (29.30% from 255 or 15.85% from 467); Blue value is 143 (56.25% from 255 or 30.62% from 467); Max value from RGB is 250 - color contains mainly: red. Hex color #FA4A8F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA4A8F is #05B570. Grayscale: #868686. Windows color (decimal): -374129 or 9390842. OLE color: 9390842.
HSL color Cylindrical-coordinate representation of color #FA4A8F: hue angle of 336.48º 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 #FA4A8F is Cyan = 0, Magento = 0.70, Yellow = 0.43 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 74 | 143 | - |
| CMYK | 0 | 0.70 | 0.43 | 0.02 |
| HSL | 336.48º | 0.95% | 0.64% | - |
| HSV(B) | 336.48º | 0.7% | 0.98% | - |
| XYZ | 46.83 | 27.2 | 28.77 | - |
| YUV | 134.49 | 132.81 | 210.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 74 | 143 | 0 | 0.70 | 0.43 | 0.02 | 336.48 | 0.95 | 0.64 |
| Hex | FA | 4A | 8F | 0 | 46 | 2B | 2 | 150 | 5F | 40 |
| Octal | 372 | 112 | 217 | 0 | 106 | 53 | 2 | 520 | 137 | 100 |
| Binary | 11111010 | 1001010 | 10001111 | 0 | 1000110 | 101011 | 10 | 101010000 | 1011111 | 1000000 |
Color Harmonies of #FA4A8F
Complementary color
Monochromatic Colors of #FA4A8F
Black with #FA4A8F
Text Example
Text Example
White with #FA4A8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA4A8F; }
p { color: rgb(250,74,143); }
H1.HeaderClassName
{
color: #FA4A8F;
}
.AnyTagClassName
{
color: #FA4A8F;
}
</style>
background-color css
<style>
a { background-color: #FA4A8F; }
a { background-color: rgb(250,74,143); }
div.DivClassName
{
background-color: #FA4A8F;
}
.BgClassName
{
background-color: #FA4A8F;
}
</style>
border-color css
<style>
span { border-color: #FA4A8F; }
span { border-color: rgb(250,74,143); }
td.TdClassName
{
border-color: #FA4A8F;
}
.TagClassName
{
border-color: #FA4A8F;
}
</style>