Html Css Color HEX #F42B49 Amaranth

📋 copy color: '#F42B49'

red 244 ◦ green 43 ◦ blue 73

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

Shades of Amaranth #F42B49

Tints of Amaranth #F42B49

RGB

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

 GREEN value IS 43 (17.19% from 255) = 11.94%

 BLUE value IS 73 (28.91% from 255) = 20.28%

R = 67.78%
G = 11.94%
B = 20.28%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.70

 K value IS 0.04

RGB Variations

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

Color information

#F42B49 (or 0xF42B49) is known color: Amaranth. HEX triplet: F4, 2B and 49. RGB value is (244,43,73). Sum of RGB (Red+Green+Blue) = 244+43+73=360 (47% of max value = 765). Red value is 244 (95.70% from 255 or 67.78% from 360); Green value is 43 (17.19% from 255 or 11.94% from 360); Blue value is 73 (28.91% from 255 or 20.28% from 360); Max value from RGB is 244 - color contains mainly: red. Hex color #F42B49 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F42B49 is #0BD4B6. Grayscale: #6A6A6A. Windows color (decimal): -775351 or 4795380. OLE color: 4795380.

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

Color convert

RGB 244 43 73 -
CMYK 0 0.82 0.70 0.04
HSL 351.04º 0.9% 0.56% -
HSV(B) 351.04º 0.82% 0.96% -
XYZ 39.37 21.44 8.37 -
YUV 106.52 109.09 226.06 -
System Red Green Blue C M Y K H S L
Decimal 244 43 73 0 0.82 0.70 0.04 351.04 0.9 0.56
Hex F4 2B 49 0 52 46 4 15F 5A 38
Octal 364 53 111 0 122 106 4 537 132 70
Binary 11110100 101011 1001001 0 1010010 1000110 100 101011111 1011010 111000

Color Harmonies of #F42B49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F42B49

Black with #F42B49

Text Example


Text Example

White with #F42B49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F42B49; }

 p { color: rgb(244,43,73); }

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

background-color css

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

 a { background-color: rgb(244,43,73); }

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

border-color css

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

 span { border-color: rgb(244,43,73); }

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