Html Css Color HEX #F24340 Coral Red

📋 copy color: '#F24340'

red 242 ◦ green 67 ◦ blue 64

#F24340
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Coral Red #F24340

Tints of Coral Red #F24340

RGB

 RED value IS 242 (94.92% from 255) = 64.88%

 GREEN value IS 67 (26.56% from 255) = 17.96%

 BLUE value IS 64 (25.39% from 255) = 17.16%

R = 64.88%
G = 17.96%
B = 17.16%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.74

 K value IS 0.05

RGB Variations

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

Color information

#F24340 (or 0xF24340) is known color: Coral Red. HEX triplet: F2, 43 and 40. RGB value is (242,67,64). Sum of RGB (Red+Green+Blue) = 242+67+64=373 (49% of max value = 765). Red value is 242 (94.92% from 255 or 64.88% from 373); Green value is 67 (26.56% from 255 or 17.96% from 373); Blue value is 64 (25.39% from 255 or 17.16% from 373); Max value from RGB is 242 - color contains mainly: red. Hex color #F24340 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F24340 is #0DBCBF. Grayscale: #777777. Windows color (decimal): -900288 or 4211698. OLE color: 4211698.

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

Color convert

RGB 242 67 64 -
CMYK 0 0.72 0.74 0.05
HSL 1.01º 0.87% 0.6% -
HSV(B) 1.01º 0.74% 0.95% -
XYZ 39.55 23.26 7.26 -
YUV 118.98 96.98 215.74 -
System Red Green Blue C M Y K H S L
Decimal 242 67 64 0 0.72 0.74 0.05 1.01 0.87 0.6
Hex F2 43 40 0 48 4A 5 1 57 3C
Octal 362 103 100 0 110 112 5 1 127 74
Binary 11110010 1000011 1000000 0 1001000 1001010 101 1 1010111 111100

Color Harmonies of #F24340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F24340

Black with #F24340

Text Example


Text Example

White with #F24340

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F24340; }

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

 H1.HeaderClassName
 {
   color: #F24340;
 }
 .AnyTagClassName
 {
   color: #F24340;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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