Html Css Color HEX #F62054 Amaranth

📋 copy color: '#F62054'

red 246 ◦ green 32 ◦ blue 84

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

Shades of Amaranth #F62054

Tints of Amaranth #F62054

RGB

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

 GREEN value IS 32 (12.89% from 255) = 8.84%

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

R = 67.96%
G = 8.84%
B = 23.2%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.66

 K value IS 0.04

RGB Variations

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

Color information

#F62054 (or 0xF62054) is known color: Amaranth. HEX triplet: F6, 20 and 54. RGB value is (246,32,84). Sum of RGB (Red+Green+Blue) = 246+32+84=362 (47% of max value = 765). Red value is 246 (96.48% from 255 or 67.96% from 362); Green value is 32 (12.89% from 255 or 8.84% from 362); Blue value is 84 (33.20% from 255 or 23.20% from 362); Max value from RGB is 246 - color contains mainly: red. Hex color #F62054 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F62054 is #09DFAB. Grayscale: #656565. Windows color (decimal): -647084 or 5513462. OLE color: 5513462.

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

Color convert

RGB 246 32 84 -
CMYK 0 0.87 0.66 0.04
HSL 345.42º 0.92% 0.55% -
HSV(B) 345.42º 0.87% 0.96% -
XYZ 40.12 21.27 10.38 -
YUV 101.91 117.9 230.77 -
System Red Green Blue C M Y K H S L
Decimal 246 32 84 0 0.87 0.66 0.04 345.42 0.92 0.55
Hex F6 20 54 0 57 42 4 159 5C 37
Octal 366 40 124 0 127 102 4 531 134 67
Binary 11110110 100000 1010100 0 1010111 1000010 100 101011001 1011100 110111

Color Harmonies of #F62054

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F62054

Black with #F62054

Text Example


Text Example

White with #F62054

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F62054; }

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

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

background-color css

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

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

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

border-color css

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

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

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