Html Css Color HEX #F14144 Amaranth

📋 copy color: '#F14144'

red 241 ◦ green 65 ◦ blue 68

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

Shades of Amaranth #F14144

Tints of Amaranth #F14144

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 18.18%

R = 64.44%
G = 17.38%
B = 18.18%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.72

 K value IS 0.05

RGB Variations

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

Color information

#F14144 (or 0xF14144) is known color: Amaranth. HEX triplet: F1, 41 and 44. RGB value is (241,65,68). Sum of RGB (Red+Green+Blue) = 241+65+68=374 (49% of max value = 765). Red value is 241 (94.53% from 255 or 64.44% from 374); Green value is 65 (25.78% from 255 or 17.38% from 374); Blue value is 68 (26.95% from 255 or 18.18% from 374); Max value from RGB is 241 - color contains mainly: red. Hex color #F14144 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F14144 is #0EBEBB. Grayscale: #767676. Windows color (decimal): -966332 or 4473329. OLE color: 4473329.

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

Color convert

RGB 241 65 68 -
CMYK 0 0.73 0.72 0.05
HSL 358.98º 0.86% 0.6% -
HSV(B) 358.98º 0.73% 0.95% -
XYZ 39.21 22.9 7.82 -
YUV 117.97 99.81 215.76 -
System Red Green Blue C M Y K H S L
Decimal 241 65 68 0 0.73 0.72 0.05 358.98 0.86 0.6
Hex F1 41 44 0 49 48 5 167 56 3C
Octal 361 101 104 0 111 110 5 547 126 74
Binary 11110001 1000001 1000100 0 1001001 1001000 101 101100111 1010110 111100

Color Harmonies of #F14144

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F14144

Black with #F14144

Text Example


Text Example

White with #F14144

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F14144; }

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

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

background-color css

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

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

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

border-color css

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

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

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