Html Css Color HEX #F63344 Amaranth

📋 copy color: '#F63344'

red 246 ◦ green 51 ◦ blue 68

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

Shades of Amaranth #F63344

Tints of Amaranth #F63344

RGB

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

 GREEN value IS 51 (20.31% from 255) = 13.97%

 BLUE value IS 68 (26.95% from 255) = 18.63%

R = 67.4%
G = 13.97%
B = 18.63%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.72

 K value IS 0.04

RGB Variations

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

Color information

#F63344 (or 0xF63344) is known color: Amaranth. HEX triplet: F6, 33 and 44. RGB value is (246,51,68). Sum of RGB (Red+Green+Blue) = 246+51+68=365 (48% of max value = 765). Red value is 246 (96.48% from 255 or 67.40% from 365); Green value is 51 (20.31% from 255 or 13.97% from 365); Blue value is 68 (26.95% from 255 or 18.63% from 365); Max value from RGB is 246 - color contains mainly: red. Hex color #F63344 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F63344 is #09CCBB. Grayscale: #6F6F6F. Windows color (decimal): -642236 or 4469750. OLE color: 4469750.

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

Color convert

RGB 246 51 68 -
CMYK 0 0.79 0.72 0.04
HSL 354.77º 0.92% 0.58% -
HSV(B) 354.77º 0.79% 0.96% -
XYZ 40.23 22.38 7.67 -
YUV 111.24 103.6 224.12 -
System Red Green Blue C M Y K H S L
Decimal 246 51 68 0 0.79 0.72 0.04 354.77 0.92 0.58
Hex F6 33 44 0 4F 48 4 163 5C 3A
Octal 366 63 104 0 117 110 4 543 134 72
Binary 11110110 110011 1000100 0 1001111 1001000 100 101100011 1011100 111010

Color Harmonies of #F63344

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F63344

Black with #F63344

Text Example


Text Example

White with #F63344

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F63344; }

 p { color: rgb(246,51,68); }

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

background-color css

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

 a { background-color: rgb(246,51,68); }

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

border-color css

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

 span { border-color: rgb(246,51,68); }

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