Html Css Color HEX #F1174D Amaranth

📋 copy color: '#F1174D'

red 241 ◦ green 23 ◦ blue 77

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

Shades of Amaranth #F1174D

Tints of Amaranth #F1174D

RGB

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

 GREEN value IS 23 (9.38% from 255) = 6.74%

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

R = 70.67%
G = 6.74%
B = 22.58%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.68

 K value IS 0.05

RGB Variations

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

Color information

#F1174D (or 0xF1174D) is known color: Amaranth. HEX triplet: F1, 17 and 4D. RGB value is (241,23,77). Sum of RGB (Red+Green+Blue) = 241+23+77=341 (45% of max value = 765). Red value is 241 (94.53% from 255 or 70.67% from 341); Green value is 23 (9.38% from 255 or 6.74% from 341); Blue value is 77 (30.47% from 255 or 22.58% from 341); Max value from RGB is 241 - color contains mainly: red. Hex color #F1174D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F1174D is #0EE8B2. Grayscale: #5E5E5E. Windows color (decimal): -977075 or 5052401. OLE color: 5052401.

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

Color convert

RGB 241 23 77 -
CMYK 0 0.90 0.68 0.05
HSL 345.14º 0.89% 0.52% -
HSV(B) 345.14º 0.9% 0.95% -
XYZ 37.92 19.85 8.85 -
YUV 94.34 118.22 232.61 -
System Red Green Blue C M Y K H S L
Decimal 241 23 77 0 0.90 0.68 0.05 345.14 0.89 0.52
Hex F1 17 4D 0 5A 44 5 159 59 34
Octal 361 27 115 0 132 104 5 531 131 64
Binary 11110001 10111 1001101 0 1011010 1000100 101 101011001 1011001 110100

Color Harmonies of #F1174D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1174D

Black with #F1174D

Text Example


Text Example

White with #F1174D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1174D; }

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

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

background-color css

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

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

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

border-color css

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

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

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