Html Css Color HEX #F4384D Amaranth

📋 copy color: '#F4384D'

red 244 ◦ green 56 ◦ blue 77

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

Shades of Amaranth #F4384D

Tints of Amaranth #F4384D

RGB

 RED value IS 244 (95.7% from 255) = 64.72%

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

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

R = 64.72%
G = 14.85%
B = 20.42%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.68

 K value IS 0.04

RGB Variations

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

Color information

#F4384D (or 0xF4384D) is known color: Amaranth. HEX triplet: F4, 38 and 4D. RGB value is (244,56,77). Sum of RGB (Red+Green+Blue) = 244+56+77=377 (49% of max value = 765). Red value is 244 (95.70% from 255 or 64.72% from 377); Green value is 56 (22.27% from 255 or 14.85% from 377); Blue value is 77 (30.47% from 255 or 20.42% from 377); Max value from RGB is 244 - color contains mainly: red. Hex color #F4384D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F4384D is #0BC7B2. Grayscale: #727272. Windows color (decimal): -772019 or 5060852. OLE color: 5060852.

HSL color Cylindrical-coordinate representation of color #F4384D: hue angle of 353.3º degrees, saturation: 0.9, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #F4384D is Cyan = 0, Magento = 0.77, Yellow = 0.68 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 56 77 -
CMYK 0 0.77 0.68 0.04
HSL 353.3º 0.9% 0.59% -
HSV(B) 353.3º 0.77% 0.96% -
XYZ 40.06 22.6 9.27 -
YUV 114.61 106.78 220.29 -
System Red Green Blue C M Y K H S L
Decimal 244 56 77 0 0.77 0.68 0.04 353.3 0.9 0.59
Hex F4 38 4D 0 4D 44 4 161 5A 3B
Octal 364 70 115 0 115 104 4 541 132 73
Binary 11110100 111000 1001101 0 1001101 1000100 100 101100001 1011010 111011

Color Harmonies of #F4384D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4384D

Black with #F4384D

Text Example


Text Example

White with #F4384D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4384D; }

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

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

background-color css

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

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

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

border-color css

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

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

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