Html Css Color HEX #F24144 Amaranth

📋 copy color: '#F24144'

red 242 ◦ green 65 ◦ blue 68

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

Shades of Amaranth #F24144

Tints of Amaranth #F24144

RGB

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

 GREEN value IS 65 (25.78% from 255) = 17.33%

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

R = 64.53%
G = 17.33%
B = 18.13%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.72

 K value IS 0.05

RGB Variations

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

Color information

#F24144 (or 0xF24144) is known color: Amaranth. HEX triplet: F2, 41 and 44. RGB value is (242,65,68). Sum of RGB (Red+Green+Blue) = 242+65+68=375 (49% of max value = 765). Red value is 242 (94.92% from 255 or 64.53% from 375); Green value is 65 (25.78% from 255 or 17.33% from 375); Blue value is 68 (26.95% from 255 or 18.13% from 375); Max value from RGB is 242 - color contains mainly: red. Hex color #F24144 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F24144 is #0DBEBB. Grayscale: #767676. Windows color (decimal): -900796 or 4473330. OLE color: 4473330.

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

Color convert

RGB 242 65 68 -
CMYK 0 0.73 0.72 0.05
HSL 358.98º 0.87% 0.6% -
HSV(B) 358.98º 0.73% 0.95% -
XYZ 39.55 23.08 7.84 -
YUV 118.27 99.64 216.26 -
System Red Green Blue C M Y K H S L
Decimal 242 65 68 0 0.73 0.72 0.05 358.98 0.87 0.6
Hex F2 41 44 0 49 48 5 167 57 3C
Octal 362 101 104 0 111 110 5 547 127 74
Binary 11110010 1000001 1000100 0 1001001 1001000 101 101100111 1010111 111100

Color Harmonies of #F24144

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F24144

Black with #F24144

Text Example


Text Example

White with #F24144

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F24144; }

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

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

background-color css

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

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

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

border-color css

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

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

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