#F33045

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

Shades of Amaranth #F33045

Tints of Amaranth #F33045

Color information

#F33045 (or 0xF33045) is unknown color: approx Amaranth. HEX triplet: F3, 30 and 45. RGB value is (243,48,69). Sum of RGB (Red+Green+Blue) = 243+48+69=360 (47% of max value = 765). Red value is 243 (95.31% from 255 or 67.5% from 360); Green value is 48 (19.14% from 255 or 13.33% from 360); Blue value is 69 (27.34% from 255 or 19.17% from 360); Max value from RGB is 243 - color contains mainly: red. Hex color #F33045 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F33045 is #0CCFBA. Grayscale: #6C6C6C. Windows color (decimal): -839611 or 4534515. OLE color: 4534515.

HSL color Cylindrical-coordinate representation of color #F33045: hue angle of 353.54º degrees, saturation: 0.89, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F33045 is Cyan = 0, Magento = 0.80, Yellow = 0.72 and Black (K on CMYK) = 0.05.

Color convert

RGB2434869-
CMYK00.800.720.05
HSL353.54º89.04%57.06%-
HSV(B)353.54º80.25%95.29%-
XYZ39.0921.67.74-
YUV108.7105.6223.79-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 67.5%
GREEN value IS 48 (19.14% from 255) = 13.33%
BLUE value IS 69 (27.34% from 255) = 19.17%
R=67.5%
G=13.33%
B=19.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.72
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal243486900.800.720.05353.5489.0457.06
HexF330450504851625939
Octal363601050120110554213171
Binary1111001111000010001010101000010010001011011000101011001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F33045

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F33045; }

 p { color: rgb(243,48,69); }

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

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

 a { background-color: rgb(243,48,69); }

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

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

 span { border-color: rgb(243,48,69); }

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