Shades of Coral Red #F04545
Tints of Coral Red #F04545
RGB
CMYK
RGB Variations
Color information
#F04545 (or 0xF04545) is known color: Coral Red. HEX triplet: F0, 45 and 45. RGB value is (240,69,69). Sum of RGB (Red+Green+Blue) = 240+69+69=378 (50% of max value = 765). Red value is 240 (94.14% from 255 or 63.49% from 378); Green value is 69 (27.34% from 255 or 18.25% from 378); Blue value is 69 (27.34% from 255 or 18.25% from 378); Max value from RGB is 240 - color contains mainly: red. Hex color #F04545 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F04545 is #0FBABA. Grayscale: #787878. Windows color (decimal): -1030843 or 4539888. OLE color: 4539888.
HSL color Cylindrical-coordinate representation of color #F04545: hue angle of 0º degrees, saturation: 0.85, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #F04545 is Cyan = 0, Magento = 0.71, Yellow = 0.71 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 69 | 69 | - |
| CMYK | 0 | 0.71 | 0.71 | 0.06 |
| HSL | 0º | 0.85% | 0.61% | - |
| HSV(B) | 0º | 0.71% | 0.94% | - |
| XYZ | 39.14 | 23.21 | 8.05 | - |
| YUV | 120.13 | 99.15 | 213.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 69 | 69 | 0 | 0.71 | 0.71 | 0.06 | 0 | 0.85 | 0.61 |
| Hex | F0 | 45 | 45 | 0 | 47 | 47 | 6 | 0 | 55 | 3D |
| Octal | 360 | 105 | 105 | 0 | 107 | 107 | 6 | 0 | 125 | 75 |
| Binary | 11110000 | 1000101 | 1000101 | 0 | 1000111 | 1000111 | 110 | 0 | 1010101 | 111101 |
Color Harmonies of #F04545
Complementary color
Monochromatic Colors of #F04545
Black with #F04545
Text Example
Text Example
White with #F04545
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F04545; }
p { color: rgb(240,69,69); }
H1.HeaderClassName
{
color: #F04545;
}
.AnyTagClassName
{
color: #F04545;
}
</style>
background-color css
<style>
a { background-color: #F04545; }
a { background-color: rgb(240,69,69); }
div.DivClassName
{
background-color: #F04545;
}
.BgClassName
{
background-color: #F04545;
}
</style>
border-color css
<style>
span { border-color: #F04545; }
span { border-color: rgb(240,69,69); }
td.TdClassName
{
border-color: #F04545;
}
.TagClassName
{
border-color: #F04545;
}
</style>