Shades of French Rose #F8568A
Tints of French Rose #F8568A
RGB
CMYK
RGB Variations
Color information
#F8568A (or 0xF8568A) is known color: French Rose. HEX triplet: F8, 56 and 8A. RGB value is (248,86,138). Sum of RGB (Red+Green+Blue) = 248+86+138=472 (62% of max value = 765). Red value is 248 (97.27% from 255 or 52.54% from 472); Green value is 86 (33.98% from 255 or 18.22% from 472); Blue value is 138 (54.30% from 255 or 29.24% from 472); Max value from RGB is 248 - color contains mainly: red. Hex color #F8568A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F8568A is #07A975. Grayscale: #8C8C8C. Windows color (decimal): -502134 or 9066232. OLE color: 9066232.
HSL color Cylindrical-coordinate representation of color #F8568A: hue angle of 340.74º degrees, saturation: 0.92, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F8568A is Cyan = 0, Magento = 0.65, Yellow = 0.44 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 86 | 138 | - |
| CMYK | 0 | 0.65 | 0.44 | 0.03 |
| HSL | 340.74º | 0.92% | 0.65% | - |
| HSV(B) | 340.74º | 0.65% | 0.97% | - |
| XYZ | 46.63 | 28.45 | 27.08 | - |
| YUV | 140.37 | 126.67 | 204.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 86 | 138 | 0 | 0.65 | 0.44 | 0.03 | 340.74 | 0.92 | 0.65 |
| Hex | F8 | 56 | 8A | 0 | 41 | 2C | 3 | 155 | 5C | 41 |
| Octal | 370 | 126 | 212 | 0 | 101 | 54 | 3 | 525 | 134 | 101 |
| Binary | 11111000 | 1010110 | 10001010 | 0 | 1000001 | 101100 | 11 | 101010101 | 1011100 | 1000001 |
Color Harmonies of #F8568A
Complementary color
Monochromatic Colors of #F8568A
Black with #F8568A
Text Example
Text Example
White with #F8568A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8568A; }
p { color: rgb(248,86,138); }
H1.HeaderClassName
{
color: #F8568A;
}
.AnyTagClassName
{
color: #F8568A;
}
</style>
background-color css
<style>
a { background-color: #F8568A; }
a { background-color: rgb(248,86,138); }
div.DivClassName
{
background-color: #F8568A;
}
.BgClassName
{
background-color: #F8568A;
}
</style>
border-color css
<style>
span { border-color: #F8568A; }
span { border-color: rgb(248,86,138); }
td.TdClassName
{
border-color: #F8568A;
}
.TagClassName
{
border-color: #F8568A;
}
</style>