Html Css Color HEX #F63448 Amaranth

📋 copy color: '#F63448'

red 246 ◦ green 52 ◦ blue 72

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

Shades of Amaranth #F63448

Tints of Amaranth #F63448

RGB

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

 GREEN value IS 52 (20.7% from 255) = 14.05%

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

R = 66.49%
G = 14.05%
B = 19.46%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.71

 K value IS 0.04

RGB Variations

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

Color information

#F63448 (or 0xF63448) is known color: Amaranth. HEX triplet: F6, 34 and 48. RGB value is (246,52,72). Sum of RGB (Red+Green+Blue) = 246+52+72=370 (49% of max value = 765). Red value is 246 (96.48% from 255 or 66.49% from 370); Green value is 52 (20.70% from 255 or 14.05% from 370); Blue value is 72 (28.52% from 255 or 19.46% from 370); Max value from RGB is 246 - color contains mainly: red. Hex color #F63448 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F63448 is #09CBB7. Grayscale: #707070. Windows color (decimal): -641976 or 4732150. OLE color: 4732150.

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

Color convert

RGB 246 52 72 -
CMYK 0 0.79 0.71 0.04
HSL 353.81º 0.92% 0.58% -
HSV(B) 353.81º 0.79% 0.96% -
XYZ 40.4 22.52 8.35 -
YUV 112.29 105.27 223.37 -
System Red Green Blue C M Y K H S L
Decimal 246 52 72 0 0.79 0.71 0.04 353.81 0.92 0.58
Hex F6 34 48 0 4F 47 4 162 5C 3A
Octal 366 64 110 0 117 107 4 542 134 72
Binary 11110110 110100 1001000 0 1001111 1000111 100 101100010 1011100 111010

Color Harmonies of #F63448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F63448

Black with #F63448

Text Example


Text Example

White with #F63448

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F63448; }

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

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

background-color css

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

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

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

border-color css

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

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

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