Html Css Color HEX #F24149 Amaranth

📋 copy color: '#F24149'

red 242 ◦ green 65 ◦ blue 73

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

Shades of Amaranth #F24149

Tints of Amaranth #F24149

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 19.21%

R = 63.68%
G = 17.11%
B = 19.21%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.70

 K value IS 0.05

RGB Variations

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

Color information

#F24149 (or 0xF24149) is known color: Amaranth. HEX triplet: F2, 41 and 49. RGB value is (242,65,73). Sum of RGB (Red+Green+Blue) = 242+65+73=380 (50% of max value = 765). Red value is 242 (94.92% from 255 or 63.68% from 380); Green value is 65 (25.78% from 255 or 17.11% from 380); Blue value is 73 (28.91% from 255 or 19.21% from 380); Max value from RGB is 242 - color contains mainly: red. Hex color #F24149 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F24149 is #0DBEB6. Grayscale: #767676. Windows color (decimal): -900791 or 4801010. OLE color: 4801010.

HSL color Cylindrical-coordinate representation of color #F24149: hue angle of 357.29º 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 #F24149 is Cyan = 0, Magento = 0.73, Yellow = 0.70 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 65 73 -
CMYK 0 0.73 0.70 0.05
HSL 357.29º 0.87% 0.6% -
HSV(B) 357.29º 0.73% 0.95% -
XYZ 39.71 23.14 8.68 -
YUV 118.84 102.14 215.85 -
System Red Green Blue C M Y K H S L
Decimal 242 65 73 0 0.73 0.70 0.05 357.29 0.87 0.6
Hex F2 41 49 0 49 46 5 165 57 3C
Octal 362 101 111 0 111 106 5 545 127 74
Binary 11110010 1000001 1001001 0 1001001 1000110 101 101100101 1010111 111100

Color Harmonies of #F24149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F24149

Black with #F24149

Text Example


Text Example

White with #F24149

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F24149; }

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

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

background-color css

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

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

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

border-color css

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

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

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