Html Css Color HEX #F63247 Amaranth

📋 copy color: '#F63247'

red 246 ◦ green 50 ◦ blue 71

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

Shades of Amaranth #F63247

Tints of Amaranth #F63247

RGB

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

 GREEN value IS 50 (19.92% from 255) = 13.62%

 BLUE value IS 71 (28.13% from 255) = 19.35%

R = 67.03%
G = 13.62%
B = 19.35%

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

#F63247 (or 0xF63247) is known color: Amaranth. HEX triplet: F6, 32 and 47. RGB value is (246,50,71). Sum of RGB (Red+Green+Blue) = 246+50+71=367 (48% of max value = 765). Red value is 246 (96.48% from 255 or 67.03% from 367); Green value is 50 (19.92% from 255 or 13.62% from 367); Blue value is 71 (28.12% from 255 or 19.35% from 367); Max value from RGB is 246 - color contains mainly: red. Hex color #F63247 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F63247 is #09CDB8. Grayscale: #6F6F6F. Windows color (decimal): -642489 or 4666102. OLE color: 4666102.

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

Color convert

RGB 246 50 71 -
CMYK 0 0.80 0.71 0.04
HSL 353.57º 0.92% 0.58% -
HSV(B) 353.57º 0.8% 0.96% -
XYZ 40.28 22.33 8.15 -
YUV 111 105.43 224.29 -
System Red Green Blue C M Y K H S L
Decimal 246 50 71 0 0.80 0.71 0.04 353.57 0.92 0.58
Hex F6 32 47 0 50 47 4 162 5C 3A
Octal 366 62 107 0 120 107 4 542 134 72
Binary 11110110 110010 1000111 0 1010000 1000111 100 101100010 1011100 111010

Color Harmonies of #F63247

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F63247

Black with #F63247

Text Example


Text Example

White with #F63247

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F63247; }

 p { color: rgb(246,50,71); }

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

background-color css

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

 a { background-color: rgb(246,50,71); }

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

border-color css

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

 span { border-color: rgb(246,50,71); }

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