Html Css Color HEX #F24240 Coral Red

📋 copy color: '#F24240'

red 242 ◦ green 66 ◦ blue 64

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

Shades of Coral Red #F24240

Tints of Coral Red #F24240

RGB

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

 GREEN value IS 66 (26.17% from 255) = 17.74%

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

R = 65.05%
G = 17.74%
B = 17.2%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.74

 K value IS 0.05

RGB Variations

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

Color information

#F24240 (or 0xF24240) is known color: Coral Red. HEX triplet: F2, 42 and 40. RGB value is (242,66,64). Sum of RGB (Red+Green+Blue) = 242+66+64=372 (49% of max value = 765). Red value is 242 (94.92% from 255 or 65.05% from 372); Green value is 66 (26.17% from 255 or 17.74% from 372); Blue value is 64 (25.39% from 255 or 17.20% from 372); Max value from RGB is 242 - color contains mainly: red. Hex color #F24240 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F24240 is #0DBDBF. Grayscale: #767676. Windows color (decimal): -900544 or 4211442. OLE color: 4211442.

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

Color convert

RGB 242 66 64 -
CMYK 0 0.73 0.74 0.05
HSL 0.67º 0.87% 0.6% -
HSV(B) 0.67º 0.74% 0.95% -
XYZ 39.49 23.14 7.24 -
YUV 118.4 97.31 216.16 -
System Red Green Blue C M Y K H S L
Decimal 242 66 64 0 0.73 0.74 0.05 0.67 0.87 0.6
Hex F2 42 40 0 49 4A 5 1 57 3C
Octal 362 102 100 0 111 112 5 1 127 74
Binary 11110010 1000010 1000000 0 1001001 1001010 101 1 1010111 111100

Color Harmonies of #F24240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F24240

Black with #F24240

Text Example


Text Example

White with #F24240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F24240; }

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

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

background-color css

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

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

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

border-color css

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

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

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