Shades of French Rose #F4508D
Tints of French Rose #F4508D
RGB
CMYK
RGB Variations
Color information
#F4508D (or 0xF4508D) is known color: French Rose. HEX triplet: F4, 50 and 8D. RGB value is (244,80,141). Sum of RGB (Red+Green+Blue) = 244+80+141=465 (61% of max value = 765). Red value is 244 (95.70% from 255 or 52.47% from 465); Green value is 80 (31.64% from 255 or 17.20% from 465); Blue value is 141 (55.47% from 255 or 30.32% from 465); Max value from RGB is 244 - color contains mainly: red. Hex color #F4508D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F4508D is #0BAF72. Grayscale: #878787. Windows color (decimal): -765811 or 9261300. OLE color: 9261300.
HSL color Cylindrical-coordinate representation of color #F4508D: hue angle of 337.68º degrees, saturation: 0.88, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F4508D is Cyan = 0, Magento = 0.67, Yellow = 0.42 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 80 | 141 | - |
| CMYK | 0 | 0.67 | 0.42 | 0.04 |
| HSL | 337.68º | 0.88% | 0.64% | - |
| HSV(B) | 337.68º | 0.67% | 0.96% | - |
| XYZ | 44.98 | 26.89 | 28.02 | - |
| YUV | 135.99 | 130.83 | 205.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 80 | 141 | 0 | 0.67 | 0.42 | 0.04 | 337.68 | 0.88 | 0.64 |
| Hex | F4 | 50 | 8D | 0 | 43 | 2A | 4 | 152 | 58 | 40 |
| Octal | 364 | 120 | 215 | 0 | 103 | 52 | 4 | 522 | 130 | 100 |
| Binary | 11110100 | 1010000 | 10001101 | 0 | 1000011 | 101010 | 100 | 101010010 | 1011000 | 1000000 |
Color Harmonies of #F4508D
Complementary color
Monochromatic Colors of #F4508D
Black with #F4508D
Text Example
Text Example
White with #F4508D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4508D; }
p { color: rgb(244,80,141); }
H1.HeaderClassName
{
color: #F4508D;
}
.AnyTagClassName
{
color: #F4508D;
}
</style>
background-color css
<style>
a { background-color: #F4508D; }
a { background-color: rgb(244,80,141); }
div.DivClassName
{
background-color: #F4508D;
}
.BgClassName
{
background-color: #F4508D;
}
</style>
border-color css
<style>
span { border-color: #F4508D; }
span { border-color: rgb(244,80,141); }
td.TdClassName
{
border-color: #F4508D;
}
.TagClassName
{
border-color: #F4508D;
}
</style>