Html Css Color HEX #F43246 Amaranth

📋 copy color: '#F43246'

red 244 ◦ green 50 ◦ blue 70

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

Shades of Amaranth #F43246

Tints of Amaranth #F43246

RGB

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

 GREEN value IS 50 (19.92% from 255) = 13.74%

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

R = 67.03%
G = 13.74%
B = 19.23%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.71

 K value IS 0.04

RGB Variations

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

Color information

#F43246 (or 0xF43246) is known color: Amaranth. HEX triplet: F4, 32 and 46. RGB value is (244,50,70). Sum of RGB (Red+Green+Blue) = 244+50+70=364 (48% of max value = 765). Red value is 244 (95.70% from 255 or 67.03% from 364); Green value is 50 (19.92% from 255 or 13.74% from 364); Blue value is 70 (27.73% from 255 or 19.23% from 364); Max value from RGB is 244 - color contains mainly: red. Hex color #F43246 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F43246 is #0BCDB9. Grayscale: #6E6E6E. Windows color (decimal): -773562 or 4600564. OLE color: 4600564.

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

Color convert

RGB 244 50 70 -
CMYK 0 0.80 0.71 0.04
HSL 353.81º 0.9% 0.58% -
HSV(B) 353.81º 0.8% 0.96% -
XYZ 39.55 21.96 7.95 -
YUV 110.29 105.27 223.37 -
System Red Green Blue C M Y K H S L
Decimal 244 50 70 0 0.80 0.71 0.04 353.81 0.9 0.58
Hex F4 32 46 0 50 47 4 162 5A 3A
Octal 364 62 106 0 120 107 4 542 132 72
Binary 11110100 110010 1000110 0 1010000 1000111 100 101100010 1011010 111010

Color Harmonies of #F43246

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F43246

Black with #F43246

Text Example


Text Example

White with #F43246

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F43246; }

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

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

background-color css

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

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

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

border-color css

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

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

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