Html Css Color HEX #F14547 Amaranth

📋 copy color: '#F14547'

red 241 ◦ green 69 ◦ blue 71

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

Shades of Amaranth #F14547

Tints of Amaranth #F14547

RGB

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

 GREEN value IS 69 (27.34% from 255) = 18.11%

 BLUE value IS 71 (28.13% from 255) = 18.64%

R = 63.25%
G = 18.11%
B = 18.64%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.71

 K value IS 0.05

RGB Variations

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

Color information

#F14547 (or 0xF14547) is known color: Amaranth. HEX triplet: F1, 45 and 47. RGB value is (241,69,71). Sum of RGB (Red+Green+Blue) = 241+69+71=381 (50% of max value = 765). Red value is 241 (94.53% from 255 or 63.25% from 381); Green value is 69 (27.34% from 255 or 18.11% from 381); Blue value is 71 (28.12% from 255 or 18.64% from 381); Max value from RGB is 241 - color contains mainly: red. Hex color #F14547 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F14547 is #0EBAB8. Grayscale: #787878. Windows color (decimal): -965305 or 4670961. OLE color: 4670961.

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

Color convert

RGB 241 69 71 -
CMYK 0 0.71 0.71 0.05
HSL 359.3º 0.86% 0.61% -
HSV(B) 359.3º 0.71% 0.95% -
XYZ 39.54 23.41 8.4 -
YUV 120.66 99.98 213.84 -
System Red Green Blue C M Y K H S L
Decimal 241 69 71 0 0.71 0.71 0.05 359.3 0.86 0.61
Hex F1 45 47 0 47 47 5 167 56 3D
Octal 361 105 107 0 107 107 5 547 126 75
Binary 11110001 1000101 1000111 0 1000111 1000111 101 101100111 1010110 111101

Color Harmonies of #F14547

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F14547

Black with #F14547

Text Example


Text Example

White with #F14547

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F14547; }

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

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

background-color css

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

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

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

border-color css

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

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

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