Html Css Color HEX #F0424C Amaranth

📋 copy color: '#F0424C'

red 240 ◦ green 66 ◦ blue 76

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

Shades of Amaranth #F0424C

Tints of Amaranth #F0424C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 19.9%

R = 62.83%
G = 17.28%
B = 19.9%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.68

 K value IS 0.06

RGB Variations

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

Color information

#F0424C (or 0xF0424C) is known color: Amaranth. HEX triplet: F0, 42 and 4C. RGB value is (240,66,76). Sum of RGB (Red+Green+Blue) = 240+66+76=382 (50% of max value = 765). Red value is 240 (94.14% from 255 or 62.83% from 382); Green value is 66 (26.17% from 255 or 17.28% from 382); Blue value is 76 (30.08% from 255 or 19.90% from 382); Max value from RGB is 240 - color contains mainly: red. Hex color #F0424C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F0424C is #0FBDB3. Grayscale: #777777. Windows color (decimal): -1031604 or 4997872. OLE color: 4997872.

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

Color convert

RGB 240 66 76 -
CMYK 0 0.72 0.68 0.06
HSL 356.55º 0.85% 0.6% -
HSV(B) 356.55º 0.73% 0.94% -
XYZ 39.19 22.94 9.2 -
YUV 119.17 103.65 214.19 -
System Red Green Blue C M Y K H S L
Decimal 240 66 76 0 0.72 0.68 0.06 356.55 0.85 0.6
Hex F0 42 4C 0 48 44 6 165 55 3C
Octal 360 102 114 0 110 104 6 545 125 74
Binary 11110000 1000010 1001100 0 1001000 1000100 110 101100101 1010101 111100

Color Harmonies of #F0424C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0424C

Black with #F0424C

Text Example


Text Example

White with #F0424C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0424C; }

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

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

background-color css

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

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

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

border-color css

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

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

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