Html Css Color HEX #F14146 Amaranth

📋 copy color: '#F14146'

red 241 ◦ green 65 ◦ blue 70

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

Shades of Amaranth #F14146

Tints of Amaranth #F14146

RGB

 RED value IS 241 (94.53% from 255) = 64.1%

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

 BLUE value IS 70 (27.73% from 255) = 18.62%

R = 64.1%
G = 17.29%
B = 18.62%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.71

 K value IS 0.05

RGB Variations

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

Color information

#F14146 (or 0xF14146) is known color: Amaranth. HEX triplet: F1, 41 and 46. RGB value is (241,65,70). Sum of RGB (Red+Green+Blue) = 241+65+70=376 (49% of max value = 765). Red value is 241 (94.53% from 255 or 64.10% from 376); Green value is 65 (25.78% from 255 or 17.29% from 376); Blue value is 70 (27.73% from 255 or 18.62% from 376); Max value from RGB is 241 - color contains mainly: red. Hex color #F14146 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F14146 is #0EBEB9. Grayscale: #767676. Windows color (decimal): -966330 or 4604401. OLE color: 4604401.

HSL color Cylindrical-coordinate representation of color #F14146: hue angle of 358.3º degrees, saturation: 0.86, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F14146 is Cyan = 0, Magento = 0.73, Yellow = 0.71 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 65 70 -
CMYK 0 0.73 0.71 0.05
HSL 358.3º 0.86% 0.6% -
HSV(B) 358.3º 0.73% 0.95% -
XYZ 39.27 22.92 8.15 -
YUV 118.19 100.81 215.59 -
System Red Green Blue C M Y K H S L
Decimal 241 65 70 0 0.73 0.71 0.05 358.3 0.86 0.6
Hex F1 41 46 0 49 47 5 166 56 3C
Octal 361 101 106 0 111 107 5 546 126 74
Binary 11110001 1000001 1000110 0 1001001 1000111 101 101100110 1010110 111100

Color Harmonies of #F14146

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F14146

Black with #F14146

Text Example


Text Example

White with #F14146

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F14146; }

 p { color: rgb(241,65,70); }

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

background-color css

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

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

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

border-color css

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

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

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