Shades of French Rose #EF4F8D
Tints of French Rose #EF4F8D
RGB
CMYK
RGB Variations
Color information
#EF4F8D (or 0xEF4F8D) is known color: French Rose. HEX triplet: EF, 4F and 8D. RGB value is (239,79,141). Sum of RGB (Red+Green+Blue) = 239+79+141=459 (60% of max value = 765). Red value is 239 (93.75% from 255 or 52.07% from 459); Green value is 79 (31.25% from 255 or 17.21% from 459); Blue value is 141 (55.47% from 255 or 30.72% from 459); Max value from RGB is 239 - color contains mainly: red. Hex color #EF4F8D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF4F8D is #10B072. Grayscale: #858585. Windows color (decimal): -1093747 or 9261039. OLE color: 9261039.
HSL color Cylindrical-coordinate representation of color #EF4F8D: hue angle of 336.75º degrees, saturation: 0.83, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #EF4F8D is Cyan = 0, Magento = 0.67, Yellow = 0.41 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 79 | 141 | - |
| CMYK | 0 | 0.67 | 0.41 | 0.06 |
| HSL | 336.75º | 0.83% | 0.62% | - |
| HSV(B) | 336.75º | 0.67% | 0.94% | - |
| XYZ | 43.2 | 25.87 | 27.91 | - |
| YUV | 133.91 | 132.01 | 202.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 79 | 141 | 0 | 0.67 | 0.41 | 0.06 | 336.75 | 0.83 | 0.62 |
| Hex | EF | 4F | 8D | 0 | 43 | 29 | 6 | 151 | 53 | 3E |
| Octal | 357 | 117 | 215 | 0 | 103 | 51 | 6 | 521 | 123 | 76 |
| Binary | 11101111 | 1001111 | 10001101 | 0 | 1000011 | 101001 | 110 | 101010001 | 1010011 | 111110 |
Color Harmonies of #EF4F8D
Complementary color
Monochromatic Colors of #EF4F8D
Black with #EF4F8D
Text Example
Text Example
White with #EF4F8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF4F8D; }
p { color: rgb(239,79,141); }
H1.HeaderClassName
{
color: #EF4F8D;
}
.AnyTagClassName
{
color: #EF4F8D;
}
</style>
background-color css
<style>
a { background-color: #EF4F8D; }
a { background-color: rgb(239,79,141); }
div.DivClassName
{
background-color: #EF4F8D;
}
.BgClassName
{
background-color: #EF4F8D;
}
</style>
border-color css
<style>
span { border-color: #EF4F8D; }
span { border-color: rgb(239,79,141); }
td.TdClassName
{
border-color: #EF4F8D;
}
.TagClassName
{
border-color: #EF4F8D;
}
</style>