Html Css Color HEX #F04546 Amaranth

📋 copy color: '#F04546'

red 240 ◦ green 69 ◦ blue 70

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

Shades of Amaranth #F04546

Tints of Amaranth #F04546

RGB

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

 GREEN value IS 69 (27.34% from 255) = 18.21%

 BLUE value IS 70 (27.73% from 255) = 18.47%

R = 63.32%
G = 18.21%
B = 18.47%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.71

 K value IS 0.06

RGB Variations

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

Color information

#F04546 (or 0xF04546) is known color: Amaranth. HEX triplet: F0, 45 and 46. RGB value is (240,69,70). Sum of RGB (Red+Green+Blue) = 240+69+70=379 (50% of max value = 765). Red value is 240 (94.14% from 255 or 63.32% from 379); Green value is 69 (27.34% from 255 or 18.21% from 379); Blue value is 70 (27.73% from 255 or 18.47% from 379); Max value from RGB is 240 - color contains mainly: red. Hex color #F04546 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F04546 is #0FBAB9. Grayscale: #787878. Windows color (decimal): -1030842 or 4605424. OLE color: 4605424.

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

Color convert

RGB 240 69 70 -
CMYK 0 0.71 0.71 0.06
HSL 359.65º 0.85% 0.61% -
HSV(B) 359.65º 0.71% 0.94% -
XYZ 39.17 23.22 8.21 -
YUV 120.24 99.65 213.42 -
System Red Green Blue C M Y K H S L
Decimal 240 69 70 0 0.71 0.71 0.06 359.65 0.85 0.61
Hex F0 45 46 0 47 47 6 168 55 3D
Octal 360 105 106 0 107 107 6 550 125 75
Binary 11110000 1000101 1000110 0 1000111 1000111 110 101101000 1010101 111101

Color Harmonies of #F04546

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F04546

Black with #F04546

Text Example


Text Example

White with #F04546

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F04546; }

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

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

background-color css

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

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

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

border-color css

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

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

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