Html Css Color HEX #F04446 Amaranth

📋 copy color: '#F04446'

red 240 ◦ green 68 ◦ blue 70

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

Shades of Amaranth #F04446

Tints of Amaranth #F04446

RGB

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

 GREEN value IS 68 (26.95% from 255) = 17.99%

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

R = 63.49%
G = 17.99%
B = 18.52%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.71

 K value IS 0.06

RGB Variations

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

Color information

#F04446 (or 0xF04446) is known color: Amaranth. HEX triplet: F0, 44 and 46. RGB value is (240,68,70). Sum of RGB (Red+Green+Blue) = 240+68+70=378 (50% of max value = 765). Red value is 240 (94.14% from 255 or 63.49% from 378); Green value is 68 (26.95% from 255 or 17.99% from 378); Blue value is 70 (27.73% from 255 or 18.52% from 378); Max value from RGB is 240 - color contains mainly: red. Hex color #F04446 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F04446 is #0FBBB9. Grayscale: #777777. Windows color (decimal): -1031098 or 4605168. OLE color: 4605168.

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

Color convert

RGB 240 68 70 -
CMYK 0 0.72 0.71 0.06
HSL 359.3º 0.85% 0.6% -
HSV(B) 359.3º 0.72% 0.94% -
XYZ 39.11 23.1 8.19 -
YUV 119.66 99.98 213.84 -
System Red Green Blue C M Y K H S L
Decimal 240 68 70 0 0.72 0.71 0.06 359.3 0.85 0.6
Hex F0 44 46 0 48 47 6 167 55 3C
Octal 360 104 106 0 110 107 6 547 125 74
Binary 11110000 1000100 1000110 0 1001000 1000111 110 101100111 1010101 111100

Color Harmonies of #F04446

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F04446

Black with #F04446

Text Example


Text Example

White with #F04446

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F04446; }

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

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

background-color css

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

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

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

border-color css

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

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

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