Html Css Color HEX #F4384B Amaranth

📋 copy color: '#F4384B'

red 244 ◦ green 56 ◦ blue 75

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

Shades of Amaranth #F4384B

Tints of Amaranth #F4384B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 20%

R = 65.07%
G = 14.93%
B = 20%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.69

 K value IS 0.04

RGB Variations

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

Color information

#F4384B (or 0xF4384B) is known color: Amaranth. HEX triplet: F4, 38 and 4B. RGB value is (244,56,75). Sum of RGB (Red+Green+Blue) = 244+56+75=375 (49% of max value = 765). Red value is 244 (95.70% from 255 or 65.07% from 375); Green value is 56 (22.27% from 255 or 14.93% from 375); Blue value is 75 (29.69% from 255 or 20% from 375); Max value from RGB is 244 - color contains mainly: red. Hex color #F4384B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F4384B is #0BC7B4. Grayscale: #727272. Windows color (decimal): -772021 or 4929780. OLE color: 4929780.

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

Color convert

RGB 244 56 75 -
CMYK 0 0.77 0.69 0.04
HSL 353.94º 0.9% 0.59% -
HSV(B) 353.94º 0.77% 0.96% -
XYZ 39.99 22.57 8.91 -
YUV 114.38 105.78 220.46 -
System Red Green Blue C M Y K H S L
Decimal 244 56 75 0 0.77 0.69 0.04 353.94 0.9 0.59
Hex F4 38 4B 0 4D 45 4 162 5A 3B
Octal 364 70 113 0 115 105 4 542 132 73
Binary 11110100 111000 1001011 0 1001101 1000101 100 101100010 1011010 111011

Color Harmonies of #F4384B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4384B

Black with #F4384B

Text Example


Text Example

White with #F4384B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4384B; }

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

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

background-color css

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

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

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

border-color css

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

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

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