#F8443F

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

Shades of Coral Red #F8443F

Tints of Coral Red #F8443F

Color information

#F8443F (or 0xF8443F) is unknown color: approx Coral Red. HEX triplet: F8, 44 and 3F. RGB value is (248,68,63). Sum of RGB (Red+Green+Blue) = 248+68+63=379 (50% of max value = 765). Red value is 248 (97.27% from 255 or 65.44% from 379); Green value is 68 (26.95% from 255 or 17.94% from 379); Blue value is 63 (25% from 255 or 16.62% from 379); Max value from RGB is 248 - color contains mainly: red. Hex color #F8443F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F8443F is #07BBC0. Grayscale: #797979. Windows color (decimal): -506817 or 4146424. OLE color: 4146424.

HSL color Cylindrical-coordinate representation of color #F8443F: hue angle of 1.62º degrees, saturation: 0.93, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #F8443F is Cyan = 0, Magento = 0.73, Yellow = 0.75 and Black (K on CMYK) = 0.03.

Color convert

RGB2486863-
CMYK00.730.750.03
HSL1.62º92.96%60.98%-
HSV(B)1.62º74.6%97.25%-
XYZ41.6824.457.23-
YUV121.2595.13218.41-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 65.44%
GREEN value IS 68 (26.95% from 255) = 17.94%
BLUE value IS 63 (25% from 255) = 16.62%
R=65.44%
G=17.94%
B=16.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.75
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal248686300.730.750.031.6292.9660.98
HexF8443F0494B325d3d
Octal3701047701111133213575
Binary11111000100010011111101001001100101111101011101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8443F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8443F; }

 p { color: rgb(248,68,63); }

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

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

 a { background-color: rgb(248,68,63); }

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

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

 span { border-color: rgb(248,68,63); }

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