Html Css Color HEX #F4304D Amaranth

📋 copy color: '#F4304D'

red 244 ◦ green 48 ◦ blue 77

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

Shades of Amaranth #F4304D

Tints of Amaranth #F4304D

RGB

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

 GREEN value IS 48 (19.14% from 255) = 13.01%

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

R = 66.12%
G = 13.01%
B = 20.87%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.68

 K value IS 0.04

RGB Variations

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

Color information

#F4304D (or 0xF4304D) is known color: Amaranth. HEX triplet: F4, 30 and 4D. RGB value is (244,48,77). Sum of RGB (Red+Green+Blue) = 244+48+77=369 (48% of max value = 765). Red value is 244 (95.70% from 255 or 66.12% from 369); Green value is 48 (19.14% from 255 or 13.01% from 369); Blue value is 77 (30.47% from 255 or 20.87% from 369); Max value from RGB is 244 - color contains mainly: red. Hex color #F4304D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F4304D is #0BCFB2. Grayscale: #6D6D6D. Windows color (decimal): -774067 or 5058804. OLE color: 5058804.

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

Color convert

RGB 244 48 77 -
CMYK 0 0.80 0.68 0.04
HSL 351.12º 0.9% 0.57% -
HSV(B) 351.12º 0.8% 0.96% -
XYZ 39.7 21.88 9.15 -
YUV 109.91 109.43 223.64 -
System Red Green Blue C M Y K H S L
Decimal 244 48 77 0 0.80 0.68 0.04 351.12 0.9 0.57
Hex F4 30 4D 0 50 44 4 15F 5A 39
Octal 364 60 115 0 120 104 4 537 132 71
Binary 11110100 110000 1001101 0 1010000 1000100 100 101011111 1011010 111001

Color Harmonies of #F4304D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4304D

Black with #F4304D

Text Example


Text Example

White with #F4304D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4304D; }

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

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

background-color css

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

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

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

border-color css

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

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

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