Html Css Color HEX #F0364D Amaranth

📋 copy color: '#F0364D'

red 240 ◦ green 54 ◦ blue 77

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

Shades of Amaranth #F0364D

Tints of Amaranth #F0364D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 20.75%

R = 64.69%
G = 14.56%
B = 20.75%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.68

 K value IS 0.06

RGB Variations

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

Color information

#F0364D (or 0xF0364D) is known color: Amaranth. HEX triplet: F0, 36 and 4D. RGB value is (240,54,77). Sum of RGB (Red+Green+Blue) = 240+54+77=371 (49% of max value = 765). Red value is 240 (94.14% from 255 or 64.69% from 371); Green value is 54 (21.48% from 255 or 14.56% from 371); Blue value is 77 (30.47% from 255 or 20.75% from 371); Max value from RGB is 240 - color contains mainly: red. Hex color #F0364D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F0364D is #0FC9B2. Grayscale: #707070. Windows color (decimal): -1034675 or 5060336. OLE color: 5060336.

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

Color convert

RGB 240 54 77 -
CMYK 0 0.78 0.68 0.06
HSL 352.58º 0.86% 0.58% -
HSV(B) 352.58º 0.78% 0.94% -
XYZ 38.59 21.7 9.18 -
YUV 112.24 108.12 219.13 -
System Red Green Blue C M Y K H S L
Decimal 240 54 77 0 0.78 0.68 0.06 352.58 0.86 0.58
Hex F0 36 4D 0 4E 44 6 161 56 3A
Octal 360 66 115 0 116 104 6 541 126 72
Binary 11110000 110110 1001101 0 1001110 1000100 110 101100001 1010110 111010

Color Harmonies of #F0364D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0364D

Black with #F0364D

Text Example


Text Example

White with #F0364D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0364D; }

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

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

background-color css

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

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

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

border-color css

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

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

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