Shades of French Rose #FA4F8F
Tints of French Rose #FA4F8F
RGB
CMYK
RGB Variations
Color information
#FA4F8F (or 0xFA4F8F) is known color: French Rose. HEX triplet: FA, 4F and 8F. RGB value is (250,79,143). Sum of RGB (Red+Green+Blue) = 250+79+143=472 (62% of max value = 765). Red value is 250 (98.05% from 255 or 52.97% from 472); Green value is 79 (31.25% from 255 or 16.74% from 472); Blue value is 143 (56.25% from 255 or 30.30% from 472); Max value from RGB is 250 - color contains mainly: red. Hex color #FA4F8F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA4F8F is #05B070. Grayscale: #898989. Windows color (decimal): -372849 or 9392122. OLE color: 9392122.
HSL color Cylindrical-coordinate representation of color #FA4F8F: hue angle of 337.54º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #FA4F8F is Cyan = 0, Magento = 0.68, Yellow = 0.43 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 79 | 143 | - |
| CMYK | 0 | 0.68 | 0.43 | 0.02 |
| HSL | 337.54º | 0.94% | 0.65% | - |
| HSV(B) | 337.54º | 0.68% | 0.98% | - |
| XYZ | 47.18 | 27.9 | 28.89 | - |
| YUV | 137.43 | 131.15 | 208.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 79 | 143 | 0 | 0.68 | 0.43 | 0.02 | 337.54 | 0.94 | 0.65 |
| Hex | FA | 4F | 8F | 0 | 44 | 2B | 2 | 152 | 5E | 41 |
| Octal | 372 | 117 | 217 | 0 | 104 | 53 | 2 | 522 | 136 | 101 |
| Binary | 11111010 | 1001111 | 10001111 | 0 | 1000100 | 101011 | 10 | 101010010 | 1011110 | 1000001 |
Color Harmonies of #FA4F8F
Complementary color
Monochromatic Colors of #FA4F8F
Black with #FA4F8F
Text Example
Text Example
White with #FA4F8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA4F8F; }
p { color: rgb(250,79,143); }
H1.HeaderClassName
{
color: #FA4F8F;
}
.AnyTagClassName
{
color: #FA4F8F;
}
</style>
background-color css
<style>
a { background-color: #FA4F8F; }
a { background-color: rgb(250,79,143); }
div.DivClassName
{
background-color: #FA4F8F;
}
.BgClassName
{
background-color: #FA4F8F;
}
</style>
border-color css
<style>
span { border-color: #FA4F8F; }
span { border-color: rgb(250,79,143); }
td.TdClassName
{
border-color: #FA4F8F;
}
.TagClassName
{
border-color: #FA4F8F;
}
</style>