Html Css Color HEX #F62848 Amaranth

📋 copy color: '#F62848'

red 246 ◦ green 40 ◦ blue 72

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

Shades of Amaranth #F62848

Tints of Amaranth #F62848

RGB

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

 GREEN value IS 40 (16.02% from 255) = 11.17%

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

R = 68.72%
G = 11.17%
B = 20.11%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.71

 K value IS 0.04

RGB Variations

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

Color information

#F62848 (or 0xF62848) is known color: Amaranth. HEX triplet: F6, 28 and 48. RGB value is (246,40,72). Sum of RGB (Red+Green+Blue) = 246+40+72=358 (47% of max value = 765). Red value is 246 (96.48% from 255 or 68.72% from 358); Green value is 40 (16.02% from 255 or 11.17% from 358); Blue value is 72 (28.52% from 255 or 20.11% from 358); Max value from RGB is 246 - color contains mainly: red. Hex color #F62848 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F62848 is #09D7B7. Grayscale: #696969. Windows color (decimal): -645048 or 4729078. OLE color: 4729078.

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

Color convert

RGB 246 40 72 -
CMYK 0 0.84 0.71 0.04
HSL 350.68º 0.92% 0.56% -
HSV(B) 350.68º 0.84% 0.96% -
XYZ 39.93 21.58 8.19 -
YUV 105.24 109.25 228.4 -
System Red Green Blue C M Y K H S L
Decimal 246 40 72 0 0.84 0.71 0.04 350.68 0.92 0.56
Hex F6 28 48 0 54 47 4 15F 5C 38
Octal 366 50 110 0 124 107 4 537 134 70
Binary 11110110 101000 1001000 0 1010100 1000111 100 101011111 1011100 111000

Color Harmonies of #F62848

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F62848

Black with #F62848

Text Example


Text Example

White with #F62848

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F62848; }

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

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

background-color css

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

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

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

border-color css

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

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

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