Html Css Color HEX #F1164D Amaranth

📋 copy color: '#F1164D'

red 241 ◦ green 22 ◦ blue 77

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

Shades of Amaranth #F1164D

Tints of Amaranth #F1164D

RGB

 RED value IS 241 (94.53% from 255) = 70.88%

 GREEN value IS 22 (8.98% from 255) = 6.47%

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

R = 70.88%
G = 6.47%
B = 22.65%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.68

 K value IS 0.05

RGB Variations

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

Color information

#F1164D (or 0xF1164D) is known color: Amaranth. HEX triplet: F1, 16 and 4D. RGB value is (241,22,77). Sum of RGB (Red+Green+Blue) = 241+22+77=340 (45% of max value = 765). Red value is 241 (94.53% from 255 or 70.88% from 340); Green value is 22 (8.98% from 255 or 6.47% from 340); Blue value is 77 (30.47% from 255 or 22.65% from 340); Max value from RGB is 241 - color contains mainly: red. Hex color #F1164D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F1164D is #0EE9B2. Grayscale: #5D5D5D. Windows color (decimal): -977331 or 5052145. OLE color: 5052145.

HSL color Cylindrical-coordinate representation of color #F1164D: hue angle of 344.93º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F1164D is Cyan = 0, Magento = 0.91, Yellow = 0.68 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 22 77 -
CMYK 0 0.91 0.68 0.05
HSL 344.93º 0.89% 0.52% -
HSV(B) 344.93º 0.91% 0.95% -
XYZ 37.9 19.81 8.85 -
YUV 93.75 118.55 233.03 -
System Red Green Blue C M Y K H S L
Decimal 241 22 77 0 0.91 0.68 0.05 344.93 0.89 0.52
Hex F1 16 4D 0 5B 44 5 159 59 34
Octal 361 26 115 0 133 104 5 531 131 64
Binary 11110001 10110 1001101 0 1011011 1000100 101 101011001 1011001 110100

Color Harmonies of #F1164D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1164D

Black with #F1164D

Text Example


Text Example

White with #F1164D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1164D; }

 p { color: rgb(241,22,77); }

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

background-color css

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

 a { background-color: rgb(241,22,77); }

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

border-color css

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

 span { border-color: rgb(241,22,77); }

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