Html Css Color HEX #F1384D Amaranth

📋 copy color: '#F1384D'

red 241 ◦ green 56 ◦ blue 77

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

Shades of Amaranth #F1384D

Tints of Amaranth #F1384D

RGB

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

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

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

R = 64.44%
G = 14.97%
B = 20.59%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.68

 K value IS 0.05

RGB Variations

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

Color information

#F1384D (or 0xF1384D) is known color: Amaranth. HEX triplet: F1, 38 and 4D. RGB value is (241,56,77). Sum of RGB (Red+Green+Blue) = 241+56+77=374 (49% of max value = 765). Red value is 241 (94.53% from 255 or 64.44% from 374); Green value is 56 (22.27% from 255 or 14.97% from 374); Blue value is 77 (30.47% from 255 or 20.59% from 374); Max value from RGB is 241 - color contains mainly: red. Hex color #F1384D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F1384D is #0EC7B2. Grayscale: #717171. Windows color (decimal): -968627 or 5060849. OLE color: 5060849.

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

Color convert

RGB 241 56 77 -
CMYK 0 0.77 0.68 0.05
HSL 353.19º 0.87% 0.58% -
HSV(B) 353.19º 0.77% 0.95% -
XYZ 39.03 22.06 9.22 -
YUV 113.71 107.29 218.79 -
System Red Green Blue C M Y K H S L
Decimal 241 56 77 0 0.77 0.68 0.05 353.19 0.87 0.58
Hex F1 38 4D 0 4D 44 5 161 57 3A
Octal 361 70 115 0 115 104 5 541 127 72
Binary 11110001 111000 1001101 0 1001101 1000100 101 101100001 1010111 111010

Color Harmonies of #F1384D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1384D

Black with #F1384D

Text Example


Text Example

White with #F1384D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1384D; }

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

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

background-color css

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

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

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

border-color css

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

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

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