Html Css Color HEX #F24140 Coral Red

📋 copy color: '#F24140'

red 242 ◦ green 65 ◦ blue 64

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

Shades of Coral Red #F24140

Tints of Coral Red #F24140

RGB

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

 GREEN value IS 65 (25.78% from 255) = 17.52%

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

R = 65.23%
G = 17.52%
B = 17.25%

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

#F24140 (or 0xF24140) is known color: Coral Red. HEX triplet: F2, 41 and 40. RGB value is (242,65,64). Sum of RGB (Red+Green+Blue) = 242+65+64=371 (49% of max value = 765). Red value is 242 (94.92% from 255 or 65.23% from 371); Green value is 65 (25.78% from 255 or 17.52% from 371); Blue value is 64 (25.39% from 255 or 17.25% from 371); Max value from RGB is 242 - color contains mainly: red. Hex color #F24140 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F24140 is #0DBEBF. Grayscale: #757575. Windows color (decimal): -900800 or 4211186. OLE color: 4211186.

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

Color convert

RGB 242 65 64 -
CMYK 0 0.73 0.74 0.05
HSL 0.34º 0.87% 0.6% -
HSV(B) 0.34º 0.74% 0.95% -
XYZ 39.43 23.03 7.22 -
YUV 117.81 97.64 216.58 -
System Red Green Blue C M Y K H S L
Decimal 242 65 64 0 0.73 0.74 0.05 0.34 0.87 0.6
Hex F2 41 40 0 49 4A 5 0 57 3C
Octal 362 101 100 0 111 112 5 0 127 74
Binary 11110010 1000001 1000000 0 1001001 1001010 101 0 1010111 111100

Color Harmonies of #F24140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F24140

Black with #F24140

Text Example


Text Example

White with #F24140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F24140; }

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

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

background-color css

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

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

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

border-color css

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

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

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