#F83443

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

Shades of Amaranth #F83443

Tints of Amaranth #F83443

Color information

#F83443 (or 0xF83443) is unknown color: approx Amaranth. HEX triplet: F8, 34 and 43. RGB value is (248,52,67). Sum of RGB (Red+Green+Blue) = 248+52+67=367 (48% of max value = 765). Red value is 248 (97.27% from 255 or 67.57% from 367); Green value is 52 (20.70% from 255 or 14.17% from 367); Blue value is 67 (26.56% from 255 or 18.26% from 367); Max value from RGB is 248 - color contains mainly: red. Hex color #F83443 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F83443 is #07CBBC. Grayscale: #707070. Windows color (decimal): -510909 or 4404472. OLE color: 4404472.

HSL color Cylindrical-coordinate representation of color #F83443: hue angle of 355.41º degrees, saturation: 0.93, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #F83443 is Cyan = 0, Magento = 0.79, Yellow = 0.73 and Black (K on CMYK) = 0.03.

Color convert

RGB2485267-
CMYK00.790.730.03
HSL355.41º93.33%58.82%-
HSV(B)355.41º79.03%97.25%-
XYZ40.9522.827.56-
YUV112.31102.43224.78-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 67.57%
GREEN value IS 52 (20.70% from 255) = 14.17%
BLUE value IS 67 (26.56% from 255) = 18.26%
R=67.57%
G=14.17%
B=18.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.73
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal248526700.790.730.03355.4193.3358.82
HexF8344304F4931635d3b
Octal370641030117111354313573
Binary111110001101001000011010011111001001111011000111011101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F83443

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F83443; }

 p { color: rgb(248,52,67); }

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

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

 a { background-color: rgb(248,52,67); }

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

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

 span { border-color: rgb(248,52,67); }

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