Html Css Color HEX #F6294F Amaranth

📋 copy color: '#F6294F'

red 246 ◦ green 41 ◦ blue 79

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

Shades of Amaranth #F6294F

Tints of Amaranth #F6294F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 21.58%

R = 67.21%
G = 11.2%
B = 21.58%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.68

 K value IS 0.04

RGB Variations

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

Color information

#F6294F (or 0xF6294F) is known color: Amaranth. HEX triplet: F6, 29 and 4F. RGB value is (246,41,79). Sum of RGB (Red+Green+Blue) = 246+41+79=366 (48% of max value = 765). Red value is 246 (96.48% from 255 or 67.21% from 366); Green value is 41 (16.41% from 255 or 11.20% from 366); Blue value is 79 (31.25% from 255 or 21.58% from 366); Max value from RGB is 246 - color contains mainly: red. Hex color #F6294F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F6294F is #09D6B0. Grayscale: #6A6A6A. Windows color (decimal): -644785 or 5188086. OLE color: 5188086.

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

Color convert

RGB 246 41 79 -
CMYK 0 0.83 0.68 0.04
HSL 348.88º 0.92% 0.56% -
HSV(B) 348.88º 0.83% 0.96% -
XYZ 40.21 21.74 9.47 -
YUV 106.63 112.42 227.41 -
System Red Green Blue C M Y K H S L
Decimal 246 41 79 0 0.83 0.68 0.04 348.88 0.92 0.56
Hex F6 29 4F 0 53 44 4 15D 5C 38
Octal 366 51 117 0 123 104 4 535 134 70
Binary 11110110 101001 1001111 0 1010011 1000100 100 101011101 1011100 111000

Color Harmonies of #F6294F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6294F

Black with #F6294F

Text Example


Text Example

White with #F6294F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6294F; }

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

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

background-color css

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

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

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

border-color css

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

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

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