Shades of Coral Red #F3413C
Tints of Coral Red #F3413C
RGB
CMYK
RGB Variations
Color information
#F3413C (or 0xF3413C) is known color: Coral Red. HEX triplet: F3, 41 and 3C. RGB value is (243,65,60). Sum of RGB (Red+Green+Blue) = 243+65+60=368 (48% of max value = 765). Red value is 243 (95.31% from 255 or 66.03% from 368); Green value is 65 (25.78% from 255 or 17.66% from 368); Blue value is 60 (23.83% from 255 or 16.30% from 368); Max value from RGB is 243 - color contains mainly: red. Hex color #F3413C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F3413C is #0CBEC3. Grayscale: #757575. Windows color (decimal): -835268 or 3949043. OLE color: 3949043.
HSL color Cylindrical-coordinate representation of color #F3413C: hue angle of 1.64º degrees, saturation: 0.88, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #F3413C is Cyan = 0, Magento = 0.73, Yellow = 0.75 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 65 | 60 | - |
| CMYK | 0 | 0.73 | 0.75 | 0.05 |
| HSL | 1.64º | 0.88% | 0.59% | - |
| HSV(B) | 1.64º | 0.75% | 0.95% | - |
| XYZ | 39.67 | 23.16 | 6.65 | - |
| YUV | 117.65 | 95.47 | 217.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 65 | 60 | 0 | 0.73 | 0.75 | 0.05 | 1.64 | 0.88 | 0.59 |
| Hex | F3 | 41 | 3C | 0 | 49 | 4B | 5 | 2 | 58 | 3B |
| Octal | 363 | 101 | 74 | 0 | 111 | 113 | 5 | 2 | 130 | 73 |
| Binary | 11110011 | 1000001 | 111100 | 0 | 1001001 | 1001011 | 101 | 10 | 1011000 | 111011 |
Color Harmonies of #F3413C
Complementary color
Monochromatic Colors of #F3413C
Black with #F3413C
Text Example
Text Example
White with #F3413C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3413C; }
p { color: rgb(243,65,60); }
H1.HeaderClassName
{
color: #F3413C;
}
.AnyTagClassName
{
color: #F3413C;
}
</style>
background-color css
<style>
a { background-color: #F3413C; }
a { background-color: rgb(243,65,60); }
div.DivClassName
{
background-color: #F3413C;
}
.BgClassName
{
background-color: #F3413C;
}
</style>
border-color css
<style>
span { border-color: #F3413C; }
span { border-color: rgb(243,65,60); }
td.TdClassName
{
border-color: #F3413C;
}
.TagClassName
{
border-color: #F3413C;
}
</style>