Shades of Coral Red #F14141
Tints of Coral Red #F14141
RGB
CMYK
RGB Variations
Color information
#F14141 (or 0xF14141) is known color: Coral Red. HEX triplet: F1, 41 and 41. RGB value is (241,65,65). Sum of RGB (Red+Green+Blue) = 241+65+65=371 (49% of max value = 765). Red value is 241 (94.53% from 255 or 64.96% from 371); Green value is 65 (25.78% from 255 or 17.52% from 371); Blue value is 65 (25.78% from 255 or 17.52% from 371); Max value from RGB is 241 - color contains mainly: red. Hex color #F14141 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F14141 is #0EBEBE. Grayscale: #757575. Windows color (decimal): -966335 or 4276721. OLE color: 4276721.
HSL color Cylindrical-coordinate representation of color #F14141: hue angle of 0º degrees, saturation: 0.86, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F14141 is Cyan = 0, Magento = 0.73, Yellow = 0.73 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 65 | 65 | - |
| CMYK | 0 | 0.73 | 0.73 | 0.05 |
| HSL | 0º | 0.86% | 0.6% | - |
| HSV(B) | 0º | 0.73% | 0.95% | - |
| XYZ | 39.12 | 22.86 | 7.35 | - |
| YUV | 117.62 | 98.31 | 216 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 65 | 65 | 0 | 0.73 | 0.73 | 0.05 | 0 | 0.86 | 0.6 |
| Hex | F1 | 41 | 41 | 0 | 49 | 49 | 5 | 0 | 56 | 3C |
| Octal | 361 | 101 | 101 | 0 | 111 | 111 | 5 | 0 | 126 | 74 |
| Binary | 11110001 | 1000001 | 1000001 | 0 | 1001001 | 1001001 | 101 | 0 | 1010110 | 111100 |
Color Harmonies of #F14141
Complementary color
Monochromatic Colors of #F14141
Black with #F14141
Text Example
Text Example
White with #F14141
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F14141; }
p { color: rgb(241,65,65); }
H1.HeaderClassName
{
color: #F14141;
}
.AnyTagClassName
{
color: #F14141;
}
</style>
background-color css
<style>
a { background-color: #F14141; }
a { background-color: rgb(241,65,65); }
div.DivClassName
{
background-color: #F14141;
}
.BgClassName
{
background-color: #F14141;
}
</style>
border-color css
<style>
span { border-color: #F14141; }
span { border-color: rgb(241,65,65); }
td.TdClassName
{
border-color: #F14141;
}
.TagClassName
{
border-color: #F14141;
}
</style>