#F43D42

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

Shades of Amaranth #F43D42

Tints of Amaranth #F43D42

Color information

#F43D42 (or 0xF43D42) is unknown color: approx Amaranth. HEX triplet: F4, 3D and 42. RGB value is (244,61,66). Sum of RGB (Red+Green+Blue) = 244+61+66=371 (49% of max value = 765). Red value is 244 (95.70% from 255 or 65.77% from 371); Green value is 61 (24.22% from 255 or 16.44% from 371); Blue value is 66 (26.17% from 255 or 17.79% from 371); Max value from RGB is 244 - color contains mainly: red. Hex color #F43D42 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F43D42 is #0BC2BD. Grayscale: #747474. Windows color (decimal): -770750 or 4341236. OLE color: 4341236.

HSL color Cylindrical-coordinate representation of color #F43D42: hue angle of 358.36º degrees, saturation: 0.89, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #F43D42 is Cyan = 0, Magento = 0.75, Yellow = 0.73 and Black (K on CMYK) = 0.04.

Color convert

RGB2446166-
CMYK00.750.730.04
HSL358.36º89.27%59.8%-
HSV(B)358.36º75%95.69%-
XYZ39.9622.967.48-
YUV116.2999.63219.09-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 65.77%
GREEN value IS 61 (24.22% from 255) = 16.44%
BLUE value IS 66 (26.17% from 255) = 17.79%
R=65.77%
G=16.44%
B=17.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.73
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal244616600.750.730.04358.3689.2759.8
HexF43D4204B494166593c
Octal364751020113111454613174
Binary1111010011110110000100100101110010011001011001101011001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F43D42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F43D42; }

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

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

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

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

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

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

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

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