Html Css Color HEX #F0434A Amaranth

📋 copy color: '#F0434A'

red 240 ◦ green 67 ◦ blue 74

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

Shades of Amaranth #F0434A

Tints of Amaranth #F0434A

RGB

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

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

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

R = 62.99%
G = 17.59%
B = 19.42%

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

#F0434A (or 0xF0434A) is known color: Amaranth. HEX triplet: F0, 43 and 4A. RGB value is (240,67,74). Sum of RGB (Red+Green+Blue) = 240+67+74=381 (50% of max value = 765). Red value is 240 (94.14% from 255 or 62.99% from 381); Green value is 67 (26.56% from 255 or 17.59% from 381); Blue value is 74 (29.30% from 255 or 19.42% from 381); Max value from RGB is 240 - color contains mainly: red. Hex color #F0434A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F0434A is #0FBCB5. Grayscale: #777777. Windows color (decimal): -1031350 or 4867056. OLE color: 4867056.

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

Color convert

RGB 240 67 74 -
CMYK 0 0.72 0.69 0.06
HSL 357.57º 0.85% 0.6% -
HSV(B) 357.57º 0.72% 0.94% -
XYZ 39.18 23.03 8.86 -
YUV 119.53 102.31 213.93 -
System Red Green Blue C M Y K H S L
Decimal 240 67 74 0 0.72 0.69 0.06 357.57 0.85 0.6
Hex F0 43 4A 0 48 45 6 166 55 3C
Octal 360 103 112 0 110 105 6 546 125 74
Binary 11110000 1000011 1001010 0 1001000 1000101 110 101100110 1010101 111100

Color Harmonies of #F0434A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0434A

Black with #F0434A

Text Example


Text Example

White with #F0434A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0434A; }

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

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

background-color css

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

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

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

border-color css

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

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

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