Html Css Color HEX #F0424A Amaranth

📋 copy color: '#F0424A'

red 240 ◦ green 66 ◦ blue 74

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

Shades of Amaranth #F0424A

Tints of Amaranth #F0424A

RGB

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

 GREEN value IS 66 (26.17% from 255) = 17.37%

 BLUE value IS 74 (29.3% from 255) = 19.47%

R = 63.16%
G = 17.37%
B = 19.47%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.69

 K value IS 0.06

RGB Variations

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

Color information

#F0424A (or 0xF0424A) is known color: Amaranth. HEX triplet: F0, 42 and 4A. RGB value is (240,66,74). Sum of RGB (Red+Green+Blue) = 240+66+74=380 (50% of max value = 765). Red value is 240 (94.14% from 255 or 63.16% from 380); Green value is 66 (26.17% from 255 or 17.37% from 380); Blue value is 74 (29.30% from 255 or 19.47% from 380); Max value from RGB is 240 - color contains mainly: red. Hex color #F0424A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F0424A is #0FBDB5. Grayscale: #777777. Windows color (decimal): -1031606 or 4866800. OLE color: 4866800.

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

Color convert

RGB 240 66 74 -
CMYK 0 0.72 0.69 0.06
HSL 357.24º 0.85% 0.6% -
HSV(B) 357.24º 0.73% 0.94% -
XYZ 39.12 22.92 8.84 -
YUV 118.94 102.65 214.35 -
System Red Green Blue C M Y K H S L
Decimal 240 66 74 0 0.72 0.69 0.06 357.24 0.85 0.6
Hex F0 42 4A 0 48 45 6 165 55 3C
Octal 360 102 112 0 110 105 6 545 125 74
Binary 11110000 1000010 1001010 0 1001000 1000101 110 101100101 1010101 111100

Color Harmonies of #F0424A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0424A

Black with #F0424A

Text Example


Text Example

White with #F0424A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0424A; }

 p { color: rgb(240,66,74); }

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

background-color css

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

 a { background-color: rgb(240,66,74); }

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

border-color css

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

 span { border-color: rgb(240,66,74); }

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