#F73242

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

Shades of Amaranth #F73242

Tints of Amaranth #F73242

Color information

#F73242 (or 0xF73242) is unknown color: approx Amaranth. HEX triplet: F7, 32 and 42. RGB value is (247,50,66). Sum of RGB (Red+Green+Blue) = 247+50+66=363 (48% of max value = 765). Red value is 247 (96.88% from 255 or 68.04% from 363); Green value is 50 (19.92% from 255 or 13.77% from 363); Blue value is 66 (26.17% from 255 or 18.18% from 363); Max value from RGB is 247 - color contains mainly: red. Hex color #F73242 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F73242 is #08CDBD. Grayscale: #6E6E6E. Windows color (decimal): -576958 or 4338423. OLE color: 4338423.

HSL color Cylindrical-coordinate representation of color #F73242: hue angle of 355.13º degrees, saturation: 0.92, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F73242 is Cyan = 0, Magento = 0.80, Yellow = 0.73 and Black (K on CMYK) = 0.03.

Color convert

RGB2475066-
CMYK00.800.730.03
HSL355.13º92.49%58.24%-
HSV(B)355.13º79.76%96.86%-
XYZ40.4822.457.35-
YUV110.73102.77225.2-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 68.04%
GREEN value IS 50 (19.92% from 255) = 13.77%
BLUE value IS 66 (26.17% from 255) = 18.18%
R=68.04%
G=13.77%
B=18.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.73
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal247506600.800.730.03355.1392.4958.24
HexF732420504931635c3a
Octal367621020120111354313472
Binary111101111100101000010010100001001001111011000111011100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F73242

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F73242; }

 p { color: rgb(247,50,66); }

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

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

 a { background-color: rgb(247,50,66); }

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

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

 span { border-color: rgb(247,50,66); }

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