Html Css Color HEX #F62E4C Amaranth

📋 copy color: '#F62E4C'

red 246 ◦ green 46 ◦ blue 76

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

Shades of Amaranth #F62E4C

Tints of Amaranth #F62E4C

RGB

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

 GREEN value IS 46 (18.36% from 255) = 12.5%

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

R = 66.85%
G = 12.5%
B = 20.65%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.69

 K value IS 0.04

RGB Variations

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

Color information

#F62E4C (or 0xF62E4C) is known color: Amaranth. HEX triplet: F6, 2E and 4C. RGB value is (246,46,76). Sum of RGB (Red+Green+Blue) = 246+46+76=368 (48% of max value = 765). Red value is 246 (96.48% from 255 or 66.85% from 368); Green value is 46 (18.36% from 255 or 12.5% from 368); Blue value is 76 (30.08% from 255 or 20.65% from 368); Max value from RGB is 246 - color contains mainly: red. Hex color #F62E4C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F62E4C is #09D1B3. Grayscale: #6D6D6D. Windows color (decimal): -643508 or 4992758. OLE color: 4992758.

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

Color convert

RGB 246 46 76 -
CMYK 0 0.81 0.69 0.04
HSL 351º 0.92% 0.57% -
HSV(B) 351º 0.81% 0.96% -
XYZ 40.29 22.07 8.97 -
YUV 109.22 109.26 225.56 -
System Red Green Blue C M Y K H S L
Decimal 246 46 76 0 0.81 0.69 0.04 351 0.92 0.57
Hex F6 2E 4C 0 51 45 4 15F 5C 39
Octal 366 56 114 0 121 105 4 537 134 71
Binary 11110110 101110 1001100 0 1010001 1000101 100 101011111 1011100 111001

Color Harmonies of #F62E4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F62E4C

Black with #F62E4C

Text Example


Text Example

White with #F62E4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F62E4C; }

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

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

background-color css

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

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

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

border-color css

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

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

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