Html Css Color HEX #F61C48 Amaranth

📋 copy color: '#F61C48'

red 246 ◦ green 28 ◦ blue 72

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

Shades of Amaranth #F61C48

Tints of Amaranth #F61C48

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 20.81%

R = 71.1%
G = 8.09%
B = 20.81%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.71

 K value IS 0.04

RGB Variations

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

Color information

#F61C48 (or 0xF61C48) is known color: Amaranth. HEX triplet: F6, 1C and 48. RGB value is (246,28,72). Sum of RGB (Red+Green+Blue) = 246+28+72=346 (45% of max value = 765). Red value is 246 (96.48% from 255 or 71.10% from 346); Green value is 28 (11.33% from 255 or 8.09% from 346); Blue value is 72 (28.52% from 255 or 20.81% from 346); Max value from RGB is 246 - color contains mainly: red. Hex color #F61C48 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F61C48 is #09E3B7. Grayscale: #626262. Windows color (decimal): -648120 or 4726006. OLE color: 4726006.

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

Color convert

RGB 246 28 72 -
CMYK 0 0.89 0.71 0.04
HSL 347.89º 0.92% 0.54% -
HSV(B) 347.89º 0.89% 0.96% -
XYZ 39.59 20.89 8.08 -
YUV 98.2 113.22 233.42 -
System Red Green Blue C M Y K H S L
Decimal 246 28 72 0 0.89 0.71 0.04 347.89 0.92 0.54
Hex F6 1C 48 0 59 47 4 15C 5C 36
Octal 366 34 110 0 131 107 4 534 134 66
Binary 11110110 11100 1001000 0 1011001 1000111 100 101011100 1011100 110110

Color Harmonies of #F61C48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F61C48

Black with #F61C48

Text Example


Text Example

White with #F61C48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F61C48; }

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

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

background-color css

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

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

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

border-color css

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

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

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