Html Css Color HEX #F63542 Amaranth

📋 copy color: '#F63542'

red 246 ◦ green 53 ◦ blue 66

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

Shades of Amaranth #F63542

Tints of Amaranth #F63542

RGB

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

 GREEN value IS 53 (21.09% from 255) = 14.52%

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

R = 67.4%
G = 14.52%
B = 18.08%

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

#F63542 (or 0xF63542) is known color: Amaranth. HEX triplet: F6, 35 and 42. RGB value is (246,53,66). Sum of RGB (Red+Green+Blue) = 246+53+66=365 (48% of max value = 765). Red value is 246 (96.48% from 255 or 67.40% from 365); Green value is 53 (21.09% from 255 or 14.52% from 365); Blue value is 66 (26.17% from 255 or 18.08% from 365); Max value from RGB is 246 - color contains mainly: red. Hex color #F63542 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F63542 is #09CABD. Grayscale: #707070. Windows color (decimal): -641726 or 4339190. OLE color: 4339190.

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

Color convert

RGB 246 53 66 -
CMYK 0 0.78 0.73 0.04
HSL 355.96º 0.91% 0.59% -
HSV(B) 355.96º 0.78% 0.96% -
XYZ 40.26 22.53 7.38 -
YUV 112.19 101.94 223.44 -
System Red Green Blue C M Y K H S L
Decimal 246 53 66 0 0.78 0.73 0.04 355.96 0.91 0.59
Hex F6 35 42 0 4E 49 4 164 5B 3B
Octal 366 65 102 0 116 111 4 544 133 73
Binary 11110110 110101 1000010 0 1001110 1001001 100 101100100 1011011 111011

Color Harmonies of #F63542

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F63542

Black with #F63542

Text Example


Text Example

White with #F63542

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F63542; }

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

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

background-color css

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

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

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

border-color css

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

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

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