Shades of French Rose #F44C8D
Tints of French Rose #F44C8D
RGB
CMYK
RGB Variations
Color information
#F44C8D (or 0xF44C8D) is known color: French Rose. HEX triplet: F4, 4C and 8D. RGB value is (244,76,141). Sum of RGB (Red+Green+Blue) = 244+76+141=461 (61% of max value = 765). Red value is 244 (95.70% from 255 or 52.93% from 461); Green value is 76 (30.08% from 255 or 16.49% from 461); Blue value is 141 (55.47% from 255 or 30.59% from 461); Max value from RGB is 244 - color contains mainly: red. Hex color #F44C8D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F44C8D is #0BB372. Grayscale: #858585. Windows color (decimal): -766835 or 9260276. OLE color: 9260276.
HSL color Cylindrical-coordinate representation of color #F44C8D: hue angle of 336.79º degrees, saturation: 0.88, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #F44C8D is Cyan = 0, Magento = 0.69, Yellow = 0.42 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 76 | 141 | - |
| CMYK | 0 | 0.69 | 0.42 | 0.04 |
| HSL | 336.79º | 0.88% | 0.63% | - |
| HSV(B) | 336.79º | 0.69% | 0.96% | - |
| XYZ | 44.7 | 26.33 | 27.92 | - |
| YUV | 133.64 | 132.16 | 206.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 76 | 141 | 0 | 0.69 | 0.42 | 0.04 | 336.79 | 0.88 | 0.63 |
| Hex | F4 | 4C | 8D | 0 | 45 | 2A | 4 | 151 | 58 | 3F |
| Octal | 364 | 114 | 215 | 0 | 105 | 52 | 4 | 521 | 130 | 77 |
| Binary | 11110100 | 1001100 | 10001101 | 0 | 1000101 | 101010 | 100 | 101010001 | 1011000 | 111111 |
Color Harmonies of #F44C8D
Complementary color
Monochromatic Colors of #F44C8D
Black with #F44C8D
Text Example
Text Example
White with #F44C8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F44C8D; }
p { color: rgb(244,76,141); }
H1.HeaderClassName
{
color: #F44C8D;
}
.AnyTagClassName
{
color: #F44C8D;
}
</style>
background-color css
<style>
a { background-color: #F44C8D; }
a { background-color: rgb(244,76,141); }
div.DivClassName
{
background-color: #F44C8D;
}
.BgClassName
{
background-color: #F44C8D;
}
</style>
border-color css
<style>
span { border-color: #F44C8D; }
span { border-color: rgb(244,76,141); }
td.TdClassName
{
border-color: #F44C8D;
}
.TagClassName
{
border-color: #F44C8D;
}
</style>