Html Css Color HEX #F61A4D Amaranth

📋 copy color: '#F61A4D'

red 246 ◦ green 26 ◦ blue 77

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

Shades of Amaranth #F61A4D

Tints of Amaranth #F61A4D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 22.06%

R = 70.49%
G = 7.45%
B = 22.06%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.69

 K value IS 0.04

RGB Variations

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

Color information

#F61A4D (or 0xF61A4D) is known color: Amaranth. HEX triplet: F6, 1A and 4D. RGB value is (246,26,77). Sum of RGB (Red+Green+Blue) = 246+26+77=349 (46% of max value = 765). Red value is 246 (96.48% from 255 or 70.49% from 349); Green value is 26 (10.55% from 255 or 7.45% from 349); Blue value is 77 (30.47% from 255 or 22.06% from 349); Max value from RGB is 246 - color contains mainly: red. Hex color #F61A4D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F61A4D is #09E5B2. Grayscale: #616161. Windows color (decimal): -648627 or 5053174. OLE color: 5053174.

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

Color convert

RGB 246 26 77 -
CMYK 0 0.89 0.69 0.04
HSL 346.09º 0.92% 0.53% -
HSV(B) 346.09º 0.89% 0.96% -
XYZ 39.71 20.87 8.96 -
YUV 97.59 116.39 233.85 -
System Red Green Blue C M Y K H S L
Decimal 246 26 77 0 0.89 0.69 0.04 346.09 0.92 0.53
Hex F6 1A 4D 0 59 45 4 15A 5C 35
Octal 366 32 115 0 131 105 4 532 134 65
Binary 11110110 11010 1001101 0 1011001 1000101 100 101011010 1011100 110101

Color Harmonies of #F61A4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F61A4D

Black with #F61A4D

Text Example


Text Example

White with #F61A4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F61A4D; }

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

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

background-color css

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

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

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

border-color css

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

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

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