Html Css Color HEX #F0364A Amaranth

📋 copy color: '#F0364A'

red 240 ◦ green 54 ◦ blue 74

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

Shades of Amaranth #F0364A

Tints of Amaranth #F0364A

RGB

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

 GREEN value IS 54 (21.48% from 255) = 14.67%

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

R = 65.22%
G = 14.67%
B = 20.11%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.69

 K value IS 0.06

RGB Variations

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

Color information

#F0364A (or 0xF0364A) is known color: Amaranth. HEX triplet: F0, 36 and 4A. RGB value is (240,54,74). Sum of RGB (Red+Green+Blue) = 240+54+74=368 (48% of max value = 765). Red value is 240 (94.14% from 255 or 65.22% from 368); Green value is 54 (21.48% from 255 or 14.67% from 368); Blue value is 74 (29.30% from 255 or 20.11% from 368); Max value from RGB is 240 - color contains mainly: red. Hex color #F0364A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F0364A is #0FC9B5. Grayscale: #707070. Windows color (decimal): -1034678 or 4863728. OLE color: 4863728.

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

Color convert

RGB 240 54 74 -
CMYK 0 0.78 0.69 0.06
HSL 353.55º 0.86% 0.58% -
HSV(B) 353.55º 0.78% 0.94% -
XYZ 38.49 21.66 8.63 -
YUV 111.89 106.62 219.37 -
System Red Green Blue C M Y K H S L
Decimal 240 54 74 0 0.78 0.69 0.06 353.55 0.86 0.58
Hex F0 36 4A 0 4E 45 6 162 56 3A
Octal 360 66 112 0 116 105 6 542 126 72
Binary 11110000 110110 1001010 0 1001110 1000101 110 101100010 1010110 111010

Color Harmonies of #F0364A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0364A

Black with #F0364A

Text Example


Text Example

White with #F0364A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0364A; }

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

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

background-color css

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

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

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

border-color css

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

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

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