Html Css Color HEX #F43046 Amaranth

📋 copy color: '#F43046'

red 244 ◦ green 48 ◦ blue 70

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

Shades of Amaranth #F43046

Tints of Amaranth #F43046

RGB

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

 GREEN value IS 48 (19.14% from 255) = 13.26%

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

R = 67.4%
G = 13.26%
B = 19.34%

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

#F43046 (or 0xF43046) is known color: Amaranth. HEX triplet: F4, 30 and 46. RGB value is (244,48,70). Sum of RGB (Red+Green+Blue) = 244+48+70=362 (47% of max value = 765). Red value is 244 (95.70% from 255 or 67.40% from 362); Green value is 48 (19.14% from 255 or 13.26% from 362); Blue value is 70 (27.73% from 255 or 19.34% from 362); Max value from RGB is 244 - color contains mainly: red. Hex color #F43046 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F43046 is #0BCFB9. Grayscale: #6D6D6D. Windows color (decimal): -774074 or 4600052. OLE color: 4600052.

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

Color convert

RGB 244 48 70 -
CMYK 0 0.80 0.71 0.04
HSL 353.27º 0.9% 0.57% -
HSV(B) 353.27º 0.8% 0.96% -
XYZ 39.47 21.79 7.92 -
YUV 109.11 105.93 224.21 -
System Red Green Blue C M Y K H S L
Decimal 244 48 70 0 0.80 0.71 0.04 353.27 0.9 0.57
Hex F4 30 46 0 50 47 4 161 5A 39
Octal 364 60 106 0 120 107 4 541 132 71
Binary 11110100 110000 1000110 0 1010000 1000111 100 101100001 1011010 111001

Color Harmonies of #F43046

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F43046

Black with #F43046

Text Example


Text Example

White with #F43046

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F43046; }

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

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

background-color css

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

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

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

border-color css

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

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

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