Html Css Color HEX #F24344 Amaranth

📋 copy color: '#F24344'

red 242 ◦ green 67 ◦ blue 68

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

Shades of Amaranth #F24344

Tints of Amaranth #F24344

RGB

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

 GREEN value IS 67 (26.56% from 255) = 17.77%

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

R = 64.19%
G = 17.77%
B = 18.04%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.72

 K value IS 0.05

RGB Variations

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

Color information

#F24344 (or 0xF24344) is known color: Amaranth. HEX triplet: F2, 43 and 44. RGB value is (242,67,68). Sum of RGB (Red+Green+Blue) = 242+67+68=377 (49% of max value = 765). Red value is 242 (94.92% from 255 or 64.19% from 377); Green value is 67 (26.56% from 255 or 17.77% from 377); Blue value is 68 (26.95% from 255 or 18.04% from 377); Max value from RGB is 242 - color contains mainly: red. Hex color #F24344 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F24344 is #0DBCBB. Grayscale: #777777. Windows color (decimal): -900284 or 4473842. OLE color: 4473842.

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

Color convert

RGB 242 67 68 -
CMYK 0 0.72 0.72 0.05
HSL 359.66º 0.87% 0.61% -
HSV(B) 359.66º 0.72% 0.95% -
XYZ 39.67 23.31 7.88 -
YUV 119.44 98.98 215.42 -
System Red Green Blue C M Y K H S L
Decimal 242 67 68 0 0.72 0.72 0.05 359.66 0.87 0.61
Hex F2 43 44 0 48 48 5 168 57 3D
Octal 362 103 104 0 110 110 5 550 127 75
Binary 11110010 1000011 1000100 0 1001000 1001000 101 101101000 1010111 111101

Color Harmonies of #F24344

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F24344

Black with #F24344

Text Example


Text Example

White with #F24344

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F24344; }

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

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

background-color css

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

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

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

border-color css

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

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

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