#F74342

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

Shades of Coral Red #F74342

Tints of Coral Red #F74342

Color information

#F74342 (or 0xF74342) is unknown color: approx Coral Red. HEX triplet: F7, 43 and 42. RGB value is (247,67,66). Sum of RGB (Red+Green+Blue) = 247+67+66=380 (50% of max value = 765). Red value is 247 (96.88% from 255 or 65% from 380); Green value is 67 (26.56% from 255 or 17.63% from 380); Blue value is 66 (26.17% from 255 or 17.37% from 380); Max value from RGB is 247 - color contains mainly: red. Hex color #F74342 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F74342 is #08BCBD. Grayscale: #787878. Windows color (decimal): -572606 or 4342775. OLE color: 4342775.

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

Color convert

RGB2476766-
CMYK00.730.730.03
HSL0.33º91.88%61.37%-
HSV(B)0.33º73.28%96.86%-
XYZ41.3524.187.64-
YUV120.7197.13218.08-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 65%
GREEN value IS 67 (26.56% from 255) = 17.63%
BLUE value IS 66 (26.17% from 255) = 17.37%
R=65%
G=17.63%
B=17.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.73
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal247676600.730.730.030.3391.8861.37
HexF7434204949305c3d
Octal36710310201111113013475
Binary11110111100001110000100100100110010011101011100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F74342

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F74342; }

 p { color: rgb(247,67,66); }

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

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

 a { background-color: rgb(247,67,66); }

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

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

 span { border-color: rgb(247,67,66); }

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