Html Css Color HEX #F14247 Amaranth

📋 copy color: '#F14247'

red 241 ◦ green 66 ◦ blue 71

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

Shades of Amaranth #F14247

Tints of Amaranth #F14247

RGB

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

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

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

R = 63.76%
G = 17.46%
B = 18.78%

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

#F14247 (or 0xF14247) is known color: Amaranth. HEX triplet: F1, 42 and 47. RGB value is (241,66,71). Sum of RGB (Red+Green+Blue) = 241+66+71=378 (50% of max value = 765). Red value is 241 (94.53% from 255 or 63.76% from 378); Green value is 66 (26.17% from 255 or 17.46% from 378); Blue value is 71 (28.12% from 255 or 18.78% from 378); Max value from RGB is 241 - color contains mainly: red. Hex color #F14247 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F14247 is #0EBDB8. Grayscale: #777777. Windows color (decimal): -966073 or 4670193. OLE color: 4670193.

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

Color convert

RGB 241 66 71 -
CMYK 0 0.73 0.71 0.05
HSL 358.29º 0.86% 0.6% -
HSV(B) 358.29º 0.73% 0.95% -
XYZ 39.36 23.05 8.34 -
YUV 118.9 100.98 215.09 -
System Red Green Blue C M Y K H S L
Decimal 241 66 71 0 0.73 0.71 0.05 358.29 0.86 0.6
Hex F1 42 47 0 49 47 5 166 56 3C
Octal 361 102 107 0 111 107 5 546 126 74
Binary 11110001 1000010 1000111 0 1001001 1000111 101 101100110 1010110 111100

Color Harmonies of #F14247

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F14247

Black with #F14247

Text Example


Text Example

White with #F14247

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F14247; }

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

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

background-color css

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

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

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

border-color css

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

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

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