Html Css Color HEX #F43044 Amaranth

📋 copy color: '#F43044'

red 244 ◦ green 48 ◦ blue 68

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

Shades of Amaranth #F43044

Tints of Amaranth #F43044

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 18.89%

R = 67.78%
G = 13.33%
B = 18.89%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.72

 K value IS 0.04

RGB Variations

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

Color information

#F43044 (or 0xF43044) is known color: Amaranth. HEX triplet: F4, 30 and 44. RGB value is (244,48,68). Sum of RGB (Red+Green+Blue) = 244+48+68=360 (47% of max value = 765). Red value is 244 (95.70% from 255 or 67.78% from 360); Green value is 48 (19.14% from 255 or 13.33% from 360); Blue value is 68 (26.95% from 255 or 18.89% from 360); Max value from RGB is 244 - color contains mainly: red. Hex color #F43044 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F43044 is #0BCFBB. Grayscale: #6D6D6D. Windows color (decimal): -774076 or 4468980. OLE color: 4468980.

HSL color Cylindrical-coordinate representation of color #F43044: hue angle of 353.88º 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 #F43044 is Cyan = 0, Magento = 0.80, Yellow = 0.72 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 48 68 -
CMYK 0 0.80 0.72 0.04
HSL 353.88º 0.9% 0.57% -
HSV(B) 353.88º 0.8% 0.96% -
XYZ 39.41 21.76 7.59 -
YUV 108.88 104.93 224.37 -
System Red Green Blue C M Y K H S L
Decimal 244 48 68 0 0.80 0.72 0.04 353.88 0.9 0.57
Hex F4 30 44 0 50 48 4 162 5A 39
Octal 364 60 104 0 120 110 4 542 132 71
Binary 11110100 110000 1000100 0 1010000 1001000 100 101100010 1011010 111001

Color Harmonies of #F43044

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F43044

Black with #F43044

Text Example


Text Example

White with #F43044

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F43044; }

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

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

background-color css

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

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

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

border-color css

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

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

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