#F33148

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

Shades of Amaranth #F33148

Tints of Amaranth #F33148

Color information

#F33148 (or 0xF33148) is unknown color: approx Amaranth. HEX triplet: F3, 31 and 48. RGB value is (243,49,72). Sum of RGB (Red+Green+Blue) = 243+49+72=364 (48% of max value = 765). Red value is 243 (95.31% from 255 or 66.76% from 364); Green value is 49 (19.53% from 255 or 13.46% from 364); Blue value is 72 (28.52% from 255 or 19.78% from 364); Max value from RGB is 243 - color contains mainly: red. Hex color #F33148 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F33148 is #0CCEB7. Grayscale: #6D6D6D. Windows color (decimal): -839352 or 4731379. OLE color: 4731379.

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

Color convert

RGB2434972-
CMYK00.800.700.05
HSL352.89º88.99%57.25%-
HSV(B)352.89º79.84%95.29%-
XYZ39.2321.728.26-
YUV109.63106.77223.13-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 66.76%
GREEN value IS 49 (19.53% from 255) = 13.46%
BLUE value IS 72 (28.52% from 255) = 19.78%
R=66.76%
G=13.46%
B=19.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.70
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal243497200.800.700.05352.8988.9957.25
HexF331480504651615939
Octal363611100120106554113171
Binary1111001111000110010000101000010001101011011000011011001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F33148

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F33148; }

 p { color: rgb(243,49,72); }

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

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

 a { background-color: rgb(243,49,72); }

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

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

 span { border-color: rgb(243,49,72); }

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