#F42D44

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

Shades of Amaranth #F42D44

Tints of Amaranth #F42D44

Color information

#F42D44 (or 0xF42D44) is unknown color: approx Amaranth. HEX triplet: F4, 2D and 44. RGB value is (244,45,68). Sum of RGB (Red+Green+Blue) = 244+45+68=357 (47% of max value = 765). Red value is 244 (95.70% from 255 or 68.35% from 357); Green value is 45 (17.97% from 255 or 12.61% from 357); Blue value is 68 (26.95% from 255 or 19.05% from 357); Max value from RGB is 244 - color contains mainly: red. Hex color #F42D44 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F42D44 is #0BD2BB. Grayscale: #6B6B6B. Windows color (decimal): -774844 or 4468212. OLE color: 4468212.

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

Color convert

RGB2444568-
CMYK00.820.720.04
HSL353.07º90.05%56.67%-
HSV(B)353.07º81.56%95.69%-
XYZ39.2921.537.55-
YUV107.12105.93225.63-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 68.35%
GREEN value IS 45 (17.97% from 255) = 12.61%
BLUE value IS 68 (26.95% from 255) = 19.05%
R=68.35%
G=12.61%
B=19.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.72
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal244456800.820.720.04353.0790.0556.67
HexF42D440524841615a39
Octal364551040122110454113271
Binary1111010010110110001000101001010010001001011000011011010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F42D44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F42D44; }

 p { color: rgb(244,45,68); }

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

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

 a { background-color: rgb(244,45,68); }

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

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

 span { border-color: rgb(244,45,68); }

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