#F74242

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

Shades of Coral Red #F74242

Tints of Coral Red #F74242

Color information

#F74242 (or 0xF74242) is unknown color: approx Coral Red. HEX triplet: F7, 42 and 42. RGB value is (247,66,66). Sum of RGB (Red+Green+Blue) = 247+66+66=379 (50% of max value = 765). Red value is 247 (96.88% from 255 or 65.17% from 379); Green value is 66 (26.17% from 255 or 17.41% from 379); Blue value is 66 (26.17% from 255 or 17.41% from 379); Max value from RGB is 247 - color contains mainly: red. Hex color #F74242 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F74242 is #08BDBD. Grayscale: #787878. Windows color (decimal): -572862 or 4342519. OLE color: 4342519.

HSL color Cylindrical-coordinate representation of color #F74242: hue angle of 0º 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 #F74242 is Cyan = 0, Magento = 0.73, Yellow = 0.73 and Black (K on CMYK) = 0.03.

Color convert

RGB2476666-
CMYK00.730.730.03
HSL91.88%61.37%-
HSV(B)73.28%96.86%-
XYZ41.2924.067.62-
YUV120.1297.47218.5-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 65.17%
GREEN value IS 66 (26.17% from 255) = 17.41%
BLUE value IS 66 (26.17% from 255) = 17.41%
R=65.17%
G=17.41%
B=17.41%

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
Decimal247666600.730.730.03091.8861.37
HexF7424204949305c3d
Octal36710210201111113013475
Binary11110111100001010000100100100110010011101011100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F74242

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F74242; }

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

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

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

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

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

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

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

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