Html Css Color HEX #F14246 Amaranth

📋 copy color: '#F14246'

red 241 ◦ green 66 ◦ blue 70

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

Shades of Amaranth #F14246

Tints of Amaranth #F14246

RGB

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

 GREEN value IS 66 (26.17% from 255) = 17.51%

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

R = 63.93%
G = 17.51%
B = 18.57%

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

#F14246 (or 0xF14246) is known color: Amaranth. HEX triplet: F1, 42 and 46. RGB value is (241,66,70). Sum of RGB (Red+Green+Blue) = 241+66+70=377 (49% of max value = 765). Red value is 241 (94.53% from 255 or 63.93% from 377); Green value is 66 (26.17% from 255 or 17.51% from 377); Blue value is 70 (27.73% from 255 or 18.57% from 377); Max value from RGB is 241 - color contains mainly: red. Hex color #F14246 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F14246 is #0EBDB9. Grayscale: #767676. Windows color (decimal): -966074 or 4604657. OLE color: 4604657.

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

Color convert

RGB 241 66 70 -
CMYK 0 0.73 0.71 0.05
HSL 358.63º 0.86% 0.6% -
HSV(B) 358.63º 0.73% 0.95% -
XYZ 39.33 23.04 8.17 -
YUV 118.78 100.48 215.17 -
System Red Green Blue C M Y K H S L
Decimal 241 66 70 0 0.73 0.71 0.05 358.63 0.86 0.6
Hex F1 42 46 0 49 47 5 167 56 3C
Octal 361 102 106 0 111 107 5 547 126 74
Binary 11110001 1000010 1000110 0 1001001 1000111 101 101100111 1010110 111100

Color Harmonies of #F14246

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F14246

Black with #F14246

Text Example


Text Example

White with #F14246

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F14246; }

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

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

background-color css

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

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

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

border-color css

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

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

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