Html Css Color HEX #F62749 Amaranth

📋 copy color: '#F62749'

red 246 ◦ green 39 ◦ blue 73

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

Shades of Amaranth #F62749

Tints of Amaranth #F62749

RGB

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

 GREEN value IS 39 (15.63% from 255) = 10.89%

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

R = 68.72%
G = 10.89%
B = 20.39%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.70

 K value IS 0.04

RGB Variations

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

Color information

#F62749 (or 0xF62749) is known color: Amaranth. HEX triplet: F6, 27 and 49. RGB value is (246,39,73). Sum of RGB (Red+Green+Blue) = 246+39+73=358 (47% of max value = 765). Red value is 246 (96.48% from 255 or 68.72% from 358); Green value is 39 (15.62% from 255 or 10.89% from 358); Blue value is 73 (28.91% from 255 or 20.39% from 358); Max value from RGB is 246 - color contains mainly: red. Hex color #F62749 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F62749 is #09D8B6. Grayscale: #686868. Windows color (decimal): -645303 or 4794358. OLE color: 4794358.

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

Color convert

RGB 246 39 73 -
CMYK 0 0.84 0.70 0.04
HSL 350.14º 0.92% 0.56% -
HSV(B) 350.14º 0.84% 0.96% -
XYZ 39.93 21.52 8.35 -
YUV 104.77 110.08 228.74 -
System Red Green Blue C M Y K H S L
Decimal 246 39 73 0 0.84 0.70 0.04 350.14 0.92 0.56
Hex F6 27 49 0 54 46 4 15E 5C 38
Octal 366 47 111 0 124 106 4 536 134 70
Binary 11110110 100111 1001001 0 1010100 1000110 100 101011110 1011100 111000

Color Harmonies of #F62749

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F62749

Black with #F62749

Text Example


Text Example

White with #F62749

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F62749; }

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

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

background-color css

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

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

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

border-color css

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

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

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