Shades of Coral Red #FE4240
Tints of Coral Red #FE4240
RGB
CMYK
RGB Variations
Color information
#FE4240 (or 0xFE4240) is known color: Coral Red. HEX triplet: FE, 42 and 40. RGB value is (254,66,64). Sum of RGB (Red+Green+Blue) = 254+66+64=384 (50% of max value = 765). Red value is 254 (99.61% from 255 or 66.15% from 384); Green value is 66 (26.17% from 255 or 17.19% from 384); Blue value is 64 (25.39% from 255 or 16.67% from 384); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4240 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE4240 is #01BDBF. Grayscale: #7A7A7A. Windows color (decimal): -114112 or 4211454. OLE color: 4211454.
HSL color Cylindrical-coordinate representation of color #FE4240: hue angle of 0.63º 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 #FE4240 is Cyan = 0, Magento = 0.74, Yellow = 0.75 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 66 | 64 | - |
| CMYK | 0 | 0.74 | 0.75 | 0.00 |
| HSL | 0.63º | 0.99% | 0.62% | - |
| HSV(B) | 0.63º | 0.75% | 1% | - |
| XYZ | 43.75 | 25.34 | 7.44 | - |
| YUV | 121.98 | 95.28 | 222.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 66 | 64 | 0 | 0.74 | 0.75 | 0.00 | 0.63 | 0.99 | 0.62 |
| Hex | FE | 42 | 40 | 0 | 4A | 4B | 0 | 1 | 63 | 3E |
| Octal | 376 | 102 | 100 | 0 | 112 | 113 | 0 | 1 | 143 | 76 |
| Binary | 11111110 | 1000010 | 1000000 | 0 | 1001010 | 1001011 | 0 | 1 | 1100011 | 111110 |
Color Harmonies of #FE4240
Complementary color
Monochromatic Colors of #FE4240
Black with #FE4240
Text Example
Text Example
White with #FE4240
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE4240; }
p { color: rgb(254,66,64); }
H1.HeaderClassName
{
color: #FE4240;
}
.AnyTagClassName
{
color: #FE4240;
}
</style>
background-color css
<style>
a { background-color: #FE4240; }
a { background-color: rgb(254,66,64); }
div.DivClassName
{
background-color: #FE4240;
}
.BgClassName
{
background-color: #FE4240;
}
</style>
border-color css
<style>
span { border-color: #FE4240; }
span { border-color: rgb(254,66,64); }
td.TdClassName
{
border-color: #FE4240;
}
.TagClassName
{
border-color: #FE4240;
}
</style>