Shades of French Rose #F4568A
Tints of French Rose #F4568A
RGB
CMYK
RGB Variations
Color information
#F4568A (or 0xF4568A) is known color: French Rose. HEX triplet: F4, 56 and 8A. RGB value is (244,86,138). Sum of RGB (Red+Green+Blue) = 244+86+138=468 (61% of max value = 765). Red value is 244 (95.70% from 255 or 52.14% from 468); Green value is 86 (33.98% from 255 or 18.38% from 468); Blue value is 138 (54.30% from 255 or 29.49% from 468); Max value from RGB is 244 - color contains mainly: red. Hex color #F4568A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F4568A is #0BA975. Grayscale: #8B8B8B. Windows color (decimal): -764278 or 9066228. OLE color: 9066228.
HSL color Cylindrical-coordinate representation of color #F4568A: hue angle of 340.25º degrees, saturation: 0.88, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F4568A is Cyan = 0, Magento = 0.65, Yellow = 0.43 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 86 | 138 | - |
| CMYK | 0 | 0.65 | 0.43 | 0.04 |
| HSL | 340.25º | 0.88% | 0.65% | - |
| HSV(B) | 340.25º | 0.65% | 0.96% | - |
| XYZ | 45.22 | 27.72 | 27.01 | - |
| YUV | 139.17 | 127.35 | 202.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 86 | 138 | 0 | 0.65 | 0.43 | 0.04 | 340.25 | 0.88 | 0.65 |
| Hex | F4 | 56 | 8A | 0 | 41 | 2B | 4 | 154 | 58 | 41 |
| Octal | 364 | 126 | 212 | 0 | 101 | 53 | 4 | 524 | 130 | 101 |
| Binary | 11110100 | 1010110 | 10001010 | 0 | 1000001 | 101011 | 100 | 101010100 | 1011000 | 1000001 |
Color Harmonies of #F4568A
Complementary color
Monochromatic Colors of #F4568A
Black with #F4568A
Text Example
Text Example
White with #F4568A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4568A; }
p { color: rgb(244,86,138); }
H1.HeaderClassName
{
color: #F4568A;
}
.AnyTagClassName
{
color: #F4568A;
}
</style>
background-color css
<style>
a { background-color: #F4568A; }
a { background-color: rgb(244,86,138); }
div.DivClassName
{
background-color: #F4568A;
}
.BgClassName
{
background-color: #F4568A;
}
</style>
border-color css
<style>
span { border-color: #F4568A; }
span { border-color: rgb(244,86,138); }
td.TdClassName
{
border-color: #F4568A;
}
.TagClassName
{
border-color: #F4568A;
}
</style>