Html Css Color HEX #F64241 Coral Red

📋 copy color: '#F64241'

red 246 ◦ green 66 ◦ blue 65

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

Shades of Coral Red #F64241

Tints of Coral Red #F64241

RGB

 RED value IS 246 (96.48% from 255) = 65.25%

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

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

R = 65.25%
G = 17.51%
B = 17.24%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.74

 K value IS 0.04

RGB Variations

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

Color information

#F64241 (or 0xF64241) is known color: Coral Red. HEX triplet: F6, 42 and 41. RGB value is (246,66,65). Sum of RGB (Red+Green+Blue) = 246+66+65=377 (49% of max value = 765). Red value is 246 (96.48% from 255 or 65.25% from 377); Green value is 66 (26.17% from 255 or 17.51% from 377); Blue value is 65 (25.78% from 255 or 17.24% from 377); Max value from RGB is 246 - color contains mainly: red. Hex color #F64241 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F64241 is #09BDBE. Grayscale: #777777. Windows color (decimal): -638399 or 4276982. OLE color: 4276982.

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

Color convert

RGB 246 66 65 -
CMYK 0 0.73 0.74 0.04
HSL 0.33º 0.91% 0.61% -
HSV(B) 0.33º 0.74% 0.96% -
XYZ 40.91 23.87 7.45 -
YUV 119.71 97.13 218.08 -
System Red Green Blue C M Y K H S L
Decimal 246 66 65 0 0.73 0.74 0.04 0.33 0.91 0.61
Hex F6 42 41 0 49 4A 4 0 5B 3D
Octal 366 102 101 0 111 112 4 0 133 75
Binary 11110110 1000010 1000001 0 1001001 1001010 100 0 1011011 111101

Color Harmonies of #F64241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F64241

Black with #F64241

Text Example


Text Example

White with #F64241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F64241; }

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

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

background-color css

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

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

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

border-color css

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

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

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