Html Css Color HEX #F44047 Amaranth

📋 copy color: '#F44047'

red 244 ◦ green 64 ◦ blue 71

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

Shades of Amaranth #F44047

Tints of Amaranth #F44047

RGB

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

 GREEN value IS 64 (25.39% from 255) = 16.89%

 BLUE value IS 71 (28.13% from 255) = 18.73%

R = 64.38%
G = 16.89%
B = 18.73%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.71

 K value IS 0.04

RGB Variations

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

Color information

#F44047 (or 0xF44047) is known color: Amaranth. HEX triplet: F4, 40 and 47. RGB value is (244,64,71). Sum of RGB (Red+Green+Blue) = 244+64+71=379 (50% of max value = 765). Red value is 244 (95.70% from 255 or 64.38% from 379); Green value is 64 (25.39% from 255 or 16.89% from 379); Blue value is 71 (28.12% from 255 or 18.73% from 379); Max value from RGB is 244 - color contains mainly: red. Hex color #F44047 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F44047 is #0BBFB8. Grayscale: #767676. Windows color (decimal): -769977 or 4669684. OLE color: 4669684.

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

Color convert

RGB 244 64 71 -
CMYK 0 0.74 0.71 0.04
HSL 357.67º 0.89% 0.6% -
HSV(B) 357.67º 0.74% 0.96% -
XYZ 40.28 23.35 8.35 -
YUV 118.62 101.13 217.43 -
System Red Green Blue C M Y K H S L
Decimal 244 64 71 0 0.74 0.71 0.04 357.67 0.89 0.6
Hex F4 40 47 0 4A 47 4 166 59 3C
Octal 364 100 107 0 112 107 4 546 131 74
Binary 11110100 1000000 1000111 0 1001010 1000111 100 101100110 1011001 111100

Color Harmonies of #F44047

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F44047

Black with #F44047

Text Example


Text Example

White with #F44047

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F44047; }

 p { color: rgb(244,64,71); }

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

background-color css

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

 a { background-color: rgb(244,64,71); }

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

border-color css

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

 span { border-color: rgb(244,64,71); }

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