Html Css Color HEX #F24546 Amaranth

📋 copy color: '#F24546'

red 242 ◦ green 69 ◦ blue 70

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

Shades of Amaranth #F24546

Tints of Amaranth #F24546

RGB

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

 GREEN value IS 69 (27.34% from 255) = 18.11%

 BLUE value IS 70 (27.73% from 255) = 18.37%

R = 63.52%
G = 18.11%
B = 18.37%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.71

 K value IS 0.05

RGB Variations

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

Color information

#F24546 (or 0xF24546) is known color: Amaranth. HEX triplet: F2, 45 and 46. RGB value is (242,69,70). Sum of RGB (Red+Green+Blue) = 242+69+70=381 (50% of max value = 765). Red value is 242 (94.92% from 255 or 63.52% from 381); Green value is 69 (27.34% from 255 or 18.11% from 381); Blue value is 70 (27.73% from 255 or 18.37% from 381); Max value from RGB is 242 - color contains mainly: red. Hex color #F24546 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F24546 is #0DBAB9. Grayscale: #797979. Windows color (decimal): -899770 or 4605426. OLE color: 4605426.

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

Color convert

RGB 242 69 70 -
CMYK 0 0.71 0.71 0.05
HSL 359.65º 0.87% 0.61% -
HSV(B) 359.65º 0.71% 0.95% -
XYZ 39.85 23.58 8.24 -
YUV 120.84 99.31 214.42 -
System Red Green Blue C M Y K H S L
Decimal 242 69 70 0 0.71 0.71 0.05 359.65 0.87 0.61
Hex F2 45 46 0 47 47 5 168 57 3D
Octal 362 105 106 0 107 107 5 550 127 75
Binary 11110010 1000101 1000110 0 1000111 1000111 101 101101000 1010111 111101

Color Harmonies of #F24546

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F24546

Black with #F24546

Text Example


Text Example

White with #F24546

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F24546; }

 p { color: rgb(242,69,70); }

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

background-color css

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

 a { background-color: rgb(242,69,70); }

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

border-color css

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

 span { border-color: rgb(242,69,70); }

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