Html Css Color HEX #F62549 Amaranth

📋 copy color: '#F62549'

red 246 ◦ green 37 ◦ blue 73

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

Shades of Amaranth #F62549

Tints of Amaranth #F62549

RGB

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

 GREEN value IS 37 (14.84% from 255) = 10.39%

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

R = 69.1%
G = 10.39%
B = 20.51%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.70

 K value IS 0.04

RGB Variations

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

Color information

#F62549 (or 0xF62549) is known color: Amaranth. HEX triplet: F6, 25 and 49. RGB value is (246,37,73). Sum of RGB (Red+Green+Blue) = 246+37+73=356 (47% of max value = 765). Red value is 246 (96.48% from 255 or 69.10% from 356); Green value is 37 (14.84% from 255 or 10.39% from 356); Blue value is 73 (28.91% from 255 or 20.51% from 356); Max value from RGB is 246 - color contains mainly: red. Hex color #F62549 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F62549 is #09DAB6. Grayscale: #676767. Windows color (decimal): -645815 or 4793846. OLE color: 4793846.

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

Color convert

RGB 246 37 73 -
CMYK 0 0.85 0.70 0.04
HSL 349.67º 0.92% 0.55% -
HSV(B) 349.67º 0.85% 0.96% -
XYZ 39.87 21.4 8.33 -
YUV 103.6 110.74 229.57 -
System Red Green Blue C M Y K H S L
Decimal 246 37 73 0 0.85 0.70 0.04 349.67 0.92 0.55
Hex F6 25 49 0 55 46 4 15E 5C 37
Octal 366 45 111 0 125 106 4 536 134 67
Binary 11110110 100101 1001001 0 1010101 1000110 100 101011110 1011100 110111

Color Harmonies of #F62549

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F62549

Black with #F62549

Text Example


Text Example

White with #F62549

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F62549; }

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

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

background-color css

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

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

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

border-color css

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

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

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