Html Css Color HEX #F6294C Amaranth

📋 copy color: '#F6294C'

red 246 ◦ green 41 ◦ blue 76

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

Shades of Amaranth #F6294C

Tints of Amaranth #F6294C

RGB

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

 GREEN value IS 41 (16.41% from 255) = 11.29%

 BLUE value IS 76 (30.08% from 255) = 20.94%

R = 67.77%
G = 11.29%
B = 20.94%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.69

 K value IS 0.04

RGB Variations

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

Color information

#F6294C (or 0xF6294C) is known color: Amaranth. HEX triplet: F6, 29 and 4C. RGB value is (246,41,76). Sum of RGB (Red+Green+Blue) = 246+41+76=363 (48% of max value = 765). Red value is 246 (96.48% from 255 or 67.77% from 363); Green value is 41 (16.41% from 255 or 11.29% from 363); Blue value is 76 (30.08% from 255 or 20.94% from 363); Max value from RGB is 246 - color contains mainly: red. Hex color #F6294C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F6294C is #09D6B3. Grayscale: #6A6A6A. Windows color (decimal): -644788 or 4991478. OLE color: 4991478.

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

Color convert

RGB 246 41 76 -
CMYK 0 0.83 0.69 0.04
HSL 349.76º 0.92% 0.56% -
HSV(B) 349.76º 0.83% 0.96% -
XYZ 40.1 21.7 8.91 -
YUV 106.29 110.92 227.65 -
System Red Green Blue C M Y K H S L
Decimal 246 41 76 0 0.83 0.69 0.04 349.76 0.92 0.56
Hex F6 29 4C 0 53 45 4 15E 5C 38
Octal 366 51 114 0 123 105 4 536 134 70
Binary 11110110 101001 1001100 0 1010011 1000101 100 101011110 1011100 111000

Color Harmonies of #F6294C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6294C

Black with #F6294C

Text Example


Text Example

White with #F6294C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6294C; }

 p { color: rgb(246,41,76); }

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

background-color css

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

 a { background-color: rgb(246,41,76); }

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

border-color css

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

 span { border-color: rgb(246,41,76); }

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