Html Css Color HEX #F62854 Amaranth

📋 copy color: '#F62854'

red 246 ◦ green 40 ◦ blue 84

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

Shades of Amaranth #F62854

Tints of Amaranth #F62854

RGB

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

 GREEN value IS 40 (16.02% from 255) = 10.81%

 BLUE value IS 84 (33.2% from 255) = 22.7%

R = 66.49%
G = 10.81%
B = 22.7%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.66

 K value IS 0.04

RGB Variations

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

Color information

#F62854 (or 0xF62854) is known color: Amaranth. HEX triplet: F6, 28 and 54. RGB value is (246,40,84). Sum of RGB (Red+Green+Blue) = 246+40+84=370 (49% of max value = 765). Red value is 246 (96.48% from 255 or 66.49% from 370); Green value is 40 (16.02% from 255 or 10.81% from 370); Blue value is 84 (33.20% from 255 or 22.70% from 370); Max value from RGB is 246 - color contains mainly: red. Hex color #F62854 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F62854 is #09D7AB. Grayscale: #6A6A6A. Windows color (decimal): -645036 or 5515510. OLE color: 5515510.

HSL color Cylindrical-coordinate representation of color #F62854: hue angle of 347.18º degrees, saturation: 0.92, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F62854 is Cyan = 0, Magento = 0.84, Yellow = 0.66 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 40 84 -
CMYK 0 0.84 0.66 0.04
HSL 347.18º 0.92% 0.56% -
HSV(B) 347.18º 0.84% 0.96% -
XYZ 40.37 21.75 10.46 -
YUV 106.61 115.25 227.42 -
System Red Green Blue C M Y K H S L
Decimal 246 40 84 0 0.84 0.66 0.04 347.18 0.92 0.56
Hex F6 28 54 0 54 42 4 15B 5C 38
Octal 366 50 124 0 124 102 4 533 134 70
Binary 11110110 101000 1010100 0 1010100 1000010 100 101011011 1011100 111000

Color Harmonies of #F62854

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F62854

Black with #F62854

Text Example


Text Example

White with #F62854

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F62854; }

 p { color: rgb(246,40,84); }

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

background-color css

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

 a { background-color: rgb(246,40,84); }

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

border-color css

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

 span { border-color: rgb(246,40,84); }

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