Html Css Color HEX #F63148 Amaranth

📋 copy color: '#F63148'

red 246 ◦ green 49 ◦ blue 72

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

Shades of Amaranth #F63148

Tints of Amaranth #F63148

RGB

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

 GREEN value IS 49 (19.53% from 255) = 13.35%

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

R = 67.03%
G = 13.35%
B = 19.62%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.71

 K value IS 0.04

RGB Variations

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

Color information

#F63148 (or 0xF63148) is known color: Amaranth. HEX triplet: F6, 31 and 48. RGB value is (246,49,72). Sum of RGB (Red+Green+Blue) = 246+49+72=367 (48% of max value = 765). Red value is 246 (96.48% from 255 or 67.03% from 367); Green value is 49 (19.53% from 255 or 13.35% from 367); Blue value is 72 (28.52% from 255 or 19.62% from 367); Max value from RGB is 246 - color contains mainly: red. Hex color #F63148 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F63148 is #09CEB7. Grayscale: #6E6E6E. Windows color (decimal): -642744 or 4731382. OLE color: 4731382.

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

Color convert

RGB 246 49 72 -
CMYK 0 0.80 0.71 0.04
HSL 352.99º 0.92% 0.58% -
HSV(B) 352.99º 0.8% 0.96% -
XYZ 40.27 22.26 8.3 -
YUV 110.53 106.27 224.63 -
System Red Green Blue C M Y K H S L
Decimal 246 49 72 0 0.80 0.71 0.04 352.99 0.92 0.58
Hex F6 31 48 0 50 47 4 161 5C 3A
Octal 366 61 110 0 120 107 4 541 134 72
Binary 11110110 110001 1001000 0 1010000 1000111 100 101100001 1011100 111010

Color Harmonies of #F63148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F63148

Black with #F63148

Text Example


Text Example

White with #F63148

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F63148; }

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

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

background-color css

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

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

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

border-color css

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

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

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