Html Css Color HEX #F0364C Amaranth

📋 copy color: '#F0364C'

red 240 ◦ green 54 ◦ blue 76

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

Shades of Amaranth #F0364C

Tints of Amaranth #F0364C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 20.54%

R = 64.86%
G = 14.59%
B = 20.54%

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

#F0364C (or 0xF0364C) is known color: Amaranth. HEX triplet: F0, 36 and 4C. RGB value is (240,54,76). Sum of RGB (Red+Green+Blue) = 240+54+76=370 (49% of max value = 765). Red value is 240 (94.14% from 255 or 64.86% from 370); Green value is 54 (21.48% from 255 or 14.59% from 370); Blue value is 76 (30.08% from 255 or 20.54% from 370); Max value from RGB is 240 - color contains mainly: red. Hex color #F0364C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F0364C is #0FC9B3. Grayscale: #707070. Windows color (decimal): -1034676 or 4994800. OLE color: 4994800.

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

Color convert

RGB 240 54 76 -
CMYK 0 0.78 0.68 0.06
HSL 352.9º 0.86% 0.58% -
HSV(B) 352.9º 0.78% 0.94% -
XYZ 38.56 21.69 8.99 -
YUV 112.12 107.62 219.21 -
System Red Green Blue C M Y K H S L
Decimal 240 54 76 0 0.78 0.68 0.06 352.9 0.86 0.58
Hex F0 36 4C 0 4E 44 6 161 56 3A
Octal 360 66 114 0 116 104 6 541 126 72
Binary 11110000 110110 1001100 0 1001110 1000100 110 101100001 1010110 111010

Color Harmonies of #F0364C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0364C

Black with #F0364C

Text Example


Text Example

White with #F0364C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0364C; }

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

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

background-color css

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

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

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

border-color css

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

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

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