Html Css Color HEX #F84240 Coral Red

📋 copy color: '#F84240'

red 248 ◦ green 66 ◦ blue 64

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

Shades of Coral Red #F84240

Tints of Coral Red #F84240

RGB

 RED value IS 248 (97.27% from 255) = 65.61%

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

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

R = 65.61%
G = 17.46%
B = 16.93%

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

#F84240 (or 0xF84240) is known color: Coral Red. HEX triplet: F8, 42 and 40. RGB value is (248,66,64). Sum of RGB (Red+Green+Blue) = 248+66+64=378 (50% of max value = 765). Red value is 248 (97.27% from 255 or 65.61% from 378); Green value is 66 (26.17% from 255 or 17.46% from 378); Blue value is 64 (25.39% from 255 or 16.93% from 378); Max value from RGB is 248 - color contains mainly: red. Hex color #F84240 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F84240 is #07BDBF. Grayscale: #787878. Windows color (decimal): -507328 or 4211448. OLE color: 4211448.

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

Color convert

RGB 248 66 64 -
CMYK 0 0.73 0.74 0.03
HSL 0.65º 0.93% 0.61% -
HSV(B) 0.65º 0.74% 0.97% -
XYZ 41.59 24.22 7.33 -
YUV 120.19 96.3 219.16 -
System Red Green Blue C M Y K H S L
Decimal 248 66 64 0 0.73 0.74 0.03 0.65 0.93 0.61
Hex F8 42 40 0 49 4A 3 1 5D 3D
Octal 370 102 100 0 111 112 3 1 135 75
Binary 11111000 1000010 1000000 0 1001001 1001010 11 1 1011101 111101

Color Harmonies of #F84240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F84240

Black with #F84240

Text Example


Text Example

White with #F84240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F84240; }

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

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

background-color css

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

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

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

border-color css

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

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

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