Html Css Color HEX #F0414D Amaranth

📋 copy color: '#F0414D'

red 240 ◦ green 65 ◦ blue 77

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

Shades of Amaranth #F0414D

Tints of Amaranth #F0414D

RGB

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

 GREEN value IS 65 (25.78% from 255) = 17.02%

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

R = 62.83%
G = 17.02%
B = 20.16%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.68

 K value IS 0.06

RGB Variations

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

Color information

#F0414D (or 0xF0414D) is known color: Amaranth. HEX triplet: F0, 41 and 4D. RGB value is (240,65,77). Sum of RGB (Red+Green+Blue) = 240+65+77=382 (50% of max value = 765). Red value is 240 (94.14% from 255 or 62.83% from 382); Green value is 65 (25.78% from 255 or 17.02% from 382); Blue value is 77 (30.47% from 255 or 20.16% from 382); Max value from RGB is 240 - color contains mainly: red. Hex color #F0414D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F0414D is #0FBEB2. Grayscale: #767676. Windows color (decimal): -1031859 or 5063152. OLE color: 5063152.

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

Color convert

RGB 240 65 77 -
CMYK 0 0.73 0.68 0.06
HSL 355.89º 0.85% 0.6% -
HSV(B) 355.89º 0.73% 0.94% -
XYZ 39.17 22.84 9.37 -
YUV 118.69 104.48 214.52 -
System Red Green Blue C M Y K H S L
Decimal 240 65 77 0 0.73 0.68 0.06 355.89 0.85 0.6
Hex F0 41 4D 0 49 44 6 164 55 3C
Octal 360 101 115 0 111 104 6 544 125 74
Binary 11110000 1000001 1001101 0 1001001 1000100 110 101100100 1010101 111100

Color Harmonies of #F0414D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0414D

Black with #F0414D

Text Example


Text Example

White with #F0414D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0414D; }

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

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

background-color css

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

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

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

border-color css

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

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

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