Html Css Color HEX #F04349 Amaranth

📋 copy color: '#F04349'

red 240 ◦ green 67 ◦ blue 73

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

Shades of Amaranth #F04349

Tints of Amaranth #F04349

RGB

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

 GREEN value IS 67 (26.56% from 255) = 17.63%

 BLUE value IS 73 (28.91% from 255) = 19.21%

R = 63.16%
G = 17.63%
B = 19.21%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.70

 K value IS 0.06

RGB Variations

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

Color information

#F04349 (or 0xF04349) is known color: Amaranth. HEX triplet: F0, 43 and 49. RGB value is (240,67,73). Sum of RGB (Red+Green+Blue) = 240+67+73=380 (50% of max value = 765). Red value is 240 (94.14% from 255 or 63.16% from 380); Green value is 67 (26.56% from 255 or 17.63% from 380); Blue value is 73 (28.91% from 255 or 19.21% from 380); Max value from RGB is 240 - color contains mainly: red. Hex color #F04349 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F04349 is #0FBCB6. Grayscale: #777777. Windows color (decimal): -1031351 or 4801520. OLE color: 4801520.

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

Color convert

RGB 240 67 73 -
CMYK 0 0.72 0.70 0.06
HSL 357.92º 0.85% 0.6% -
HSV(B) 357.92º 0.72% 0.94% -
XYZ 39.14 23.02 8.68 -
YUV 119.41 101.81 214.01 -
System Red Green Blue C M Y K H S L
Decimal 240 67 73 0 0.72 0.70 0.06 357.92 0.85 0.6
Hex F0 43 49 0 48 46 6 166 55 3C
Octal 360 103 111 0 110 106 6 546 125 74
Binary 11110000 1000011 1001001 0 1001000 1000110 110 101100110 1010101 111100

Color Harmonies of #F04349

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F04349

Black with #F04349

Text Example


Text Example

White with #F04349

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F04349; }

 p { color: rgb(240,67,73); }

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

background-color css

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

 a { background-color: rgb(240,67,73); }

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

border-color css

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

 span { border-color: rgb(240,67,73); }

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