Html Css Color HEX #F24044 Amaranth

📋 copy color: '#F24044'

red 242 ◦ green 64 ◦ blue 68

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

Shades of Amaranth #F24044

Tints of Amaranth #F24044

RGB

 RED value IS 242 (94.92% from 255) = 64.71%

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

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

R = 64.71%
G = 17.11%
B = 18.18%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.72

 K value IS 0.05

RGB Variations

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

Color information

#F24044 (or 0xF24044) is known color: Amaranth. HEX triplet: F2, 40 and 44. RGB value is (242,64,68). Sum of RGB (Red+Green+Blue) = 242+64+68=374 (49% of max value = 765). Red value is 242 (94.92% from 255 or 64.71% from 374); Green value is 64 (25.39% from 255 or 17.11% from 374); Blue value is 68 (26.95% from 255 or 18.18% from 374); Max value from RGB is 242 - color contains mainly: red. Hex color #F24044 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F24044 is #0DBFBB. Grayscale: #757575. Windows color (decimal): -901052 or 4473074. OLE color: 4473074.

HSL color Cylindrical-coordinate representation of color #F24044: hue angle of 358.65º degrees, saturation: 0.87, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F24044 is Cyan = 0, Magento = 0.74, Yellow = 0.72 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 64 68 -
CMYK 0 0.74 0.72 0.05
HSL 358.65º 0.87% 0.6% -
HSV(B) 358.65º 0.74% 0.95% -
XYZ 39.49 22.96 7.82 -
YUV 117.68 99.97 216.67 -
System Red Green Blue C M Y K H S L
Decimal 242 64 68 0 0.74 0.72 0.05 358.65 0.87 0.6
Hex F2 40 44 0 4A 48 5 167 57 3C
Octal 362 100 104 0 112 110 5 547 127 74
Binary 11110010 1000000 1000100 0 1001010 1001000 101 101100111 1010111 111100

Color Harmonies of #F24044

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F24044

Black with #F24044

Text Example


Text Example

White with #F24044

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F24044; }

 p { color: rgb(242,64,68); }

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

background-color css

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

 a { background-color: rgb(242,64,68); }

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

border-color css

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

 span { border-color: rgb(242,64,68); }

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