Html Css Color HEX #F61C4D Amaranth

📋 copy color: '#F61C4D'

red 246 ◦ green 28 ◦ blue 77

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

Shades of Amaranth #F61C4D

Tints of Amaranth #F61C4D

RGB

 RED value IS 246 (96.48% from 255) = 70.09%

 GREEN value IS 28 (11.33% from 255) = 7.98%

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

R = 70.09%
G = 7.98%
B = 21.94%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.69

 K value IS 0.04

RGB Variations

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

Color information

#F61C4D (or 0xF61C4D) is known color: Amaranth. HEX triplet: F6, 1C and 4D. RGB value is (246,28,77). Sum of RGB (Red+Green+Blue) = 246+28+77=351 (46% of max value = 765). Red value is 246 (96.48% from 255 or 70.09% from 351); Green value is 28 (11.33% from 255 or 7.98% from 351); Blue value is 77 (30.47% from 255 or 21.94% from 351); Max value from RGB is 246 - color contains mainly: red. Hex color #F61C4D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F61C4D is #09E3B2. Grayscale: #626262. Windows color (decimal): -648115 or 5053686. OLE color: 5053686.

HSL color Cylindrical-coordinate representation of color #F61C4D: hue angle of 346.51º degrees, saturation: 0.92, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F61C4D is Cyan = 0, Magento = 0.89, Yellow = 0.69 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 28 77 -
CMYK 0 0.89 0.69 0.04
HSL 346.51º 0.92% 0.54% -
HSV(B) 346.51º 0.89% 0.96% -
XYZ 39.76 20.96 8.97 -
YUV 98.77 115.72 233.02 -
System Red Green Blue C M Y K H S L
Decimal 246 28 77 0 0.89 0.69 0.04 346.51 0.92 0.54
Hex F6 1C 4D 0 59 45 4 15B 5C 36
Octal 366 34 115 0 131 105 4 533 134 66
Binary 11110110 11100 1001101 0 1011001 1000101 100 101011011 1011100 110110

Color Harmonies of #F61C4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F61C4D

Black with #F61C4D

Text Example


Text Example

White with #F61C4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F61C4D; }

 p { color: rgb(246,28,77); }

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

background-color css

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

 a { background-color: rgb(246,28,77); }

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

border-color css

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

 span { border-color: rgb(246,28,77); }

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