#F33C43

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

Shades of Amaranth #F33C43

Tints of Amaranth #F33C43

Color information

#F33C43 (or 0xF33C43) is unknown color: approx Amaranth. HEX triplet: F3, 3C and 43. RGB value is (243,60,67). Sum of RGB (Red+Green+Blue) = 243+60+67=370 (49% of max value = 765). Red value is 243 (95.31% from 255 or 65.68% from 370); Green value is 60 (23.83% from 255 or 16.22% from 370); Blue value is 67 (26.56% from 255 or 18.11% from 370); Max value from RGB is 243 - color contains mainly: red. Hex color #F33C43 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F33C43 is #0CC3BC. Grayscale: #737373. Windows color (decimal): -836541 or 4406515. OLE color: 4406515.

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

Color convert

RGB2436067-
CMYK00.750.720.05
HSL357.7º88.41%59.41%-
HSV(B)357.7º75.31%95.29%-
XYZ39.5922.697.6-
YUV115.52100.63218.93-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 65.68%
GREEN value IS 60 (23.83% from 255) = 16.22%
BLUE value IS 67 (26.56% from 255) = 18.11%
R=65.68%
G=16.22%
B=18.11%

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
Decimal243606700.750.720.05357.788.4159.41
HexF33C4304B485166583b
Octal363741030113110554613073
Binary1111001111110010000110100101110010001011011001101011000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F33C43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F33C43; }

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

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

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

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

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

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

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

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