Html Css Color HEX #F63444 Amaranth

📋 copy color: '#F63444'

red 246 ◦ green 52 ◦ blue 68

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

Shades of Amaranth #F63444

Tints of Amaranth #F63444

RGB

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

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

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

R = 67.21%
G = 14.21%
B = 18.58%

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

#F63444 (or 0xF63444) is known color: Amaranth. HEX triplet: F6, 34 and 44. RGB value is (246,52,68). Sum of RGB (Red+Green+Blue) = 246+52+68=366 (48% of max value = 765). Red value is 246 (96.48% from 255 or 67.21% from 366); Green value is 52 (20.70% from 255 or 14.21% from 366); Blue value is 68 (26.95% from 255 or 18.58% from 366); Max value from RGB is 246 - color contains mainly: red. Hex color #F63444 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F63444 is #09CBBB. Grayscale: #6F6F6F. Windows color (decimal): -641980 or 4470006. OLE color: 4470006.

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

Color convert

RGB 246 52 68 -
CMYK 0 0.79 0.72 0.04
HSL 355.05º 0.92% 0.58% -
HSV(B) 355.05º 0.79% 0.96% -
XYZ 40.28 22.47 7.68 -
YUV 111.83 103.27 223.7 -
System Red Green Blue C M Y K H S L
Decimal 246 52 68 0 0.79 0.72 0.04 355.05 0.92 0.58
Hex F6 34 44 0 4F 48 4 163 5C 3A
Octal 366 64 104 0 117 110 4 543 134 72
Binary 11110110 110100 1000100 0 1001111 1001000 100 101100011 1011100 111010

Color Harmonies of #F63444

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F63444

Black with #F63444

Text Example


Text Example

White with #F63444

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F63444; }

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

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

background-color css

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

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

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

border-color css

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

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

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