Html Css Color HEX #F62948 Amaranth

📋 copy color: '#F62948'

red 246 ◦ green 41 ◦ blue 72

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

Shades of Amaranth #F62948

Tints of Amaranth #F62948

RGB

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

 GREEN value IS 41 (16.41% from 255) = 11.42%

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

R = 68.52%
G = 11.42%
B = 20.06%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.71

 K value IS 0.04

RGB Variations

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

Color information

#F62948 (or 0xF62948) is known color: Amaranth. HEX triplet: F6, 29 and 48. RGB value is (246,41,72). Sum of RGB (Red+Green+Blue) = 246+41+72=359 (47% of max value = 765). Red value is 246 (96.48% from 255 or 68.52% from 359); Green value is 41 (16.41% from 255 or 11.42% from 359); Blue value is 72 (28.52% from 255 or 20.06% from 359); Max value from RGB is 246 - color contains mainly: red. Hex color #F62948 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F62948 is #09D6B7. Grayscale: #696969. Windows color (decimal): -644792 or 4729334. OLE color: 4729334.

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

Color convert

RGB 246 41 72 -
CMYK 0 0.83 0.71 0.04
HSL 350.93º 0.92% 0.56% -
HSV(B) 350.93º 0.83% 0.96% -
XYZ 39.97 21.65 8.2 -
YUV 105.83 108.92 227.98 -
System Red Green Blue C M Y K H S L
Decimal 246 41 72 0 0.83 0.71 0.04 350.93 0.92 0.56
Hex F6 29 48 0 53 47 4 15F 5C 38
Octal 366 51 110 0 123 107 4 537 134 70
Binary 11110110 101001 1001000 0 1010011 1000111 100 101011111 1011100 111000

Color Harmonies of #F62948

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F62948

Black with #F62948

Text Example


Text Example

White with #F62948

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F62948; }

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

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

background-color css

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

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

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

border-color css

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

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

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