Html Css Color HEX #F14045 Amaranth

📋 copy color: '#F14045'

red 241 ◦ green 64 ◦ blue 69

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

Shades of Amaranth #F14045

Tints of Amaranth #F14045

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 18.45%

R = 64.44%
G = 17.11%
B = 18.45%

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

#F14045 (or 0xF14045) is known color: Amaranth. HEX triplet: F1, 40 and 45. RGB value is (241,64,69). Sum of RGB (Red+Green+Blue) = 241+64+69=374 (49% of max value = 765). Red value is 241 (94.53% from 255 or 64.44% from 374); Green value is 64 (25.39% from 255 or 17.11% from 374); Blue value is 69 (27.34% from 255 or 18.45% from 374); Max value from RGB is 241 - color contains mainly: red. Hex color #F14045 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F14045 is #0EBFBA. Grayscale: #757575. Windows color (decimal): -966587 or 4538609. OLE color: 4538609.

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

Color convert

RGB 241 64 69 -
CMYK 0 0.73 0.71 0.05
HSL 358.31º 0.86% 0.6% -
HSV(B) 358.31º 0.73% 0.95% -
XYZ 39.18 22.8 7.97 -
YUV 117.49 100.64 216.09 -
System Red Green Blue C M Y K H S L
Decimal 241 64 69 0 0.73 0.71 0.05 358.31 0.86 0.6
Hex F1 40 45 0 49 47 5 166 56 3C
Octal 361 100 105 0 111 107 5 546 126 74
Binary 11110001 1000000 1000101 0 1001001 1000111 101 101100110 1010110 111100

Color Harmonies of #F14045

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F14045

Black with #F14045

Text Example


Text Example

White with #F14045

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F14045; }

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

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

background-color css

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

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

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

border-color css

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

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

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