#F33C44

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

Shades of Amaranth #F33C44

Tints of Amaranth #F33C44

Color information

#F33C44 (or 0xF33C44) is unknown color: approx Amaranth. HEX triplet: F3, 3C and 44. RGB value is (243,60,68). Sum of RGB (Red+Green+Blue) = 243+60+68=371 (49% of max value = 765). Red value is 243 (95.31% from 255 or 65.50% from 371); Green value is 60 (23.83% from 255 or 16.17% from 371); Blue value is 68 (26.95% from 255 or 18.33% from 371); Max value from RGB is 243 - color contains mainly: red. Hex color #F33C44 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F33C44 is #0CC3BB. Grayscale: #737373. Windows color (decimal): -836540 or 4472051. OLE color: 4472051.

HSL color Cylindrical-coordinate representation of color #F33C44: hue angle of 357.38º degrees, saturation: 0.88, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #F33C44 is Cyan = 0, Magento = 0.75, Yellow = 0.72 and Black (K on CMYK) = 0.05.

Color convert

RGB2436068-
CMYK00.750.720.05
HSL357.38º88.41%59.41%-
HSV(B)357.38º75.31%95.29%-
XYZ39.6222.77.76-
YUV115.63101.13218.85-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 65.50%
GREEN value IS 60 (23.83% from 255) = 16.17%
BLUE value IS 68 (26.95% from 255) = 18.33%
R=65.50%
G=16.17%
B=18.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.72
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal243606800.750.720.05357.3888.4159.41
HexF33C4404B485165583b
Octal363741040113110554513073
Binary1111001111110010001000100101110010001011011001011011000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F33C44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F33C44; }

 p { color: rgb(243,60,68); }

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

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

 a { background-color: rgb(243,60,68); }

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

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

 span { border-color: rgb(243,60,68); }

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