Html Css Color HEX #F1344A Amaranth

📋 copy color: '#F1344A'

red 241 ◦ green 52 ◦ blue 74

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

Shades of Amaranth #F1344A

Tints of Amaranth #F1344A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 20.16%

R = 65.67%
G = 14.17%
B = 20.16%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.69

 K value IS 0.05

RGB Variations

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

Color information

#F1344A (or 0xF1344A) is known color: Amaranth. HEX triplet: F1, 34 and 4A. RGB value is (241,52,74). Sum of RGB (Red+Green+Blue) = 241+52+74=367 (48% of max value = 765). Red value is 241 (94.53% from 255 or 65.67% from 367); Green value is 52 (20.70% from 255 or 14.17% from 367); Blue value is 74 (29.30% from 255 or 20.16% from 367); Max value from RGB is 241 - color contains mainly: red. Hex color #F1344A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F1344A is #0ECBB5. Grayscale: #6F6F6F. Windows color (decimal): -969654 or 4863217. OLE color: 4863217.

HSL color Cylindrical-coordinate representation of color #F1344A: hue angle of 353.02º 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 #F1344A is Cyan = 0, Magento = 0.78, Yellow = 0.69 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 52 74 -
CMYK 0 0.78 0.69 0.05
HSL 353.02º 0.87% 0.57% -
HSV(B) 353.02º 0.78% 0.95% -
XYZ 38.74 21.65 8.62 -
YUV 111.02 107.12 220.71 -
System Red Green Blue C M Y K H S L
Decimal 241 52 74 0 0.78 0.69 0.05 353.02 0.87 0.57
Hex F1 34 4A 0 4E 45 5 161 57 39
Octal 361 64 112 0 116 105 5 541 127 71
Binary 11110001 110100 1001010 0 1001110 1000101 101 101100001 1010111 111001

Color Harmonies of #F1344A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1344A

Black with #F1344A

Text Example


Text Example

White with #F1344A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1344A; }

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

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

background-color css

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

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

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

border-color css

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

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

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