Html Css Color HEX #F4294E Amaranth

📋 copy color: '#F4294E'

red 244 ◦ green 41 ◦ blue 78

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

Shades of Amaranth #F4294E

Tints of Amaranth #F4294E

RGB

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

 GREEN value IS 41 (16.41% from 255) = 11.29%

 BLUE value IS 78 (30.86% from 255) = 21.49%

R = 67.22%
G = 11.29%
B = 21.49%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.68

 K value IS 0.04

RGB Variations

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

Color information

#F4294E (or 0xF4294E) is known color: Amaranth. HEX triplet: F4, 29 and 4E. RGB value is (244,41,78). Sum of RGB (Red+Green+Blue) = 244+41+78=363 (48% of max value = 765). Red value is 244 (95.70% from 255 or 67.22% from 363); Green value is 41 (16.41% from 255 or 11.29% from 363); Blue value is 78 (30.86% from 255 or 21.49% from 363); Max value from RGB is 244 - color contains mainly: red. Hex color #F4294E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F4294E is #0BD6B1. Grayscale: #696969. Windows color (decimal): -775858 or 5122548. OLE color: 5122548.

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

Color convert

RGB 244 41 78 -
CMYK 0 0.83 0.68 0.04
HSL 349.06º 0.9% 0.56% -
HSV(B) 349.06º 0.83% 0.96% -
XYZ 39.48 21.37 9.25 -
YUV 105.92 112.25 226.49 -
System Red Green Blue C M Y K H S L
Decimal 244 41 78 0 0.83 0.68 0.04 349.06 0.9 0.56
Hex F4 29 4E 0 53 44 4 15D 5A 38
Octal 364 51 116 0 123 104 4 535 132 70
Binary 11110100 101001 1001110 0 1010011 1000100 100 101011101 1011010 111000

Color Harmonies of #F4294E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4294E

Black with #F4294E

Text Example


Text Example

White with #F4294E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4294E; }

 p { color: rgb(244,41,78); }

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

background-color css

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

 a { background-color: rgb(244,41,78); }

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

border-color css

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

 span { border-color: rgb(244,41,78); }

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