Html Css Color HEX #F1384A Amaranth

📋 copy color: '#F1384A'

red 241 ◦ green 56 ◦ blue 74

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

Shades of Amaranth #F1384A

Tints of Amaranth #F1384A

RGB

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

 GREEN value IS 56 (22.27% from 255) = 15.09%

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

R = 64.96%
G = 15.09%
B = 19.95%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.69

 K value IS 0.05

RGB Variations

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

Color information

#F1384A (or 0xF1384A) is known color: Amaranth. HEX triplet: F1, 38 and 4A. RGB value is (241,56,74). Sum of RGB (Red+Green+Blue) = 241+56+74=371 (49% of max value = 765). Red value is 241 (94.53% from 255 or 64.96% from 371); Green value is 56 (22.27% from 255 or 15.09% from 371); Blue value is 74 (29.30% from 255 or 19.95% from 371); Max value from RGB is 241 - color contains mainly: red. Hex color #F1384A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F1384A is #0EC7B5. Grayscale: #717171. Windows color (decimal): -968630 or 4864241. OLE color: 4864241.

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

Color convert

RGB 241 56 74 -
CMYK 0 0.77 0.69 0.05
HSL 354.16º 0.87% 0.58% -
HSV(B) 354.16º 0.77% 0.95% -
XYZ 38.93 22.02 8.68 -
YUV 113.37 105.79 219.04 -
System Red Green Blue C M Y K H S L
Decimal 241 56 74 0 0.77 0.69 0.05 354.16 0.87 0.58
Hex F1 38 4A 0 4D 45 5 162 57 3A
Octal 361 70 112 0 115 105 5 542 127 72
Binary 11110001 111000 1001010 0 1001101 1000101 101 101100010 1010111 111010

Color Harmonies of #F1384A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1384A

Black with #F1384A

Text Example


Text Example

White with #F1384A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1384A; }

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

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

background-color css

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

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

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

border-color css

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

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

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