#F2443F

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

Shades of Coral Red #F2443F

Tints of Coral Red #F2443F

Color information

#F2443F (or 0xF2443F) is unknown color: approx Coral Red. HEX triplet: F2, 44 and 3F. RGB value is (242,68,63). Sum of RGB (Red+Green+Blue) = 242+68+63=373 (49% of max value = 765). Red value is 242 (94.92% from 255 or 64.88% from 373); Green value is 68 (26.95% from 255 or 18.23% from 373); Blue value is 63 (25% from 255 or 16.89% from 373); Max value from RGB is 242 - color contains mainly: red. Hex color #F2443F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F2443F is #0DBBC0. Grayscale: #777777. Windows color (decimal): -900033 or 4146418. OLE color: 4146418.

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

Color convert

RGB2426863-
CMYK00.720.740.05
HSL1.68º87.32%59.8%-
HSV(B)1.68º73.97%94.9%-
XYZ39.5823.377.13-
YUV119.4696.15215.41-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 64.88%
GREEN value IS 68 (26.95% from 255) = 18.23%
BLUE value IS 63 (25% from 255) = 16.89%
R=64.88%
G=18.23%
B=16.89%

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
Decimal242686300.720.740.051.6887.3259.8
HexF2443F0484A52573c
Octal3621047701101125212774
Binary111100101000100111111010010001001010101101010111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2443F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2443F; }

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

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

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

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

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

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

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

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