Html Css Color HEX #F0364F Amaranth

📋 copy color: '#F0364F'

red 240 ◦ green 54 ◦ blue 79

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

Shades of Amaranth #F0364F

Tints of Amaranth #F0364F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 21.18%

R = 64.34%
G = 14.48%
B = 21.18%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.67

 K value IS 0.06

RGB Variations

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

Color information

#F0364F (or 0xF0364F) is known color: Amaranth. HEX triplet: F0, 36 and 4F. RGB value is (240,54,79). Sum of RGB (Red+Green+Blue) = 240+54+79=373 (49% of max value = 765). Red value is 240 (94.14% from 255 or 64.34% from 373); Green value is 54 (21.48% from 255 or 14.48% from 373); Blue value is 79 (31.25% from 255 or 21.18% from 373); Max value from RGB is 240 - color contains mainly: red. Hex color #F0364F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F0364F is #0FC9B0. Grayscale: #707070. Windows color (decimal): -1034673 or 5191408. OLE color: 5191408.

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

Color convert

RGB 240 54 79 -
CMYK 0 0.78 0.67 0.06
HSL 351.94º 0.86% 0.58% -
HSV(B) 351.94º 0.78% 0.94% -
XYZ 38.67 21.73 9.55 -
YUV 112.46 109.12 218.97 -
System Red Green Blue C M Y K H S L
Decimal 240 54 79 0 0.78 0.67 0.06 351.94 0.86 0.58
Hex F0 36 4F 0 4E 43 6 160 56 3A
Octal 360 66 117 0 116 103 6 540 126 72
Binary 11110000 110110 1001111 0 1001110 1000011 110 101100000 1010110 111010

Color Harmonies of #F0364F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0364F

Black with #F0364F

Text Example


Text Example

White with #F0364F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0364F; }

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

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

background-color css

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

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

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

border-color css

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

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

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