#F32A48

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

Shades of Amaranth #F32A48

Tints of Amaranth #F32A48

Color information

#F32A48 (or 0xF32A48) is unknown color: approx Amaranth. HEX triplet: F3, 2A and 48. RGB value is (243,42,72). Sum of RGB (Red+Green+Blue) = 243+42+72=357 (47% of max value = 765). Red value is 243 (95.31% from 255 or 68.07% from 357); Green value is 42 (16.80% from 255 or 11.76% from 357); Blue value is 72 (28.52% from 255 or 20.17% from 357); Max value from RGB is 243 - color contains mainly: red. Hex color #F32A48 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F32A48 is #0CD5B7. Grayscale: #696969. Windows color (decimal): -841144 or 4729587. OLE color: 4729587.

HSL color Cylindrical-coordinate representation of color #F32A48: hue angle of 351.04º 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 #F32A48 is Cyan = 0, Magento = 0.83, Yellow = 0.70 and Black (K on CMYK) = 0.05.

Color convert

RGB2434272-
CMYK00.830.700.05
HSL351.04º89.33%55.88%-
HSV(B)351.04º82.72%95.29%-
XYZ38.9621.188.17-
YUV105.52109.09226.06-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 68.07%
GREEN value IS 42 (16.80% from 255) = 11.76%
BLUE value IS 72 (28.52% from 255) = 20.17%
R=68.07%
G=11.76%
B=20.17%

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
Decimal243427200.830.700.05351.0489.3355.88
HexF32A4805346515f5938
Octal363521100123106553713170
Binary1111001110101010010000101001110001101011010111111011001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F32A48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F32A48; }

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

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

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

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

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

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

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

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