Html Css Color HEX #F84241 Coral Red

📋 copy color: '#F84241'

red 248 ◦ green 66 ◦ blue 65

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

Shades of Coral Red #F84241

Tints of Coral Red #F84241

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 17.15%

R = 65.44%
G = 17.41%
B = 17.15%

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

#F84241 (or 0xF84241) is known color: Coral Red. HEX triplet: F8, 42 and 41. RGB value is (248,66,65). Sum of RGB (Red+Green+Blue) = 248+66+65=379 (50% of max value = 765). Red value is 248 (97.27% from 255 or 65.44% from 379); Green value is 66 (26.17% from 255 or 17.41% from 379); Blue value is 65 (25.78% from 255 or 17.15% from 379); Max value from RGB is 248 - color contains mainly: red. Hex color #F84241 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F84241 is #07BDBE. Grayscale: #787878. Windows color (decimal): -507327 or 4276984. OLE color: 4276984.

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

Color convert

RGB 248 66 65 -
CMYK 0 0.73 0.74 0.03
HSL 0.33º 0.93% 0.61% -
HSV(B) 0.33º 0.74% 0.97% -
XYZ 41.61 24.23 7.49 -
YUV 120.3 96.8 219.08 -
System Red Green Blue C M Y K H S L
Decimal 248 66 65 0 0.73 0.74 0.03 0.33 0.93 0.61
Hex F8 42 41 0 49 4A 3 0 5D 3D
Octal 370 102 101 0 111 112 3 0 135 75
Binary 11111000 1000010 1000001 0 1001001 1001010 11 0 1011101 111101

Color Harmonies of #F84241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F84241

Black with #F84241

Text Example


Text Example

White with #F84241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F84241; }

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

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

background-color css

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

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

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

border-color css

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

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

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