Shades of Coral Red #FE4040
Tints of Coral Red #FE4040
RGB
CMYK
RGB Variations
Color information
#FE4040 (or 0xFE4040) is known color: Coral Red. HEX triplet: FE, 40 and 40. RGB value is (254,64,64). Sum of RGB (Red+Green+Blue) = 254+64+64=382 (50% of max value = 765). Red value is 254 (99.61% from 255 or 66.49% from 382); Green value is 64 (25.39% from 255 or 16.75% from 382); Blue value is 64 (25.39% from 255 or 16.75% from 382); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4040 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE4040 is #01BFBF. Grayscale: #797979. Windows color (decimal): -114624 or 4210942. OLE color: 4210942.
HSL color Cylindrical-coordinate representation of color #FE4040: hue angle of 0º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FE4040 is Cyan = 0, Magento = 0.75, Yellow = 0.75 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 64 | 64 | - |
| CMYK | 0 | 0.75 | 0.75 | 0.00 |
| HSL | 0º | 0.99% | 0.62% | - |
| HSV(B) | 0º | 0.75% | 1% | - |
| XYZ | 43.63 | 25.11 | 7.4 | - |
| YUV | 120.81 | 95.95 | 223 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 64 | 64 | 0 | 0.75 | 0.75 | 0.00 | 0 | 0.99 | 0.62 |
| Hex | FE | 40 | 40 | 0 | 4B | 4B | 0 | 0 | 63 | 3E |
| Octal | 376 | 100 | 100 | 0 | 113 | 113 | 0 | 0 | 143 | 76 |
| Binary | 11111110 | 1000000 | 1000000 | 0 | 1001011 | 1001011 | 0 | 0 | 1100011 | 111110 |
Color Harmonies of #FE4040
Complementary color
Monochromatic Colors of #FE4040
Black with #FE4040
Text Example
Text Example
White with #FE4040
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE4040; }
p { color: rgb(254,64,64); }
H1.HeaderClassName
{
color: #FE4040;
}
.AnyTagClassName
{
color: #FE4040;
}
</style>
background-color css
<style>
a { background-color: #FE4040; }
a { background-color: rgb(254,64,64); }
div.DivClassName
{
background-color: #FE4040;
}
.BgClassName
{
background-color: #FE4040;
}
</style>
border-color css
<style>
span { border-color: #FE4040; }
span { border-color: rgb(254,64,64); }
td.TdClassName
{
border-color: #FE4040;
}
.TagClassName
{
border-color: #FE4040;
}
</style>