Html Css Color HEX #F03C4D Amaranth

📋 copy color: '#F03C4D'

red 240 ◦ green 60 ◦ blue 77

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

Shades of Amaranth #F03C4D

Tints of Amaranth #F03C4D

RGB

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

 GREEN value IS 60 (23.83% from 255) = 15.92%

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

R = 63.66%
G = 15.92%
B = 20.42%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.68

 K value IS 0.06

RGB Variations

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

Color information

#F03C4D (or 0xF03C4D) is known color: Amaranth. HEX triplet: F0, 3C and 4D. RGB value is (240,60,77). Sum of RGB (Red+Green+Blue) = 240+60+77=377 (49% of max value = 765). Red value is 240 (94.14% from 255 or 63.66% from 377); Green value is 60 (23.83% from 255 or 15.92% from 377); Blue value is 77 (30.47% from 255 or 20.42% from 377); Max value from RGB is 240 - color contains mainly: red. Hex color #F03C4D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F03C4D is #0FC3B2. Grayscale: #737373. Windows color (decimal): -1033139 or 5061872. OLE color: 5061872.

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

Color convert

RGB 240 60 77 -
CMYK 0 0.75 0.68 0.06
HSL 354.33º 0.86% 0.59% -
HSV(B) 354.33º 0.75% 0.94% -
XYZ 38.89 22.29 9.27 -
YUV 115.76 106.13 216.62 -
System Red Green Blue C M Y K H S L
Decimal 240 60 77 0 0.75 0.68 0.06 354.33 0.86 0.59
Hex F0 3C 4D 0 4B 44 6 162 56 3B
Octal 360 74 115 0 113 104 6 542 126 73
Binary 11110000 111100 1001101 0 1001011 1000100 110 101100010 1010110 111011

Color Harmonies of #F03C4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F03C4D

Black with #F03C4D

Text Example


Text Example

White with #F03C4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F03C4D; }

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

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

background-color css

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

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

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

border-color css

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

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

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