Html Css Color HEX #F62548 Amaranth

📋 copy color: '#F62548'

red 246 ◦ green 37 ◦ blue 72

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

Shades of Amaranth #F62548

Tints of Amaranth #F62548

RGB

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

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

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

R = 69.3%
G = 10.42%
B = 20.28%

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

#F62548 (or 0xF62548) is known color: Amaranth. HEX triplet: F6, 25 and 48. RGB value is (246,37,72). Sum of RGB (Red+Green+Blue) = 246+37+72=355 (47% of max value = 765). Red value is 246 (96.48% from 255 or 69.30% from 355); Green value is 37 (14.84% from 255 or 10.42% from 355); Blue value is 72 (28.52% from 255 or 20.28% from 355); Max value from RGB is 246 - color contains mainly: red. Hex color #F62548 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F62548 is #09DAB7. Grayscale: #676767. Windows color (decimal): -645816 or 4728310. OLE color: 4728310.

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

Color convert

RGB 246 37 72 -
CMYK 0 0.85 0.71 0.04
HSL 349.95º 0.92% 0.55% -
HSV(B) 349.95º 0.85% 0.96% -
XYZ 39.84 21.38 8.16 -
YUV 103.48 110.24 229.65 -
System Red Green Blue C M Y K H S L
Decimal 246 37 72 0 0.85 0.71 0.04 349.95 0.92 0.55
Hex F6 25 48 0 55 47 4 15E 5C 37
Octal 366 45 110 0 125 107 4 536 134 67
Binary 11110110 100101 1001000 0 1010101 1000111 100 101011110 1011100 110111

Color Harmonies of #F62548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F62548

Black with #F62548

Text Example


Text Example

White with #F62548

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F62548; }

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

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

background-color css

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

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

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

border-color css

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

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

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