Html Css Color HEX #F42646 Amaranth

📋 copy color: '#F42646'

red 244 ◦ green 38 ◦ blue 70

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

Shades of Amaranth #F42646

Tints of Amaranth #F42646

RGB

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

 GREEN value IS 38 (15.23% from 255) = 10.8%

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

R = 69.32%
G = 10.8%
B = 19.89%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.71

 K value IS 0.04

RGB Variations

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

Color information

#F42646 (or 0xF42646) is known color: Amaranth. HEX triplet: F4, 26 and 46. RGB value is (244,38,70). Sum of RGB (Red+Green+Blue) = 244+38+70=352 (46% of max value = 765). Red value is 244 (95.70% from 255 or 69.32% from 352); Green value is 38 (15.23% from 255 or 10.80% from 352); Blue value is 70 (27.73% from 255 or 19.89% from 352); Max value from RGB is 244 - color contains mainly: red. Hex color #F42646 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F42646 is #0BD9B9. Grayscale: #676767. Windows color (decimal): -776634 or 4597492. OLE color: 4597492.

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

Color convert

RGB 244 38 70 -
CMYK 0 0.84 0.71 0.04
HSL 350.68º 0.9% 0.55% -
HSV(B) 350.68º 0.84% 0.96% -
XYZ 39.11 21.06 7.8 -
YUV 103.24 109.25 228.4 -
System Red Green Blue C M Y K H S L
Decimal 244 38 70 0 0.84 0.71 0.04 350.68 0.9 0.55
Hex F4 26 46 0 54 47 4 15F 5A 37
Octal 364 46 106 0 124 107 4 537 132 67
Binary 11110100 100110 1000110 0 1010100 1000111 100 101011111 1011010 110111

Color Harmonies of #F42646

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F42646

Black with #F42646

Text Example


Text Example

White with #F42646

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F42646; }

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

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

background-color css

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

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

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

border-color css

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

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

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