#F43B48

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

Shades of Amaranth #F43B48

Tints of Amaranth #F43B48

Color information

#F43B48 (or 0xF43B48) is unknown color: approx Amaranth. HEX triplet: F4, 3B and 48. RGB value is (244,59,72). Sum of RGB (Red+Green+Blue) = 244+59+72=375 (49% of max value = 765). Red value is 244 (95.70% from 255 or 65.07% from 375); Green value is 59 (23.44% from 255 or 15.73% from 375); Blue value is 72 (28.52% from 255 or 19.2% from 375); Max value from RGB is 244 - color contains mainly: red. Hex color #F43B48 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F43B48 is #0BC4B7. Grayscale: #737373. Windows color (decimal): -771256 or 4733940. OLE color: 4733940.

HSL color Cylindrical-coordinate representation of color #F43B48: hue angle of 355.78º degrees, saturation: 0.89, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #F43B48 is Cyan = 0, Magento = 0.76, Yellow = 0.70 and Black (K on CMYK) = 0.04.

Color convert

RGB2445972-
CMYK00.760.700.04
HSL355.78º89.37%59.41%-
HSV(B)355.78º75.82%95.69%-
XYZ40.0422.838.43-
YUV115.8103.29219.44-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 65.07%
GREEN value IS 59 (23.44% from 255) = 15.73%
BLUE value IS 72 (28.52% from 255) = 19.2%
R=65.07%
G=15.73%
B=19.2%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.70
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal244597200.760.700.04355.7889.3759.41
HexF43B4804C464164593b
Octal364731100114106454413173
Binary1111010011101110010000100110010001101001011001001011001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F43B48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F43B48; }

 p { color: rgb(244,59,72); }

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

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

 a { background-color: rgb(244,59,72); }

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

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

 span { border-color: rgb(244,59,72); }

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