#F54440

Color #F54440 Coral Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Coral Red #F54440

Tints of Coral Red #F54440

Color information

#F54440 (or 0xF54440) is unknown color: approx Coral Red. HEX triplet: F5, 44 and 40. RGB value is (245,68,64). Sum of RGB (Red+Green+Blue) = 245+68+64=377 (49% of max value = 765). Red value is 245 (96.09% from 255 or 64.99% from 377); Green value is 68 (26.95% from 255 or 18.04% from 377); Blue value is 64 (25.39% from 255 or 16.98% from 377); Max value from RGB is 245 - color contains mainly: red. Hex color #F54440 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F54440 is #0ABBBF. Grayscale: #787878. Windows color (decimal): -703424 or 4211957. OLE color: 4211957.

HSL color Cylindrical-coordinate representation of color #F54440: hue angle of 1.33º degrees, saturation: 0.9, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F54440 is Cyan = 0, Magento = 0.72, Yellow = 0.74 and Black (K on CMYK) = 0.04.

Color convert

RGB2456864-
CMYK00.720.740.04
HSL1.33º90.05%60.59%-
HSV(B)1.33º73.88%96.08%-
XYZ40.6523.927.32-
YUV120.4796.14216.83-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 245 (96.09% from 255) = 64.99%
GREEN value IS 68 (26.95% from 255) = 18.04%
BLUE value IS 64 (25.39% from 255) = 16.98%
R=64.99%
G=18.04%
B=16.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.74
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal245686400.720.740.041.3390.0560.59
HexF544400484A415a3d
Octal36510410001101124113275
Binary111101011000100100000001001000100101010011011010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F54440

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F54440; }

 p { color: rgb(245,68,64); }

 H1.HeaderClassName
 {
   color: #F54440;
 }
 .AnyTagClassName
 {
   color: #F54440;
 }
</style>
background-color css

<style>
 a { background-color: #F54440; }

 a { background-color: rgb(245,68,64); }

 div.DivClassName
 {
   background-color: #F54440;
 }
 .BgClassName
 {
   background-color: #F54440;
 }
</style>
border-color css

<style>
 span { border-color: #F54440; }

 span { border-color: rgb(245,68,64); }

 td.TdClassName
 {
   border-color: #F54440;
 }
 .TagClassName
 {
   border-color: #F54440;
 }
</style>