#F6403F

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

Shades of Coral Red #F6403F

Tints of Coral Red #F6403F

Color information

#F6403F (or 0xF6403F) is unknown color: approx Coral Red. HEX triplet: F6, 40 and 3F. RGB value is (246,64,63). Sum of RGB (Red+Green+Blue) = 246+64+63=373 (49% of max value = 765). Red value is 246 (96.48% from 255 or 65.95% from 373); Green value is 64 (25.39% from 255 or 17.16% from 373); Blue value is 63 (25% from 255 or 16.89% from 373); Max value from RGB is 246 - color contains mainly: red. Hex color #F6403F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F6403F is #09BFC0. Grayscale: #767676. Windows color (decimal): -638913 or 4145398. OLE color: 4145398.

HSL color Cylindrical-coordinate representation of color #F6403F: hue angle of 0.33º degrees, saturation: 0.91, 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 #F6403F is Cyan = 0, Magento = 0.74, Yellow = 0.74 and Black (K on CMYK) = 0.04.

Color convert

RGB2466463-
CMYK00.740.740.04
HSL0.33º91.04%60.59%-
HSV(B)0.33º74.39%96.47%-
XYZ40.7423.627.11-
YUV118.396.8219.08-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 65.95%
GREEN value IS 64 (25.39% from 255) = 17.16%
BLUE value IS 63 (25% from 255) = 16.89%
R=65.95%
G=17.16%
B=16.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.74
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal246646300.740.740.040.3391.0460.59
HexF6403F04A4A405b3d
Octal3661007701121124013375
Binary11110110100000011111101001010100101010001011011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6403F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6403F; }

 p { color: rgb(246,64,63); }

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

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

 a { background-color: rgb(246,64,63); }

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

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

 span { border-color: rgb(246,64,63); }

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