#F32A4A

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

Shades of Amaranth #F32A4A

Tints of Amaranth #F32A4A

Color information

#F32A4A (or 0xF32A4A) is unknown color: approx Amaranth. HEX triplet: F3, 2A and 4A. RGB value is (243,42,74). Sum of RGB (Red+Green+Blue) = 243+42+74=359 (47% of max value = 765). Red value is 243 (95.31% from 255 or 67.69% from 359); Green value is 42 (16.80% from 255 or 11.70% from 359); Blue value is 74 (29.30% from 255 or 20.61% from 359); Max value from RGB is 243 - color contains mainly: red. Hex color #F32A4A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F32A4A is #0CD5B5. Grayscale: #696969. Windows color (decimal): -841142 or 4860659. OLE color: 4860659.

HSL color Cylindrical-coordinate representation of color #F32A4A: hue angle of 350.45º degrees, saturation: 0.89, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F32A4A is Cyan = 0, Magento = 0.83, Yellow = 0.70 and Black (K on CMYK) = 0.05.

Color convert

RGB2434274-
CMYK00.830.700.05
HSL350.45º89.33%55.88%-
HSV(B)350.45º82.72%95.29%-
XYZ39.0321.218.51-
YUV105.75110.09225.9-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 67.69%
GREEN value IS 42 (16.80% from 255) = 11.70%
BLUE value IS 74 (29.30% from 255) = 20.61%
R=67.69%
G=11.70%
B=20.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.70
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal243427400.830.700.05350.4589.3355.88
HexF32A4A05346515e5938
Octal363521120123106553613170
Binary1111001110101010010100101001110001101011010111101011001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F32A4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F32A4A; }

 p { color: rgb(243,42,74); }

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

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

 a { background-color: rgb(243,42,74); }

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

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

 span { border-color: rgb(243,42,74); }

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