#F44442

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

Shades of Coral Red #F44442

Tints of Coral Red #F44442

Color information

#F44442 (or 0xF44442) is unknown color: approx Coral Red. HEX triplet: F4, 44 and 42. RGB value is (244,68,66). Sum of RGB (Red+Green+Blue) = 244+68+66=378 (50% of max value = 765). Red value is 244 (95.70% from 255 or 64.55% from 378); Green value is 68 (26.95% from 255 or 17.99% from 378); Blue value is 66 (26.17% from 255 or 17.46% from 378); Max value from RGB is 244 - color contains mainly: red. Hex color #F44442 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F44442 is #0BBBBD. Grayscale: #787878. Windows color (decimal): -768958 or 4343028. OLE color: 4343028.

HSL color Cylindrical-coordinate representation of color #F44442: hue angle of 0.67º degrees, saturation: 0.89, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F44442 is Cyan = 0, Magento = 0.72, Yellow = 0.73 and Black (K on CMYK) = 0.04.

Color convert

RGB2446866-
CMYK00.720.730.04
HSL0.67º89%60.78%-
HSV(B)0.67º72.95%95.69%-
XYZ40.3623.767.61-
YUV120.497.31216.16-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 64.55%
GREEN value IS 68 (26.95% from 255) = 17.99%
BLUE value IS 66 (26.17% from 255) = 17.46%
R=64.55%
G=17.99%
B=17.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.73
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal244686600.720.730.040.678960.78
HexF444420484941593d
Octal36410410201101114113175
Binary111101001000100100001001001000100100110011011001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F44442

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F44442; }

 p { color: rgb(244,68,66); }

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

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

 a { background-color: rgb(244,68,66); }

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

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

 span { border-color: rgb(244,68,66); }

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