Html Css Color HEX #F61A54 Amaranth

📋 copy color: '#F61A54'

red 246 ◦ green 26 ◦ blue 84

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

Shades of Amaranth #F61A54

Tints of Amaranth #F61A54

RGB

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

 GREEN value IS 26 (10.55% from 255) = 7.3%

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

R = 69.1%
G = 7.3%
B = 23.6%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.66

 K value IS 0.04

RGB Variations

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

Color information

#F61A54 (or 0xF61A54) is known color: Amaranth. HEX triplet: F6, 1A and 54. RGB value is (246,26,84). Sum of RGB (Red+Green+Blue) = 246+26+84=356 (47% of max value = 765). Red value is 246 (96.48% from 255 or 69.10% from 356); Green value is 26 (10.55% from 255 or 7.30% from 356); Blue value is 84 (33.20% from 255 or 23.60% from 356); Max value from RGB is 246 - color contains mainly: red. Hex color #F61A54 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F61A54 is #09E5AB. Grayscale: #626262. Windows color (decimal): -648620 or 5511926. OLE color: 5511926.

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

Color convert

RGB 246 26 84 -
CMYK 0 0.89 0.66 0.04
HSL 344.18º 0.92% 0.53% -
HSV(B) 344.18º 0.89% 0.96% -
XYZ 39.98 20.97 10.33 -
YUV 98.39 119.89 233.28 -
System Red Green Blue C M Y K H S L
Decimal 246 26 84 0 0.89 0.66 0.04 344.18 0.92 0.53
Hex F6 1A 54 0 59 42 4 158 5C 35
Octal 366 32 124 0 131 102 4 530 134 65
Binary 11110110 11010 1010100 0 1011001 1000010 100 101011000 1011100 110101

Color Harmonies of #F61A54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F61A54

Black with #F61A54

Text Example


Text Example

White with #F61A54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F61A54; }

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

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

background-color css

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

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

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

border-color css

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

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

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