#F24540

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

Shades of Coral Red #F24540

Tints of Coral Red #F24540

Color information

#F24540 (or 0xF24540) is unknown color: approx Coral Red. HEX triplet: F2, 45 and 40. RGB value is (242,69,64). Sum of RGB (Red+Green+Blue) = 242+69+64=375 (49% of max value = 765). Red value is 242 (94.92% from 255 or 64.53% from 375); Green value is 69 (27.34% from 255 or 18.4% from 375); Blue value is 64 (25.39% from 255 or 17.07% from 375); Max value from RGB is 242 - color contains mainly: red. Hex color #F24540 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F24540 is #0DBABF. Grayscale: #787878. Windows color (decimal): -899776 or 4212210. OLE color: 4212210.

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

Color convert

RGB2426964-
CMYK00.710.740.05
HSL1.69º87.25%60%-
HSV(B)1.69º73.55%94.9%-
XYZ39.6723.57.3-
YUV120.1696.31214.91-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 64.53%
GREEN value IS 69 (27.34% from 255) = 18.4%
BLUE value IS 64 (25.39% from 255) = 17.07%
R=64.53%
G=18.4%
B=17.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.74
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal242696400.710.740.051.6987.2560
HexF245400474A52573c
Octal36210510001071125212774
Binary1111001010001011000000010001111001010101101010111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F24540

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F24540; }

 p { color: rgb(242,69,64); }

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

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

 a { background-color: rgb(242,69,64); }

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

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

 span { border-color: rgb(242,69,64); }

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