Html Css Color HEX #F74240 Coral Red

📋 copy color: '#F74240'

red 247 ◦ green 66 ◦ blue 64

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

Shades of Coral Red #F74240

Tints of Coral Red #F74240

RGB

 RED value IS 247 (96.88% from 255) = 65.52%

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

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

R = 65.52%
G = 17.51%
B = 16.98%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.74

 K value IS 0.03

RGB Variations

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

Color information

#F74240 (or 0xF74240) is known color: Coral Red. HEX triplet: F7, 42 and 40. RGB value is (247,66,64). Sum of RGB (Red+Green+Blue) = 247+66+64=377 (49% of max value = 765). Red value is 247 (96.88% from 255 or 65.52% from 377); Green value is 66 (26.17% from 255 or 17.51% from 377); Blue value is 64 (25.39% from 255 or 16.98% from 377); Max value from RGB is 247 - color contains mainly: red. Hex color #F74240 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F74240 is #08BDBF. Grayscale: #787878. Windows color (decimal): -572864 or 4211447. OLE color: 4211447.

HSL color Cylindrical-coordinate representation of color #F74240: hue angle of 0.66º degrees, saturation: 0.92, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F74240 is Cyan = 0, Magento = 0.73, Yellow = 0.74 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 66 64 -
CMYK 0 0.73 0.74 0.03
HSL 0.66º 0.92% 0.61% -
HSV(B) 0.66º 0.74% 0.97% -
XYZ 41.23 24.04 7.32 -
YUV 119.89 96.47 218.66 -
System Red Green Blue C M Y K H S L
Decimal 247 66 64 0 0.73 0.74 0.03 0.66 0.92 0.61
Hex F7 42 40 0 49 4A 3 1 5C 3D
Octal 367 102 100 0 111 112 3 1 134 75
Binary 11110111 1000010 1000000 0 1001001 1001010 11 1 1011100 111101

Color Harmonies of #F74240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F74240

Black with #F74240

Text Example


Text Example

White with #F74240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F74240; }

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

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

background-color css

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

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

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

border-color css

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

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

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