Html Css Color HEX #F1344D Amaranth

📋 copy color: '#F1344D'

red 241 ◦ green 52 ◦ blue 77

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

Shades of Amaranth #F1344D

Tints of Amaranth #F1344D

RGB

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

 GREEN value IS 52 (20.7% from 255) = 14.05%

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

R = 65.14%
G = 14.05%
B = 20.81%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.68

 K value IS 0.05

RGB Variations

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

Color information

#F1344D (or 0xF1344D) is known color: Amaranth. HEX triplet: F1, 34 and 4D. RGB value is (241,52,77). Sum of RGB (Red+Green+Blue) = 241+52+77=370 (49% of max value = 765). Red value is 241 (94.53% from 255 or 65.14% from 370); Green value is 52 (20.70% from 255 or 14.05% from 370); Blue value is 77 (30.47% from 255 or 20.81% from 370); Max value from RGB is 241 - color contains mainly: red. Hex color #F1344D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F1344D is #0ECBB2. Grayscale: #6F6F6F. Windows color (decimal): -969651 or 5059825. OLE color: 5059825.

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

Color convert

RGB 241 52 77 -
CMYK 0 0.78 0.68 0.05
HSL 352.06º 0.87% 0.57% -
HSV(B) 352.06º 0.78% 0.95% -
XYZ 38.84 21.69 9.16 -
YUV 111.36 108.62 220.47 -
System Red Green Blue C M Y K H S L
Decimal 241 52 77 0 0.78 0.68 0.05 352.06 0.87 0.57
Hex F1 34 4D 0 4E 44 5 160 57 39
Octal 361 64 115 0 116 104 5 540 127 71
Binary 11110001 110100 1001101 0 1001110 1000100 101 101100000 1010111 111001

Color Harmonies of #F1344D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1344D

Black with #F1344D

Text Example


Text Example

White with #F1344D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1344D; }

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

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

background-color css

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

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

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

border-color css

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

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

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