Html Css Color HEX #F63243 Amaranth

📋 copy color: '#F63243'

red 246 ◦ green 50 ◦ blue 67

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

Shades of Amaranth #F63243

Tints of Amaranth #F63243

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 18.46%

R = 67.77%
G = 13.77%
B = 18.46%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.73

 K value IS 0.04

RGB Variations

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

Color information

#F63243 (or 0xF63243) is known color: Amaranth. HEX triplet: F6, 32 and 43. RGB value is (246,50,67). Sum of RGB (Red+Green+Blue) = 246+50+67=363 (48% of max value = 765). Red value is 246 (96.48% from 255 or 67.77% from 363); Green value is 50 (19.92% from 255 or 13.77% from 363); Blue value is 67 (26.56% from 255 or 18.46% from 363); Max value from RGB is 246 - color contains mainly: red. Hex color #F63243 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F63243 is #09CDBC. Grayscale: #6E6E6E. Windows color (decimal): -642493 or 4403958. OLE color: 4403958.

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

Color convert

RGB 246 50 67 -
CMYK 0 0.80 0.73 0.04
HSL 354.8º 0.92% 0.58% -
HSV(B) 354.8º 0.8% 0.96% -
XYZ 40.16 22.28 7.49 -
YUV 110.54 103.43 224.62 -
System Red Green Blue C M Y K H S L
Decimal 246 50 67 0 0.80 0.73 0.04 354.8 0.92 0.58
Hex F6 32 43 0 50 49 4 163 5C 3A
Octal 366 62 103 0 120 111 4 543 134 72
Binary 11110110 110010 1000011 0 1010000 1001001 100 101100011 1011100 111010

Color Harmonies of #F63243

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F63243

Black with #F63243

Text Example


Text Example

White with #F63243

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F63243; }

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

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

background-color css

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

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

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

border-color css

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

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

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