#F33C42

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

Shades of Amaranth #F33C42

Tints of Amaranth #F33C42

Color information

#F33C42 (or 0xF33C42) is unknown color: approx Amaranth. HEX triplet: F3, 3C and 42. RGB value is (243,60,66). Sum of RGB (Red+Green+Blue) = 243+60+66=369 (48% of max value = 765). Red value is 243 (95.31% from 255 or 65.85% from 369); Green value is 60 (23.83% from 255 or 16.26% from 369); Blue value is 66 (26.17% from 255 or 17.89% from 369); Max value from RGB is 243 - color contains mainly: red. Hex color #F33C42 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F33C42 is #0CC3BD. Grayscale: #737373. Windows color (decimal): -836542 or 4340979. OLE color: 4340979.

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

Color convert

RGB2436066-
CMYK00.750.730.05
HSL358.03º88.41%59.41%-
HSV(B)358.03º75.31%95.29%-
XYZ39.5622.687.45-
YUV115.4100.13219.01-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 65.85%
GREEN value IS 60 (23.83% from 255) = 16.26%
BLUE value IS 66 (26.17% from 255) = 17.89%
R=65.85%
G=16.26%
B=17.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.73
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal243606600.750.730.05358.0388.4159.41
HexF33C4204B495166583b
Octal363741020113111554613073
Binary1111001111110010000100100101110010011011011001101011000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F33C42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F33C42; }

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

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

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

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

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

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

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

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