Html Css Color HEX #F42146 Amaranth

📋 copy color: '#F42146'

red 244 ◦ green 33 ◦ blue 70

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

Shades of Amaranth #F42146

Tints of Amaranth #F42146

RGB

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

 GREEN value IS 33 (13.28% from 255) = 9.51%

 BLUE value IS 70 (27.73% from 255) = 20.17%

R = 70.32%
G = 9.51%
B = 20.17%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.71

 K value IS 0.04

RGB Variations

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

Color information

#F42146 (or 0xF42146) is known color: Amaranth. HEX triplet: F4, 21 and 46. RGB value is (244,33,70). Sum of RGB (Red+Green+Blue) = 244+33+70=347 (45% of max value = 765). Red value is 244 (95.70% from 255 or 70.32% from 347); Green value is 33 (13.28% from 255 or 9.51% from 347); Blue value is 70 (27.73% from 255 or 20.17% from 347); Max value from RGB is 244 - color contains mainly: red. Hex color #F42146 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F42146 is #0BDEB9. Grayscale: #646464. Windows color (decimal): -777914 or 4596212. OLE color: 4596212.

HSL color Cylindrical-coordinate representation of color #F42146: hue angle of 349.48º degrees, saturation: 0.91, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F42146 is Cyan = 0, Magento = 0.86, Yellow = 0.71 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 33 70 -
CMYK 0 0.86 0.71 0.04
HSL 349.48º 0.91% 0.54% -
HSV(B) 349.48º 0.86% 0.96% -
XYZ 38.96 20.76 7.75 -
YUV 100.31 110.9 230.49 -
System Red Green Blue C M Y K H S L
Decimal 244 33 70 0 0.86 0.71 0.04 349.48 0.91 0.54
Hex F4 21 46 0 56 47 4 15D 5B 36
Octal 364 41 106 0 126 107 4 535 133 66
Binary 11110100 100001 1000110 0 1010110 1000111 100 101011101 1011011 110110

Color Harmonies of #F42146

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F42146

Black with #F42146

Text Example


Text Example

White with #F42146

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F42146; }

 p { color: rgb(244,33,70); }

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

background-color css

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

 a { background-color: rgb(244,33,70); }

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

border-color css

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

 span { border-color: rgb(244,33,70); }

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