Shades of French Rose #F4588A
Tints of French Rose #F4588A
RGB
CMYK
RGB Variations
Color information
#F4588A (or 0xF4588A) is known color: French Rose. HEX triplet: F4, 58 and 8A. RGB value is (244,88,138). Sum of RGB (Red+Green+Blue) = 244+88+138=470 (62% of max value = 765). Red value is 244 (95.70% from 255 or 51.91% from 470); Green value is 88 (34.77% from 255 or 18.72% from 470); Blue value is 138 (54.30% from 255 or 29.36% from 470); Max value from RGB is 244 - color contains mainly: red. Hex color #F4588A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F4588A is #0BA775. Grayscale: #8C8C8C. Windows color (decimal): -763766 or 9066740. OLE color: 9066740.
HSL color Cylindrical-coordinate representation of color #F4588A: hue angle of 340.77º degrees, saturation: 0.88, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #F4588A is Cyan = 0, Magento = 0.64, Yellow = 0.43 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 88 | 138 | - |
| CMYK | 0 | 0.64 | 0.43 | 0.04 |
| HSL | 340.77º | 0.88% | 0.65% | - |
| HSV(B) | 340.77º | 0.64% | 0.96% | - |
| XYZ | 45.39 | 28.05 | 27.07 | - |
| YUV | 140.34 | 126.68 | 201.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 88 | 138 | 0 | 0.64 | 0.43 | 0.04 | 340.77 | 0.88 | 0.65 |
| Hex | F4 | 58 | 8A | 0 | 40 | 2B | 4 | 155 | 58 | 41 |
| Octal | 364 | 130 | 212 | 0 | 100 | 53 | 4 | 525 | 130 | 101 |
| Binary | 11110100 | 1011000 | 10001010 | 0 | 1000000 | 101011 | 100 | 101010101 | 1011000 | 1000001 |
Color Harmonies of #F4588A
Complementary color
Monochromatic Colors of #F4588A
Black with #F4588A
Text Example
Text Example
White with #F4588A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4588A; }
p { color: rgb(244,88,138); }
H1.HeaderClassName
{
color: #F4588A;
}
.AnyTagClassName
{
color: #F4588A;
}
</style>
background-color css
<style>
a { background-color: #F4588A; }
a { background-color: rgb(244,88,138); }
div.DivClassName
{
background-color: #F4588A;
}
.BgClassName
{
background-color: #F4588A;
}
</style>
border-color css
<style>
span { border-color: #F4588A; }
span { border-color: rgb(244,88,138); }
td.TdClassName
{
border-color: #F4588A;
}
.TagClassName
{
border-color: #F4588A;
}
</style>