Html Css Color HEX #F61A51 Amaranth

📋 copy color: '#F61A51'

red 246 ◦ green 26 ◦ blue 81

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

Shades of Amaranth #F61A51

Tints of Amaranth #F61A51

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 22.95%

R = 69.69%
G = 7.37%
B = 22.95%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.67

 K value IS 0.04

RGB Variations

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

Color information

#F61A51 (or 0xF61A51) is known color: Amaranth. HEX triplet: F6, 1A and 51. RGB value is (246,26,81). Sum of RGB (Red+Green+Blue) = 246+26+81=353 (46% of max value = 765). Red value is 246 (96.48% from 255 or 69.69% from 353); Green value is 26 (10.55% from 255 or 7.37% from 353); Blue value is 81 (32.03% from 255 or 22.95% from 353); Max value from RGB is 246 - color contains mainly: red. Hex color #F61A51 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F61A51 is #09E5AE. Grayscale: #626262. Windows color (decimal): -648623 or 5315318. OLE color: 5315318.

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

Color convert

RGB 246 26 81 -
CMYK 0 0.89 0.67 0.04
HSL 345º 0.92% 0.53% -
HSV(B) 345º 0.89% 0.96% -
XYZ 39.86 20.93 9.72 -
YUV 98.05 118.39 233.53 -
System Red Green Blue C M Y K H S L
Decimal 246 26 81 0 0.89 0.67 0.04 345 0.92 0.53
Hex F6 1A 51 0 59 43 4 159 5C 35
Octal 366 32 121 0 131 103 4 531 134 65
Binary 11110110 11010 1010001 0 1011001 1000011 100 101011001 1011100 110101

Color Harmonies of #F61A51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F61A51

Black with #F61A51

Text Example


Text Example

White with #F61A51

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F61A51; }

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

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

background-color css

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

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

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

border-color css

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

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

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