Html Css Color HEX #F0344D Amaranth

📋 copy color: '#F0344D'

red 240 ◦ green 52 ◦ blue 77

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

Shades of Amaranth #F0344D

Tints of Amaranth #F0344D

RGB

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

 GREEN value IS 52 (20.7% from 255) = 14.09%

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

R = 65.04%
G = 14.09%
B = 20.87%

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

#F0344D (or 0xF0344D) is known color: Amaranth. HEX triplet: F0, 34 and 4D. RGB value is (240,52,77). Sum of RGB (Red+Green+Blue) = 240+52+77=369 (48% of max value = 765). Red value is 240 (94.14% from 255 or 65.04% from 369); Green value is 52 (20.70% from 255 or 14.09% from 369); Blue value is 77 (30.47% from 255 or 20.87% from 369); Max value from RGB is 240 - color contains mainly: red. Hex color #F0344D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F0344D is #0FCBB2. Grayscale: #6F6F6F. Windows color (decimal): -1035187 or 5059824. OLE color: 5059824.

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

Color convert

RGB 240 52 77 -
CMYK 0 0.78 0.68 0.06
HSL 352.02º 0.86% 0.57% -
HSV(B) 352.02º 0.78% 0.94% -
XYZ 38.5 21.52 9.15 -
YUV 111.06 108.78 219.97 -
System Red Green Blue C M Y K H S L
Decimal 240 52 77 0 0.78 0.68 0.06 352.02 0.86 0.57
Hex F0 34 4D 0 4E 44 6 160 56 39
Octal 360 64 115 0 116 104 6 540 126 71
Binary 11110000 110100 1001101 0 1001110 1000100 110 101100000 1010110 111001

Color Harmonies of #F0344D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0344D

Black with #F0344D

Text Example


Text Example

White with #F0344D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0344D; }

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

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

background-color css

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

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

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

border-color css

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

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

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