#F24143

Color #F24143 Amaranth (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Amaranth #F24143

Tints of Amaranth #F24143

Color information

#F24143 (or 0xF24143) is unknown color: approx Amaranth. HEX triplet: F2, 41 and 43. RGB value is (242,65,67). Sum of RGB (Red+Green+Blue) = 242+65+67=374 (49% of max value = 765). Red value is 242 (94.92% from 255 or 64.71% from 374); Green value is 65 (25.78% from 255 or 17.38% from 374); Blue value is 67 (26.56% from 255 or 17.91% from 374); Max value from RGB is 242 - color contains mainly: red. Hex color #F24143 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F24143 is #0DBEBC. Grayscale: #767676. Windows color (decimal): -900797 or 4407794. OLE color: 4407794.

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

Color convert

RGB2426567-
CMYK00.730.720.05
HSL359.32º87.19%60.2%-
HSV(B)359.32º73.14%94.9%-
XYZ39.5223.067.68-
YUV118.1599.14216.34-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 64.71%
GREEN value IS 65 (25.78% from 255) = 17.38%
BLUE value IS 67 (26.56% from 255) = 17.91%
R=64.71%
G=17.38%
B=17.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.72
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal242656700.730.720.05359.3287.1960.2
HexF24143049485167573c
Octal3621011030111110554712774
Binary11110010100000110000110100100110010001011011001111010111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F24143

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F24143; }

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

 H1.HeaderClassName
 {
   color: #F24143;
 }
 .AnyTagClassName
 {
   color: #F24143;
 }
</style>
background-color css

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

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

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

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

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

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