#F03449

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

Shades of Amaranth #F03449

Tints of Amaranth #F03449

Color information

#F03449 (or 0xF03449) is unknown color: approx Amaranth. HEX triplet: F0, 34 and 49. RGB value is (240,52,73). Sum of RGB (Red+Green+Blue) = 240+52+73=365 (48% of max value = 765). Red value is 240 (94.14% from 255 or 65.75% from 365); Green value is 52 (20.70% from 255 or 14.25% from 365); Blue value is 73 (28.91% from 255 or 20% from 365); Max value from RGB is 240 - color contains mainly: red. Hex color #F03449 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F03449 is #0FCBB6. Grayscale: #6E6E6E. Windows color (decimal): -1035191 or 4797680. OLE color: 4797680.

HSL color Cylindrical-coordinate representation of color #F03449: hue angle of 353.3º degrees, saturation: 0.86, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #F03449 is Cyan = 0, Magento = 0.78, Yellow = 0.70 and Black (K on CMYK) = 0.06.

Color convert

RGB2405273-
CMYK00.780.700.06
HSL353.3º86.24%57.25%-
HSV(B)353.3º78.33%94.12%-
XYZ38.3721.468.42-
YUV110.61106.78220.29-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 65.75%
GREEN value IS 52 (20.70% from 255) = 14.25%
BLUE value IS 73 (28.91% from 255) = 20%
R=65.75%
G=14.25%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.70
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal240527300.780.700.06353.386.2457.25
HexF0344904E4661615639
Octal360641110116106654112671
Binary1111000011010010010010100111010001101101011000011010110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F03449

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F03449; }

 p { color: rgb(240,52,73); }

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

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

 a { background-color: rgb(240,52,73); }

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

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

 span { border-color: rgb(240,52,73); }

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