Html Css Color HEX #F4354C Amaranth

📋 copy color: '#F4354C'

red 244 ◦ green 53 ◦ blue 76

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

Shades of Amaranth #F4354C

Tints of Amaranth #F4354C

RGB

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

 GREEN value IS 53 (21.09% from 255) = 14.21%

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

R = 65.42%
G = 14.21%
B = 20.38%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.69

 K value IS 0.04

RGB Variations

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

Color information

#F4354C (or 0xF4354C) is known color: Amaranth. HEX triplet: F4, 35 and 4C. RGB value is (244,53,76). Sum of RGB (Red+Green+Blue) = 244+53+76=373 (49% of max value = 765). Red value is 244 (95.70% from 255 or 65.42% from 373); Green value is 53 (21.09% from 255 or 14.21% from 373); Blue value is 76 (30.08% from 255 or 20.38% from 373); Max value from RGB is 244 - color contains mainly: red. Hex color #F4354C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F4354C is #0BCAB3. Grayscale: #707070. Windows color (decimal): -772788 or 4994548. OLE color: 4994548.

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

Color convert

RGB 244 53 76 -
CMYK 0 0.78 0.69 0.04
HSL 352.77º 0.9% 0.58% -
HSV(B) 352.77º 0.78% 0.96% -
XYZ 39.89 22.3 9.04 -
YUV 112.73 107.28 221.63 -
System Red Green Blue C M Y K H S L
Decimal 244 53 76 0 0.78 0.69 0.04 352.77 0.9 0.58
Hex F4 35 4C 0 4E 45 4 161 5A 3A
Octal 364 65 114 0 116 105 4 541 132 72
Binary 11110100 110101 1001100 0 1001110 1000101 100 101100001 1011010 111010

Color Harmonies of #F4354C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4354C

Black with #F4354C

Text Example


Text Example

White with #F4354C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4354C; }

 p { color: rgb(244,53,76); }

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

background-color css

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

 a { background-color: rgb(244,53,76); }

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

border-color css

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

 span { border-color: rgb(244,53,76); }

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