#F1443F

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

Shades of Coral Red #F1443F

Tints of Coral Red #F1443F

Color information

#F1443F (or 0xF1443F) is unknown color: approx Coral Red. HEX triplet: F1, 44 and 3F. RGB value is (241,68,63). Sum of RGB (Red+Green+Blue) = 241+68+63=372 (49% of max value = 765). Red value is 241 (94.53% from 255 or 64.78% from 372); Green value is 68 (26.95% from 255 or 18.28% from 372); Blue value is 63 (25% from 255 or 16.94% from 372); Max value from RGB is 241 - color contains mainly: red. Hex color #F1443F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F1443F is #0EBBC0. Grayscale: #777777. Windows color (decimal): -965569 or 4146417. OLE color: 4146417.

HSL color Cylindrical-coordinate representation of color #F1443F: hue angle of 1.69º degrees, saturation: 0.86, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F1443F is Cyan = 0, Magento = 0.72, Yellow = 0.74 and Black (K on CMYK) = 0.05.

Color convert

RGB2416863-
CMYK00.720.740.05
HSL1.69º86.41%59.61%-
HSV(B)1.69º73.86%94.51%-
XYZ39.2423.197.11-
YUV119.1696.31214.91-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 64.78%
GREEN value IS 68 (26.95% from 255) = 18.28%
BLUE value IS 63 (25% from 255) = 16.94%
R=64.78%
G=18.28%
B=16.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.74
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal241686300.720.740.051.6986.4159.61
HexF1443F0484A52563c
Octal3611047701101125212674
Binary111100011000100111111010010001001010101101010110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1443F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1443F; }

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

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

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

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

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

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

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

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