Shades of French Rose #F44C93
Tints of French Rose #F44C93
RGB
CMYK
RGB Variations
Color information
#F44C93 (or 0xF44C93) is known color: French Rose. HEX triplet: F4, 4C and 93. RGB value is (244,76,147). Sum of RGB (Red+Green+Blue) = 244+76+147=467 (61% of max value = 765). Red value is 244 (95.70% from 255 or 52.25% from 467); Green value is 76 (30.08% from 255 or 16.27% from 467); Blue value is 147 (57.81% from 255 or 31.48% from 467); Max value from RGB is 244 - color contains mainly: red. Hex color #F44C93 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F44C93 is #0BB36C. Grayscale: #868686. Windows color (decimal): -766829 or 9653492. OLE color: 9653492.
HSL color Cylindrical-coordinate representation of color #F44C93: hue angle of 334.64º 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 #F44C93 is Cyan = 0, Magento = 0.69, Yellow = 0.40 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 76 | 147 | - |
| CMYK | 0 | 0.69 | 0.40 | 0.04 |
| HSL | 334.64º | 0.88% | 0.63% | - |
| HSV(B) | 334.64º | 0.69% | 0.96% | - |
| XYZ | 45.16 | 26.51 | 30.34 | - |
| YUV | 134.33 | 135.16 | 206.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 76 | 147 | 0 | 0.69 | 0.40 | 0.04 | 334.64 | 0.88 | 0.63 |
| Hex | F4 | 4C | 93 | 0 | 45 | 28 | 4 | 14F | 58 | 3F |
| Octal | 364 | 114 | 223 | 0 | 105 | 50 | 4 | 517 | 130 | 77 |
| Binary | 11110100 | 1001100 | 10010011 | 0 | 1000101 | 101000 | 100 | 101001111 | 1011000 | 111111 |
Color Harmonies of #F44C93
Complementary color
Monochromatic Colors of #F44C93
Black with #F44C93
Text Example
Text Example
White with #F44C93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F44C93; }
p { color: rgb(244,76,147); }
H1.HeaderClassName
{
color: #F44C93;
}
.AnyTagClassName
{
color: #F44C93;
}
</style>
background-color css
<style>
a { background-color: #F44C93; }
a { background-color: rgb(244,76,147); }
div.DivClassName
{
background-color: #F44C93;
}
.BgClassName
{
background-color: #F44C93;
}
</style>
border-color css
<style>
span { border-color: #F44C93; }
span { border-color: rgb(244,76,147); }
td.TdClassName
{
border-color: #F44C93;
}
.TagClassName
{
border-color: #F44C93;
}
</style>