Html Css Color HEX #F24146 Amaranth

📋 copy color: '#F24146'

red 242 ◦ green 65 ◦ blue 70

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

Shades of Amaranth #F24146

Tints of Amaranth #F24146

RGB

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

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

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

R = 64.19%
G = 17.24%
B = 18.57%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.71

 K value IS 0.05

RGB Variations

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

Color information

#F24146 (or 0xF24146) is known color: Amaranth. HEX triplet: F2, 41 and 46. RGB value is (242,65,70). Sum of RGB (Red+Green+Blue) = 242+65+70=377 (49% of max value = 765). Red value is 242 (94.92% from 255 or 64.19% from 377); Green value is 65 (25.78% from 255 or 17.24% from 377); Blue value is 70 (27.73% from 255 or 18.57% from 377); Max value from RGB is 242 - color contains mainly: red. Hex color #F24146 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F24146 is #0DBEB9. Grayscale: #767676. Windows color (decimal): -900794 or 4604402. OLE color: 4604402.

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

Color convert

RGB 242 65 70 -
CMYK 0 0.73 0.71 0.05
HSL 358.31º 0.87% 0.6% -
HSV(B) 358.31º 0.73% 0.95% -
XYZ 39.61 23.1 8.17 -
YUV 118.49 100.64 216.09 -
System Red Green Blue C M Y K H S L
Decimal 242 65 70 0 0.73 0.71 0.05 358.31 0.87 0.6
Hex F2 41 46 0 49 47 5 166 57 3C
Octal 362 101 106 0 111 107 5 546 127 74
Binary 11110010 1000001 1000110 0 1001001 1000111 101 101100110 1010111 111100

Color Harmonies of #F24146

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F24146

Black with #F24146

Text Example


Text Example

White with #F24146

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F24146; }

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

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

background-color css

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

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

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

border-color css

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

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

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