Html Css Color HEX #F14047 Amaranth

📋 copy color: '#F14047'

red 241 ◦ green 64 ◦ blue 71

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

Shades of Amaranth #F14047

Tints of Amaranth #F14047

RGB

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

 GREEN value IS 64 (25.39% from 255) = 17.02%

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

R = 64.1%
G = 17.02%
B = 18.88%

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

#F14047 (or 0xF14047) is known color: Amaranth. HEX triplet: F1, 40 and 47. RGB value is (241,64,71). Sum of RGB (Red+Green+Blue) = 241+64+71=376 (49% of max value = 765). Red value is 241 (94.53% from 255 or 64.10% from 376); Green value is 64 (25.39% from 255 or 17.02% from 376); Blue value is 71 (28.12% from 255 or 18.88% from 376); Max value from RGB is 241 - color contains mainly: red. Hex color #F14047 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F14047 is #0EBFB8. Grayscale: #757575. Windows color (decimal): -966585 or 4669681. OLE color: 4669681.

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

Color convert

RGB 241 64 71 -
CMYK 0 0.73 0.71 0.05
HSL 357.63º 0.86% 0.6% -
HSV(B) 357.63º 0.73% 0.95% -
XYZ 39.25 22.82 8.3 -
YUV 117.72 101.64 215.93 -
System Red Green Blue C M Y K H S L
Decimal 241 64 71 0 0.73 0.71 0.05 357.63 0.86 0.6
Hex F1 40 47 0 49 47 5 166 56 3C
Octal 361 100 107 0 111 107 5 546 126 74
Binary 11110001 1000000 1000111 0 1001001 1000111 101 101100110 1010110 111100

Color Harmonies of #F14047

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F14047

Black with #F14047

Text Example


Text Example

White with #F14047

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F14047; }

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

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

background-color css

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

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

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

border-color css

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

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

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