#F43042

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

Shades of Amaranth #F43042

Tints of Amaranth #F43042

Color information

#F43042 (or 0xF43042) is unknown color: approx Amaranth. HEX triplet: F4, 30 and 42. RGB value is (244,48,66). Sum of RGB (Red+Green+Blue) = 244+48+66=358 (47% of max value = 765). Red value is 244 (95.70% from 255 or 68.16% from 358); Green value is 48 (19.14% from 255 or 13.41% from 358); Blue value is 66 (26.17% from 255 or 18.44% from 358); Max value from RGB is 244 - color contains mainly: red. Hex color #F43042 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F43042 is #0BCFBD. Grayscale: #6C6C6C. Windows color (decimal): -774078 or 4337908. OLE color: 4337908.

HSL color Cylindrical-coordinate representation of color #F43042: hue angle of 354.49º degrees, saturation: 0.9, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F43042 is Cyan = 0, Magento = 0.80, Yellow = 0.73 and Black (K on CMYK) = 0.04.

Color convert

RGB2444866-
CMYK00.800.730.04
HSL354.49º89.91%57.25%-
HSV(B)354.49º80.33%95.69%-
XYZ39.3521.747.28-
YUV108.66103.93224.54-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 68.16%
GREEN value IS 48 (19.14% from 255) = 13.41%
BLUE value IS 66 (26.17% from 255) = 18.44%
R=68.16%
G=13.41%
B=18.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.73
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal244486600.800.730.04354.4989.9157.25
HexF430420504941625a39
Octal364601020120111454213271
Binary1111010011000010000100101000010010011001011000101011010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F43042

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F43042; }

 p { color: rgb(244,48,66); }

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

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

 a { background-color: rgb(244,48,66); }

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

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

 span { border-color: rgb(244,48,66); }

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