Shades of Coral Red #FE4242
Tints of Coral Red #FE4242
RGB
CMYK
RGB Variations
Color information
#FE4242 (or 0xFE4242) is known color: Coral Red. HEX triplet: FE, 42 and 42. RGB value is (254,66,66). Sum of RGB (Red+Green+Blue) = 254+66+66=386 (51% of max value = 765). Red value is 254 (99.61% from 255 or 65.80% from 386); Green value is 66 (26.17% from 255 or 17.10% from 386); Blue value is 66 (26.17% from 255 or 17.10% from 386); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4242 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE4242 is #01BDBD. Grayscale: #7A7A7A. Windows color (decimal): -114110 or 4342526. OLE color: 4342526.
HSL color Cylindrical-coordinate representation of color #FE4242: hue angle of 0º degrees, saturation: 0.99, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #FE4242 is Cyan = 0, Magento = 0.74, Yellow = 0.74 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 66 | 66 | - |
| CMYK | 0 | 0.74 | 0.74 | 0.00 |
| HSL | 0º | 0.99% | 0.63% | - |
| HSV(B) | 0º | 0.74% | 1% | - |
| XYZ | 43.8 | 25.36 | 7.74 | - |
| YUV | 122.21 | 96.28 | 222 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 66 | 66 | 0 | 0.74 | 0.74 | 0.00 | 0 | 0.99 | 0.63 |
| Hex | FE | 42 | 42 | 0 | 4A | 4A | 0 | 0 | 63 | 3F |
| Octal | 376 | 102 | 102 | 0 | 112 | 112 | 0 | 0 | 143 | 77 |
| Binary | 11111110 | 1000010 | 1000010 | 0 | 1001010 | 1001010 | 0 | 0 | 1100011 | 111111 |
Color Harmonies of #FE4242
Complementary color
Monochromatic Colors of #FE4242
Black with #FE4242
Text Example
Text Example
White with #FE4242
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE4242; }
p { color: rgb(254,66,66); }
H1.HeaderClassName
{
color: #FE4242;
}
.AnyTagClassName
{
color: #FE4242;
}
</style>
background-color css
<style>
a { background-color: #FE4242; }
a { background-color: rgb(254,66,66); }
div.DivClassName
{
background-color: #FE4242;
}
.BgClassName
{
background-color: #FE4242;
}
</style>
border-color css
<style>
span { border-color: #FE4242; }
span { border-color: rgb(254,66,66); }
td.TdClassName
{
border-color: #FE4242;
}
.TagClassName
{
border-color: #FE4242;
}
</style>