Html Css Color HEX #F0324A Amaranth

📋 copy color: '#F0324A'

red 240 ◦ green 50 ◦ blue 74

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

Shades of Amaranth #F0324A

Tints of Amaranth #F0324A

RGB

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

 GREEN value IS 50 (19.92% from 255) = 13.74%

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

R = 65.93%
G = 13.74%
B = 20.33%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.69

 K value IS 0.06

RGB Variations

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

Color information

#F0324A (or 0xF0324A) is known color: Amaranth. HEX triplet: F0, 32 and 4A. RGB value is (240,50,74). Sum of RGB (Red+Green+Blue) = 240+50+74=364 (48% of max value = 765). Red value is 240 (94.14% from 255 or 65.93% from 364); Green value is 50 (19.92% from 255 or 13.74% from 364); Blue value is 74 (29.30% from 255 or 20.33% from 364); Max value from RGB is 240 - color contains mainly: red. Hex color #F0324A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F0324A is #0FCDB5. Grayscale: #6D6D6D. Windows color (decimal): -1035702 or 4862704. OLE color: 4862704.

HSL color Cylindrical-coordinate representation of color #F0324A: hue angle of 352.42º degrees, saturation: 0.86, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #F0324A is Cyan = 0, Magento = 0.79, Yellow = 0.69 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 50 74 -
CMYK 0 0.79 0.69 0.06
HSL 352.42º 0.86% 0.57% -
HSV(B) 352.42º 0.79% 0.94% -
XYZ 38.31 21.3 8.57 -
YUV 109.55 107.95 221.05 -
System Red Green Blue C M Y K H S L
Decimal 240 50 74 0 0.79 0.69 0.06 352.42 0.86 0.57
Hex F0 32 4A 0 4F 45 6 160 56 39
Octal 360 62 112 0 117 105 6 540 126 71
Binary 11110000 110010 1001010 0 1001111 1000101 110 101100000 1010110 111001

Color Harmonies of #F0324A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0324A

Black with #F0324A

Text Example


Text Example

White with #F0324A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0324A; }

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

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

background-color css

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

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

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

border-color css

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

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

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