Html Css Color HEX #F61B49 Amaranth

📋 copy color: '#F61B49'

red 246 ◦ green 27 ◦ blue 73

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

Shades of Amaranth #F61B49

Tints of Amaranth #F61B49

RGB

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

 GREEN value IS 27 (10.94% from 255) = 7.8%

 BLUE value IS 73 (28.91% from 255) = 21.1%

R = 71.1%
G = 7.8%
B = 21.1%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.70

 K value IS 0.04

RGB Variations

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

Color information

#F61B49 (or 0xF61B49) is known color: Amaranth. HEX triplet: F6, 1B and 49. RGB value is (246,27,73). Sum of RGB (Red+Green+Blue) = 246+27+73=346 (45% of max value = 765). Red value is 246 (96.48% from 255 or 71.10% from 346); Green value is 27 (10.94% from 255 or 7.80% from 346); Blue value is 73 (28.91% from 255 or 21.10% from 346); Max value from RGB is 246 - color contains mainly: red. Hex color #F61B49 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F61B49 is #09E4B6. Grayscale: #616161. Windows color (decimal): -648375 or 4791286. OLE color: 4791286.

HSL color Cylindrical-coordinate representation of color #F61B49: hue angle of 347.4º 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 #F61B49 is Cyan = 0, Magento = 0.89, Yellow = 0.70 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 27 73 -
CMYK 0 0.89 0.70 0.04
HSL 347.4º 0.92% 0.54% -
HSV(B) 347.4º 0.89% 0.96% -
XYZ 39.6 20.86 8.24 -
YUV 97.73 114.05 233.76 -
System Red Green Blue C M Y K H S L
Decimal 246 27 73 0 0.89 0.70 0.04 347.4 0.92 0.54
Hex F6 1B 49 0 59 46 4 15B 5C 36
Octal 366 33 111 0 131 106 4 533 134 66
Binary 11110110 11011 1001001 0 1011001 1000110 100 101011011 1011100 110110

Color Harmonies of #F61B49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F61B49

Black with #F61B49

Text Example


Text Example

White with #F61B49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F61B49; }

 p { color: rgb(246,27,73); }

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

background-color css

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

 a { background-color: rgb(246,27,73); }

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

border-color css

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

 span { border-color: rgb(246,27,73); }

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