Html Css Color HEX #F03E4A Amaranth

📋 copy color: '#F03E4A'

red 240 ◦ green 62 ◦ blue 74

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

Shades of Amaranth #F03E4A

Tints of Amaranth #F03E4A

RGB

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

 GREEN value IS 62 (24.61% from 255) = 16.49%

 BLUE value IS 74 (29.3% from 255) = 19.68%

R = 63.83%
G = 16.49%
B = 19.68%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.69

 K value IS 0.06

RGB Variations

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

Color information

#F03E4A (or 0xF03E4A) is known color: Amaranth. HEX triplet: F0, 3E and 4A. RGB value is (240,62,74). Sum of RGB (Red+Green+Blue) = 240+62+74=376 (49% of max value = 765). Red value is 240 (94.14% from 255 or 63.83% from 376); Green value is 62 (24.61% from 255 or 16.49% from 376); Blue value is 74 (29.30% from 255 or 19.68% from 376); Max value from RGB is 240 - color contains mainly: red. Hex color #F03E4A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F03E4A is #0FC1B5. Grayscale: #747474. Windows color (decimal): -1032630 or 4865776. OLE color: 4865776.

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

Color convert

RGB 240 62 74 -
CMYK 0 0.74 0.69 0.06
HSL 355.96º 0.86% 0.59% -
HSV(B) 355.96º 0.74% 0.94% -
XYZ 38.89 22.46 8.76 -
YUV 116.59 103.97 216.02 -
System Red Green Blue C M Y K H S L
Decimal 240 62 74 0 0.74 0.69 0.06 355.96 0.86 0.59
Hex F0 3E 4A 0 4A 45 6 164 56 3B
Octal 360 76 112 0 112 105 6 544 126 73
Binary 11110000 111110 1001010 0 1001010 1000101 110 101100100 1010110 111011

Color Harmonies of #F03E4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F03E4A

Black with #F03E4A

Text Example


Text Example

White with #F03E4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F03E4A; }

 p { color: rgb(240,62,74); }

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

background-color css

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

 a { background-color: rgb(240,62,74); }

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

border-color css

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

 span { border-color: rgb(240,62,74); }

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