Html Css Color HEX #F1384C Amaranth

📋 copy color: '#F1384C'

red 241 ◦ green 56 ◦ blue 76

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

Shades of Amaranth #F1384C

Tints of Amaranth #F1384C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 20.38%

R = 64.61%
G = 15.01%
B = 20.38%

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

#F1384C (or 0xF1384C) is known color: Amaranth. HEX triplet: F1, 38 and 4C. RGB value is (241,56,76). Sum of RGB (Red+Green+Blue) = 241+56+76=373 (49% of max value = 765). Red value is 241 (94.53% from 255 or 64.61% from 373); Green value is 56 (22.27% from 255 or 15.01% from 373); Blue value is 76 (30.08% from 255 or 20.38% from 373); Max value from RGB is 241 - color contains mainly: red. Hex color #F1384C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F1384C is #0EC7B3. Grayscale: #717171. Windows color (decimal): -968628 or 4995313. OLE color: 4995313.

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

Color convert

RGB 241 56 76 -
CMYK 0 0.77 0.68 0.05
HSL 353.51º 0.87% 0.58% -
HSV(B) 353.51º 0.77% 0.95% -
XYZ 38.99 22.05 9.04 -
YUV 113.6 106.79 218.87 -
System Red Green Blue C M Y K H S L
Decimal 241 56 76 0 0.77 0.68 0.05 353.51 0.87 0.58
Hex F1 38 4C 0 4D 44 5 162 57 3A
Octal 361 70 114 0 115 104 5 542 127 72
Binary 11110001 111000 1001100 0 1001101 1000100 101 101100010 1010111 111010

Color Harmonies of #F1384C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1384C

Black with #F1384C

Text Example


Text Example

White with #F1384C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1384C; }

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

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

background-color css

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

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

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

border-color css

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

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

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