Html Css Color HEX #F14142 Amaranth

📋 copy color: '#F14142'

red 241 ◦ green 65 ◦ blue 66

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

Shades of Amaranth #F14142

Tints of Amaranth #F14142

RGB

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

 GREEN value IS 65 (25.78% from 255) = 17.47%

 BLUE value IS 66 (26.17% from 255) = 17.74%

R = 64.78%
G = 17.47%
B = 17.74%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.73

 K value IS 0.05

RGB Variations

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

Color information

#F14142 (or 0xF14142) is known color: Amaranth. HEX triplet: F1, 41 and 42. RGB value is (241,65,66). Sum of RGB (Red+Green+Blue) = 241+65+66=372 (49% of max value = 765). Red value is 241 (94.53% from 255 or 64.78% from 372); Green value is 65 (25.78% from 255 or 17.47% from 372); Blue value is 66 (26.17% from 255 or 17.74% from 372); Max value from RGB is 241 - color contains mainly: red. Hex color #F14142 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F14142 is #0EBEBD. Grayscale: #757575. Windows color (decimal): -966334 or 4342257. OLE color: 4342257.

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

Color convert

RGB 241 65 66 -
CMYK 0 0.73 0.73 0.05
HSL 359.66º 0.86% 0.6% -
HSV(B) 359.66º 0.73% 0.95% -
XYZ 39.15 22.87 7.51 -
YUV 117.74 98.81 215.92 -
System Red Green Blue C M Y K H S L
Decimal 241 65 66 0 0.73 0.73 0.05 359.66 0.86 0.6
Hex F1 41 42 0 49 49 5 168 56 3C
Octal 361 101 102 0 111 111 5 550 126 74
Binary 11110001 1000001 1000010 0 1001001 1001001 101 101101000 1010110 111100

Color Harmonies of #F14142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F14142

Black with #F14142

Text Example


Text Example

White with #F14142

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F14142; }

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

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

background-color css

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

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

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

border-color css

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

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

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