Html Css Color HEX #F62050 Amaranth

📋 copy color: '#F62050'

red 246 ◦ green 32 ◦ blue 80

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

Shades of Amaranth #F62050

Tints of Amaranth #F62050

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 22.35%

R = 68.72%
G = 8.94%
B = 22.35%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.67

 K value IS 0.04

RGB Variations

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

Color information

#F62050 (or 0xF62050) is known color: Amaranth. HEX triplet: F6, 20 and 50. RGB value is (246,32,80). Sum of RGB (Red+Green+Blue) = 246+32+80=358 (47% of max value = 765). Red value is 246 (96.48% from 255 or 68.72% from 358); Green value is 32 (12.89% from 255 or 8.94% from 358); Blue value is 80 (31.64% from 255 or 22.35% from 358); Max value from RGB is 246 - color contains mainly: red. Hex color #F62050 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F62050 is #09DFAF. Grayscale: #656565. Windows color (decimal): -647088 or 5251318. OLE color: 5251318.

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

Color convert

RGB 246 32 80 -
CMYK 0 0.87 0.67 0.04
HSL 346.54º 0.92% 0.55% -
HSV(B) 346.54º 0.87% 0.96% -
XYZ 39.97 21.21 9.58 -
YUV 101.46 115.9 231.1 -
System Red Green Blue C M Y K H S L
Decimal 246 32 80 0 0.87 0.67 0.04 346.54 0.92 0.55
Hex F6 20 50 0 57 43 4 15B 5C 37
Octal 366 40 120 0 127 103 4 533 134 67
Binary 11110110 100000 1010000 0 1010111 1000011 100 101011011 1011100 110111

Color Harmonies of #F62050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F62050

Black with #F62050

Text Example


Text Example

White with #F62050

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F62050; }

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

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

background-color css

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

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

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

border-color css

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

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

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