Html Css Color HEX #F14145 Amaranth

📋 copy color: '#F14145'

red 241 ◦ green 65 ◦ blue 69

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

Shades of Amaranth #F14145

Tints of Amaranth #F14145

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 18.4%

R = 64.27%
G = 17.33%
B = 18.4%

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

#F14145 (or 0xF14145) is known color: Amaranth. HEX triplet: F1, 41 and 45. RGB value is (241,65,69). Sum of RGB (Red+Green+Blue) = 241+65+69=375 (49% of max value = 765). Red value is 241 (94.53% from 255 or 64.27% from 375); Green value is 65 (25.78% from 255 or 17.33% from 375); Blue value is 69 (27.34% from 255 or 18.4% from 375); Max value from RGB is 241 - color contains mainly: red. Hex color #F14145 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F14145 is #0EBEBA. Grayscale: #767676. Windows color (decimal): -966331 or 4538865. OLE color: 4538865.

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

Color convert

RGB 241 65 69 -
CMYK 0 0.73 0.71 0.05
HSL 358.64º 0.86% 0.6% -
HSV(B) 358.64º 0.73% 0.95% -
XYZ 39.24 22.91 7.98 -
YUV 118.08 100.31 215.67 -
System Red Green Blue C M Y K H S L
Decimal 241 65 69 0 0.73 0.71 0.05 358.64 0.86 0.6
Hex F1 41 45 0 49 47 5 167 56 3C
Octal 361 101 105 0 111 107 5 547 126 74
Binary 11110001 1000001 1000101 0 1001001 1000111 101 101100111 1010110 111100

Color Harmonies of #F14145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F14145

Black with #F14145

Text Example


Text Example

White with #F14145

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F14145; }

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

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

background-color css

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

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

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

border-color css

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

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

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