Shades of French Rose #FA568E
Tints of French Rose #FA568E
RGB
CMYK
RGB Variations
Color information
#FA568E (or 0xFA568E) is known color: French Rose. HEX triplet: FA, 56 and 8E. RGB value is (250,86,142). Sum of RGB (Red+Green+Blue) = 250+86+142=478 (63% of max value = 765). Red value is 250 (98.05% from 255 or 52.30% from 478); Green value is 86 (33.98% from 255 or 17.99% from 478); Blue value is 142 (55.86% from 255 or 29.71% from 478); Max value from RGB is 250 - color contains mainly: red. Hex color #FA568E is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA568E is #05A971. Grayscale: #8D8D8D. Windows color (decimal): -371058 or 9328378. OLE color: 9328378.
HSL color Cylindrical-coordinate representation of color #FA568E: hue angle of 339.51º degrees, saturation: 0.94, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #FA568E is Cyan = 0, Magento = 0.66, Yellow = 0.43 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 86 | 142 | - |
| CMYK | 0 | 0.66 | 0.43 | 0.02 |
| HSL | 339.51º | 0.94% | 0.66% | - |
| HSV(B) | 339.51º | 0.66% | 0.98% | - |
| XYZ | 47.63 | 28.93 | 28.67 | - |
| YUV | 141.42 | 128.33 | 205.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 86 | 142 | 0 | 0.66 | 0.43 | 0.02 | 339.51 | 0.94 | 0.66 |
| Hex | FA | 56 | 8E | 0 | 42 | 2B | 2 | 154 | 5E | 42 |
| Octal | 372 | 126 | 216 | 0 | 102 | 53 | 2 | 524 | 136 | 102 |
| Binary | 11111010 | 1010110 | 10001110 | 0 | 1000010 | 101011 | 10 | 101010100 | 1011110 | 1000010 |
Color Harmonies of #FA568E
Complementary color
Monochromatic Colors of #FA568E
Black with #FA568E
Text Example
Text Example
White with #FA568E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA568E; }
p { color: rgb(250,86,142); }
H1.HeaderClassName
{
color: #FA568E;
}
.AnyTagClassName
{
color: #FA568E;
}
</style>
background-color css
<style>
a { background-color: #FA568E; }
a { background-color: rgb(250,86,142); }
div.DivClassName
{
background-color: #FA568E;
}
.BgClassName
{
background-color: #FA568E;
}
</style>
border-color css
<style>
span { border-color: #FA568E; }
span { border-color: rgb(250,86,142); }
td.TdClassName
{
border-color: #FA568E;
}
.TagClassName
{
border-color: #FA568E;
}
</style>