Html Css Color HEX #F61E53 Amaranth

📋 copy color: '#F61E53'

red 246 ◦ green 30 ◦ blue 83

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

Shades of Amaranth #F61E53

Tints of Amaranth #F61E53

RGB

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

 GREEN value IS 30 (12.11% from 255) = 8.36%

 BLUE value IS 83 (32.81% from 255) = 23.12%

R = 68.52%
G = 8.36%
B = 23.12%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.66

 K value IS 0.04

RGB Variations

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

Color information

#F61E53 (or 0xF61E53) is known color: Amaranth. HEX triplet: F6, 1E and 53. RGB value is (246,30,83). Sum of RGB (Red+Green+Blue) = 246+30+83=359 (47% of max value = 765). Red value is 246 (96.48% from 255 or 68.52% from 359); Green value is 30 (12.11% from 255 or 8.36% from 359); Blue value is 83 (32.81% from 255 or 23.12% from 359); Max value from RGB is 246 - color contains mainly: red. Hex color #F61E53 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F61E53 is #09E1AC. Grayscale: #646464. Windows color (decimal): -647597 or 5447414. OLE color: 5447414.

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

Color convert

RGB 246 30 83 -
CMYK 0 0.88 0.66 0.04
HSL 345.28º 0.92% 0.54% -
HSV(B) 345.28º 0.88% 0.96% -
XYZ 40.03 21.15 10.16 -
YUV 100.63 118.06 231.69 -
System Red Green Blue C M Y K H S L
Decimal 246 30 83 0 0.88 0.66 0.04 345.28 0.92 0.54
Hex F6 1E 53 0 58 42 4 159 5C 36
Octal 366 36 123 0 130 102 4 531 134 66
Binary 11110110 11110 1010011 0 1011000 1000010 100 101011001 1011100 110110

Color Harmonies of #F61E53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F61E53

Black with #F61E53

Text Example


Text Example

White with #F61E53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F61E53; }

 p { color: rgb(246,30,83); }

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

background-color css

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

 a { background-color: rgb(246,30,83); }

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

border-color css

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

 span { border-color: rgb(246,30,83); }

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