Html Css Color HEX #F04145 Amaranth

📋 copy color: '#F04145'

red 240 ◦ green 65 ◦ blue 69

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

Shades of Amaranth #F04145

Tints of Amaranth #F04145

RGB

 RED value IS 240 (94.14% from 255) = 64.17%

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

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

R = 64.17%
G = 17.38%
B = 18.45%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.71

 K value IS 0.06

RGB Variations

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

Color information

#F04145 (or 0xF04145) is known color: Amaranth. HEX triplet: F0, 41 and 45. RGB value is (240,65,69). Sum of RGB (Red+Green+Blue) = 240+65+69=374 (49% of max value = 765). Red value is 240 (94.14% from 255 or 64.17% from 374); Green value is 65 (25.78% from 255 or 17.38% from 374); Blue value is 69 (27.34% from 255 or 18.45% from 374); Max value from RGB is 240 - color contains mainly: red. Hex color #F04145 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F04145 is #0FBEBA. Grayscale: #757575. Windows color (decimal): -1031867 or 4538864. OLE color: 4538864.

HSL color Cylindrical-coordinate representation of color #F04145: hue angle of 358.63º degrees, saturation: 0.85, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F04145 is Cyan = 0, Magento = 0.73, Yellow = 0.71 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 65 69 -
CMYK 0 0.73 0.71 0.06
HSL 358.63º 0.85% 0.6% -
HSV(B) 358.63º 0.73% 0.94% -
XYZ 38.9 22.74 7.97 -
YUV 117.78 100.48 215.17 -
System Red Green Blue C M Y K H S L
Decimal 240 65 69 0 0.73 0.71 0.06 358.63 0.85 0.6
Hex F0 41 45 0 49 47 6 167 55 3C
Octal 360 101 105 0 111 107 6 547 125 74
Binary 11110000 1000001 1000101 0 1001001 1000111 110 101100111 1010101 111100

Color Harmonies of #F04145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F04145

Black with #F04145

Text Example


Text Example

White with #F04145

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F04145; }

 p { color: rgb(240,65,69); }

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

background-color css

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

 a { background-color: rgb(240,65,69); }

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

border-color css

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

 span { border-color: rgb(240,65,69); }

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