Html Css Color HEX #F24040 Coral Red

📋 copy color: '#F24040'

red 242 ◦ green 64 ◦ blue 64

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

Shades of Coral Red #F24040

Tints of Coral Red #F24040

RGB

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

 GREEN value IS 64 (25.39% from 255) = 17.3%

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

R = 65.41%
G = 17.3%
B = 17.3%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.74

 K value IS 0.05

RGB Variations

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

Color information

#F24040 (or 0xF24040) is known color: Coral Red. HEX triplet: F2, 40 and 40. RGB value is (242,64,64). Sum of RGB (Red+Green+Blue) = 242+64+64=370 (49% of max value = 765). Red value is 242 (94.92% from 255 or 65.41% from 370); Green value is 64 (25.39% from 255 or 17.30% from 370); Blue value is 64 (25.39% from 255 or 17.30% from 370); Max value from RGB is 242 - color contains mainly: red. Hex color #F24040 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F24040 is #0DBFBF. Grayscale: #757575. Windows color (decimal): -901056 or 4210930. OLE color: 4210930.

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

Color convert

RGB 242 64 64 -
CMYK 0 0.74 0.74 0.05
HSL 0.87% 0.6% -
HSV(B) 0.74% 0.95% -
XYZ 39.38 22.91 7.2 -
YUV 117.22 97.97 217 -
System Red Green Blue C M Y K H S L
Decimal 242 64 64 0 0.74 0.74 0.05 0 0.87 0.6
Hex F2 40 40 0 4A 4A 5 0 57 3C
Octal 362 100 100 0 112 112 5 0 127 74
Binary 11110010 1000000 1000000 0 1001010 1001010 101 0 1010111 111100

Color Harmonies of #F24040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F24040

Black with #F24040

Text Example


Text Example

White with #F24040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F24040; }

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

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

background-color css

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

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

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

border-color css

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

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

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