Html Css Color HEX #F62648 Amaranth

📋 copy color: '#F62648'

red 246 ◦ green 38 ◦ blue 72

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

Shades of Amaranth #F62648

Tints of Amaranth #F62648

RGB

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

 GREEN value IS 38 (15.23% from 255) = 10.67%

 BLUE value IS 72 (28.52% from 255) = 20.22%

R = 69.1%
G = 10.67%
B = 20.22%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.71

 K value IS 0.04

RGB Variations

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

Color information

#F62648 (or 0xF62648) is known color: Amaranth. HEX triplet: F6, 26 and 48. RGB value is (246,38,72). Sum of RGB (Red+Green+Blue) = 246+38+72=356 (47% of max value = 765). Red value is 246 (96.48% from 255 or 69.10% from 356); Green value is 38 (15.23% from 255 or 10.67% from 356); Blue value is 72 (28.52% from 255 or 20.22% from 356); Max value from RGB is 246 - color contains mainly: red. Hex color #F62648 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F62648 is #09D9B7. Grayscale: #686868. Windows color (decimal): -645560 or 4728566. OLE color: 4728566.

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

Color convert

RGB 246 38 72 -
CMYK 0 0.85 0.71 0.04
HSL 350.19º 0.92% 0.56% -
HSV(B) 350.19º 0.85% 0.96% -
XYZ 39.87 21.45 8.17 -
YUV 104.07 109.91 229.24 -
System Red Green Blue C M Y K H S L
Decimal 246 38 72 0 0.85 0.71 0.04 350.19 0.92 0.56
Hex F6 26 48 0 55 47 4 15E 5C 38
Octal 366 46 110 0 125 107 4 536 134 70
Binary 11110110 100110 1001000 0 1010101 1000111 100 101011110 1011100 111000

Color Harmonies of #F62648

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F62648

Black with #F62648

Text Example


Text Example

White with #F62648

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F62648; }

 p { color: rgb(246,38,72); }

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

background-color css

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

 a { background-color: rgb(246,38,72); }

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

border-color css

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

 span { border-color: rgb(246,38,72); }

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