Shades of French Rose #F9568A
Tints of French Rose #F9568A
RGB
CMYK
RGB Variations
Color information
#F9568A (or 0xF9568A) is known color: French Rose. HEX triplet: F9, 56 and 8A. RGB value is (249,86,138). Sum of RGB (Red+Green+Blue) = 249+86+138=473 (62% of max value = 765). Red value is 249 (97.66% from 255 or 52.64% from 473); Green value is 86 (33.98% from 255 or 18.18% from 473); Blue value is 138 (54.30% from 255 or 29.18% from 473); Max value from RGB is 249 - color contains mainly: red. Hex color #F9568A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F9568A is #06A975. Grayscale: #8C8C8C. Windows color (decimal): -436598 or 9066233. OLE color: 9066233.
HSL color Cylindrical-coordinate representation of color #F9568A: hue angle of 340.86º degrees, saturation: 0.93, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F9568A is Cyan = 0, Magento = 0.65, Yellow = 0.45 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 86 | 138 | - |
| CMYK | 0 | 0.65 | 0.45 | 0.02 |
| HSL | 340.86º | 0.93% | 0.66% | - |
| HSV(B) | 340.86º | 0.65% | 0.98% | - |
| XYZ | 46.98 | 28.63 | 27.09 | - |
| YUV | 140.67 | 126.5 | 205.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 86 | 138 | 0 | 0.65 | 0.45 | 0.02 | 340.86 | 0.93 | 0.66 |
| Hex | F9 | 56 | 8A | 0 | 41 | 2D | 2 | 155 | 5D | 42 |
| Octal | 371 | 126 | 212 | 0 | 101 | 55 | 2 | 525 | 135 | 102 |
| Binary | 11111001 | 1010110 | 10001010 | 0 | 1000001 | 101101 | 10 | 101010101 | 1011101 | 1000010 |
Color Harmonies of #F9568A
Complementary color
Monochromatic Colors of #F9568A
Black with #F9568A
Text Example
Text Example
White with #F9568A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9568A; }
p { color: rgb(249,86,138); }
H1.HeaderClassName
{
color: #F9568A;
}
.AnyTagClassName
{
color: #F9568A;
}
</style>
background-color css
<style>
a { background-color: #F9568A; }
a { background-color: rgb(249,86,138); }
div.DivClassName
{
background-color: #F9568A;
}
.BgClassName
{
background-color: #F9568A;
}
</style>
border-color css
<style>
span { border-color: #F9568A; }
span { border-color: rgb(249,86,138); }
td.TdClassName
{
border-color: #F9568A;
}
.TagClassName
{
border-color: #F9568A;
}
</style>