Html Css Color HEX #F6184D Amaranth

📋 copy color: '#F6184D'

red 246 ◦ green 24 ◦ blue 77

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

Shades of Amaranth #F6184D

Tints of Amaranth #F6184D

RGB

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

 GREEN value IS 24 (9.77% from 255) = 6.92%

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

R = 70.89%
G = 6.92%
B = 22.19%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.69

 K value IS 0.04

RGB Variations

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

Color information

#F6184D (or 0xF6184D) is known color: Amaranth. HEX triplet: F6, 18 and 4D. RGB value is (246,24,77). Sum of RGB (Red+Green+Blue) = 246+24+77=347 (45% of max value = 765). Red value is 246 (96.48% from 255 or 70.89% from 347); Green value is 24 (9.77% from 255 or 6.92% from 347); Blue value is 77 (30.47% from 255 or 22.19% from 347); Max value from RGB is 246 - color contains mainly: red. Hex color #F6184D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F6184D is #09E7B2. Grayscale: #606060. Windows color (decimal): -649139 or 5052662. OLE color: 5052662.

HSL color Cylindrical-coordinate representation of color #F6184D: hue angle of 345.68º degrees, saturation: 0.93, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F6184D is Cyan = 0, Magento = 0.90, Yellow = 0.69 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 24 77 -
CMYK 0 0.90 0.69 0.04
HSL 345.68º 0.93% 0.53% -
HSV(B) 345.68º 0.9% 0.96% -
XYZ 39.67 20.78 8.94 -
YUV 96.42 117.05 234.69 -
System Red Green Blue C M Y K H S L
Decimal 246 24 77 0 0.90 0.69 0.04 345.68 0.93 0.53
Hex F6 18 4D 0 5A 45 4 15A 5C 35
Octal 366 30 115 0 132 105 4 532 134 65
Binary 11110110 11000 1001101 0 1011010 1000101 100 101011010 1011100 110101

Color Harmonies of #F6184D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6184D

Black with #F6184D

Text Example


Text Example

White with #F6184D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6184D; }

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

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

background-color css

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

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

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

border-color css

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

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

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