Html Css Color HEX #F01E4D Amaranth

📋 copy color: '#F01E4D'

red 240 ◦ green 30 ◦ blue 77

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

Shades of Amaranth #F01E4D

Tints of Amaranth #F01E4D

RGB

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

 GREEN value IS 30 (12.11% from 255) = 8.65%

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

R = 69.16%
G = 8.65%
B = 22.19%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.68

 K value IS 0.06

RGB Variations

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

Color information

#F01E4D (or 0xF01E4D) is known color: Amaranth. HEX triplet: F0, 1E and 4D. RGB value is (240,30,77). Sum of RGB (Red+Green+Blue) = 240+30+77=347 (45% of max value = 765). Red value is 240 (94.14% from 255 or 69.16% from 347); Green value is 30 (12.11% from 255 or 8.65% from 347); Blue value is 77 (30.47% from 255 or 22.19% from 347); Max value from RGB is 240 - color contains mainly: red. Hex color #F01E4D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F01E4D is #0FE1B2. Grayscale: #626262. Windows color (decimal): -1040819 or 5054192. OLE color: 5054192.

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

Color convert

RGB 240 30 77 -
CMYK 0 0.87 0.68 0.06
HSL 346.57º 0.88% 0.53% -
HSV(B) 346.57º 0.88% 0.94% -
XYZ 37.74 19.99 8.89 -
YUV 98.15 116.07 229.18 -
System Red Green Blue C M Y K H S L
Decimal 240 30 77 0 0.87 0.68 0.06 346.57 0.88 0.53
Hex F0 1E 4D 0 57 44 6 15B 58 35
Octal 360 36 115 0 127 104 6 533 130 65
Binary 11110000 11110 1001101 0 1010111 1000100 110 101011011 1011000 110101

Color Harmonies of #F01E4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F01E4D

Black with #F01E4D

Text Example


Text Example

White with #F01E4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F01E4D; }

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

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

background-color css

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

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

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

border-color css

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

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

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