Html Css Color HEX #F14446 Amaranth

📋 copy color: '#F14446'

red 241 ◦ green 68 ◦ blue 70

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

Shades of Amaranth #F14446

Tints of Amaranth #F14446

RGB

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

 GREEN value IS 68 (26.95% from 255) = 17.94%

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

R = 63.59%
G = 17.94%
B = 18.47%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.71

 K value IS 0.05

RGB Variations

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

Color information

#F14446 (or 0xF14446) is known color: Amaranth. HEX triplet: F1, 44 and 46. RGB value is (241,68,70). Sum of RGB (Red+Green+Blue) = 241+68+70=379 (50% of max value = 765). Red value is 241 (94.53% from 255 or 63.59% from 379); Green value is 68 (26.95% from 255 or 17.94% from 379); Blue value is 70 (27.73% from 255 or 18.47% from 379); Max value from RGB is 241 - color contains mainly: red. Hex color #F14446 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F14446 is #0EBBB9. Grayscale: #787878. Windows color (decimal): -965562 or 4605169. OLE color: 4605169.

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

Color convert

RGB 241 68 70 -
CMYK 0 0.72 0.71 0.05
HSL 359.31º 0.86% 0.61% -
HSV(B) 359.31º 0.72% 0.95% -
XYZ 39.45 23.28 8.21 -
YUV 119.96 99.81 214.34 -
System Red Green Blue C M Y K H S L
Decimal 241 68 70 0 0.72 0.71 0.05 359.31 0.86 0.61
Hex F1 44 46 0 48 47 5 167 56 3D
Octal 361 104 106 0 110 107 5 547 126 75
Binary 11110001 1000100 1000110 0 1001000 1000111 101 101100111 1010110 111101

Color Harmonies of #F14446

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F14446

Black with #F14446

Text Example


Text Example

White with #F14446

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F14446; }

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

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

background-color css

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

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

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

border-color css

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

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

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