Html Css Color HEX #F64141 Coral Red

📋 copy color: '#F64141'

red 246 ◦ green 65 ◦ blue 65

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

Shades of Coral Red #F64141

Tints of Coral Red #F64141

RGB

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

 GREEN value IS 65 (25.78% from 255) = 17.29%

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

R = 65.43%
G = 17.29%
B = 17.29%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.74

 K value IS 0.04

RGB Variations

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

Color information

#F64141 (or 0xF64141) is known color: Coral Red. HEX triplet: F6, 41 and 41. RGB value is (246,65,65). Sum of RGB (Red+Green+Blue) = 246+65+65=376 (49% of max value = 765). Red value is 246 (96.48% from 255 or 65.43% from 376); Green value is 65 (25.78% from 255 or 17.29% from 376); Blue value is 65 (25.78% from 255 or 17.29% from 376); Max value from RGB is 246 - color contains mainly: red. Hex color #F64141 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F64141 is #09BEBE. Grayscale: #777777. Windows color (decimal): -638655 or 4276726. OLE color: 4276726.

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

Color convert

RGB 246 65 65 -
CMYK 0 0.74 0.74 0.04
HSL 0.91% 0.61% -
HSV(B) 0.74% 0.96% -
XYZ 40.85 23.76 7.43 -
YUV 119.12 97.47 218.5 -
System Red Green Blue C M Y K H S L
Decimal 246 65 65 0 0.74 0.74 0.04 0 0.91 0.61
Hex F6 41 41 0 4A 4A 4 0 5B 3D
Octal 366 101 101 0 112 112 4 0 133 75
Binary 11110110 1000001 1000001 0 1001010 1001010 100 0 1011011 111101

Color Harmonies of #F64141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F64141

Black with #F64141

Text Example


Text Example

White with #F64141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F64141; }

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

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

background-color css

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

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

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

border-color css

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

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

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