Html Css Color HEX #F14647 Amaranth

📋 copy color: '#F14647'

red 241 ◦ green 70 ◦ blue 71

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

Shades of Amaranth #F14647

Tints of Amaranth #F14647

RGB

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

 GREEN value IS 70 (27.73% from 255) = 18.32%

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

R = 63.09%
G = 18.32%
B = 18.59%

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

#F14647 (or 0xF14647) is known color: Amaranth. HEX triplet: F1, 46 and 47. RGB value is (241,70,71). Sum of RGB (Red+Green+Blue) = 241+70+71=382 (50% of max value = 765). Red value is 241 (94.53% from 255 or 63.09% from 382); Green value is 70 (27.73% from 255 or 18.32% from 382); Blue value is 71 (28.12% from 255 or 18.59% from 382); Max value from RGB is 241 - color contains mainly: red. Hex color #F14647 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F14647 is #0EB9B8. Grayscale: #797979. Windows color (decimal): -965049 or 4671217. OLE color: 4671217.

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

Color convert

RGB 241 70 71 -
CMYK 0 0.71 0.71 0.05
HSL 359.65º 0.86% 0.61% -
HSV(B) 359.65º 0.71% 0.95% -
XYZ 39.6 23.54 8.42 -
YUV 121.24 99.65 213.42 -
System Red Green Blue C M Y K H S L
Decimal 241 70 71 0 0.71 0.71 0.05 359.65 0.86 0.61
Hex F1 46 47 0 47 47 5 168 56 3D
Octal 361 106 107 0 107 107 5 550 126 75
Binary 11110001 1000110 1000111 0 1000111 1000111 101 101101000 1010110 111101

Color Harmonies of #F14647

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F14647

Black with #F14647

Text Example


Text Example

White with #F14647

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F14647; }

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

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

background-color css

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

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

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

border-color css

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

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

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