Html Css Color HEX #F63642 Amaranth

📋 copy color: '#F63642'

red 246 ◦ green 54 ◦ blue 66

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

Shades of Amaranth #F63642

Tints of Amaranth #F63642

RGB

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

 GREEN value IS 54 (21.48% from 255) = 14.75%

 BLUE value IS 66 (26.17% from 255) = 18.03%

R = 67.21%
G = 14.75%
B = 18.03%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.73

 K value IS 0.04

RGB Variations

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

Color information

#F63642 (or 0xF63642) is known color: Amaranth. HEX triplet: F6, 36 and 42. RGB value is (246,54,66). Sum of RGB (Red+Green+Blue) = 246+54+66=366 (48% of max value = 765). Red value is 246 (96.48% from 255 or 67.21% from 366); Green value is 54 (21.48% from 255 or 14.75% from 366); Blue value is 66 (26.17% from 255 or 18.03% from 366); Max value from RGB is 246 - color contains mainly: red. Hex color #F63642 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F63642 is #09C9BD. Grayscale: #707070. Windows color (decimal): -641470 or 4339446. OLE color: 4339446.

HSL color Cylindrical-coordinate representation of color #F63642: hue angle of 356.25º degrees, saturation: 0.91, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #F63642 is Cyan = 0, Magento = 0.78, Yellow = 0.73 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 54 66 -
CMYK 0 0.78 0.73 0.04
HSL 356.25º 0.91% 0.59% -
HSV(B) 356.25º 0.78% 0.96% -
XYZ 40.31 22.62 7.4 -
YUV 112.78 101.61 223.02 -
System Red Green Blue C M Y K H S L
Decimal 246 54 66 0 0.78 0.73 0.04 356.25 0.91 0.59
Hex F6 36 42 0 4E 49 4 164 5B 3B
Octal 366 66 102 0 116 111 4 544 133 73
Binary 11110110 110110 1000010 0 1001110 1001001 100 101100100 1011011 111011

Color Harmonies of #F63642

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F63642

Black with #F63642

Text Example


Text Example

White with #F63642

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F63642; }

 p { color: rgb(246,54,66); }

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

background-color css

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

 a { background-color: rgb(246,54,66); }

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

border-color css

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

 span { border-color: rgb(246,54,66); }

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