#F0403E

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

Shades of Coral Red #F0403E

Tints of Coral Red #F0403E

Color information

#F0403E (or 0xF0403E) is unknown color: approx Coral Red. HEX triplet: F0, 40 and 3E. RGB value is (240,64,62). Sum of RGB (Red+Green+Blue) = 240+64+62=366 (48% of max value = 765). Red value is 240 (94.14% from 255 or 65.57% from 366); Green value is 64 (25.39% from 255 or 17.49% from 366); Blue value is 62 (24.61% from 255 or 16.94% from 366); Max value from RGB is 240 - color contains mainly: red. Hex color #F0403E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F0403E is #0FBFC1. Grayscale: #747474. Windows color (decimal): -1032130 or 4079856. OLE color: 4079856.

HSL color Cylindrical-coordinate representation of color #F0403E: hue angle of 0.67º degrees, saturation: 0.86, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F0403E is Cyan = 0, Magento = 0.73, Yellow = 0.74 and Black (K on CMYK) = 0.06.

Color convert

RGB2406462-
CMYK00.730.740.06
HSL0.67º85.58%59.22%-
HSV(B)0.67º74.17%94.12%-
XYZ38.6422.546.87-
YUV116.497.31216.16-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 65.57%
GREEN value IS 64 (25.39% from 255) = 17.49%
BLUE value IS 62 (24.61% from 255) = 16.94%
R=65.57%
G=17.49%
B=16.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.74
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal240646200.730.740.060.6785.5859.22
HexF0403E0494A61563b
Octal3601007601111126112673
Binary11110000100000011111001001001100101011011010110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0403E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0403E; }

 p { color: rgb(240,64,62); }

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

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

 a { background-color: rgb(240,64,62); }

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

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

 span { border-color: rgb(240,64,62); }

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