Html Css Color HEX #F62544 Amaranth

📋 copy color: '#F62544'

red 246 ◦ green 37 ◦ blue 68

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

Shades of Amaranth #F62544

Tints of Amaranth #F62544

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 19.37%

R = 70.09%
G = 10.54%
B = 19.37%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.72

 K value IS 0.04

RGB Variations

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

Color information

#F62544 (or 0xF62544) is known color: Amaranth. HEX triplet: F6, 25 and 44. RGB value is (246,37,68). Sum of RGB (Red+Green+Blue) = 246+37+68=351 (46% of max value = 765). Red value is 246 (96.48% from 255 or 70.09% from 351); Green value is 37 (14.84% from 255 or 10.54% from 351); Blue value is 68 (26.95% from 255 or 19.37% from 351); Max value from RGB is 246 - color contains mainly: red. Hex color #F62544 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F62544 is #09DABB. Grayscale: #676767. Windows color (decimal): -645820 or 4466166. OLE color: 4466166.

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

Color convert

RGB 246 37 68 -
CMYK 0 0.85 0.72 0.04
HSL 351.1º 0.92% 0.55% -
HSV(B) 351.1º 0.85% 0.96% -
XYZ 39.71 21.33 7.49 -
YUV 103.03 108.24 229.98 -
System Red Green Blue C M Y K H S L
Decimal 246 37 68 0 0.85 0.72 0.04 351.1 0.92 0.55
Hex F6 25 44 0 55 48 4 15F 5C 37
Octal 366 45 104 0 125 110 4 537 134 67
Binary 11110110 100101 1000100 0 1010101 1001000 100 101011111 1011100 110111

Color Harmonies of #F62544

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F62544

Black with #F62544

Text Example


Text Example

White with #F62544

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F62544; }

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

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

background-color css

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

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

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

border-color css

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

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

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