Html Css Color HEX #F04340 Coral Red

📋 copy color: '#F04340'

red 240 ◦ green 67 ◦ blue 64

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

Shades of Coral Red #F04340

Tints of Coral Red #F04340

RGB

 RED value IS 240 (94.14% from 255) = 64.69%

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

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

R = 64.69%
G = 18.06%
B = 17.25%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.73

 K value IS 0.06

RGB Variations

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

Color information

#F04340 (or 0xF04340) is known color: Coral Red. HEX triplet: F0, 43 and 40. RGB value is (240,67,64). Sum of RGB (Red+Green+Blue) = 240+67+64=371 (49% of max value = 765). Red value is 240 (94.14% from 255 or 64.69% from 371); Green value is 67 (26.56% from 255 or 18.06% from 371); Blue value is 64 (25.39% from 255 or 17.25% from 371); Max value from RGB is 240 - color contains mainly: red. Hex color #F04340 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F04340 is #0FBCBF. Grayscale: #767676. Windows color (decimal): -1031360 or 4211696. OLE color: 4211696.

HSL color Cylindrical-coordinate representation of color #F04340: hue angle of 1.02º degrees, saturation: 0.85, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F04340 is Cyan = 0, Magento = 0.72, Yellow = 0.73 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 67 64 -
CMYK 0 0.72 0.73 0.06
HSL 1.02º 0.85% 0.6% -
HSV(B) 1.02º 0.73% 0.94% -
XYZ 38.87 22.91 7.22 -
YUV 118.39 97.31 214.74 -
System Red Green Blue C M Y K H S L
Decimal 240 67 64 0 0.72 0.73 0.06 1.02 0.85 0.6
Hex F0 43 40 0 48 49 6 1 55 3C
Octal 360 103 100 0 110 111 6 1 125 74
Binary 11110000 1000011 1000000 0 1001000 1001001 110 1 1010101 111100

Color Harmonies of #F04340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F04340

Black with #F04340

Text Example


Text Example

White with #F04340

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F04340; }

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

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

background-color css

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

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

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

border-color css

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

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

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