Shades of French Rose #FA4F85
Tints of French Rose #FA4F85
RGB
CMYK
RGB Variations
Color information
#FA4F85 (or 0xFA4F85) is known color: French Rose. HEX triplet: FA, 4F and 85. RGB value is (250,79,133). Sum of RGB (Red+Green+Blue) = 250+79+133=462 (61% of max value = 765). Red value is 250 (98.05% from 255 or 54.11% from 462); Green value is 79 (31.25% from 255 or 17.10% from 462); Blue value is 133 (52.34% from 255 or 28.79% from 462); Max value from RGB is 250 - color contains mainly: red. Hex color #FA4F85 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA4F85 is #05B07A. Grayscale: #888888. Windows color (decimal): -372859 or 8736762. OLE color: 8736762.
HSL color Cylindrical-coordinate representation of color #FA4F85: hue angle of 341.05º 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 #FA4F85 is Cyan = 0, Magento = 0.68, Yellow = 0.47 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 79 | 133 | - |
| CMYK | 0 | 0.68 | 0.47 | 0.02 |
| HSL | 341.05º | 0.94% | 0.65% | - |
| HSV(B) | 341.05º | 0.68% | 0.98% | - |
| XYZ | 46.45 | 27.61 | 25.07 | - |
| YUV | 136.29 | 126.15 | 209.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 79 | 133 | 0 | 0.68 | 0.47 | 0.02 | 341.05 | 0.94 | 0.65 |
| Hex | FA | 4F | 85 | 0 | 44 | 2F | 2 | 155 | 5E | 41 |
| Octal | 372 | 117 | 205 | 0 | 104 | 57 | 2 | 525 | 136 | 101 |
| Binary | 11111010 | 1001111 | 10000101 | 0 | 1000100 | 101111 | 10 | 101010101 | 1011110 | 1000001 |
Color Harmonies of #FA4F85
Complementary color
Monochromatic Colors of #FA4F85
Black with #FA4F85
Text Example
Text Example
White with #FA4F85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA4F85; }
p { color: rgb(250,79,133); }
H1.HeaderClassName
{
color: #FA4F85;
}
.AnyTagClassName
{
color: #FA4F85;
}
</style>
background-color css
<style>
a { background-color: #FA4F85; }
a { background-color: rgb(250,79,133); }
div.DivClassName
{
background-color: #FA4F85;
}
.BgClassName
{
background-color: #FA4F85;
}
</style>
border-color css
<style>
span { border-color: #FA4F85; }
span { border-color: rgb(250,79,133); }
td.TdClassName
{
border-color: #FA4F85;
}
.TagClassName
{
border-color: #FA4F85;
}
</style>