#F83442

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

Shades of Amaranth #F83442

Tints of Amaranth #F83442

Color information

#F83442 (or 0xF83442) is unknown color: approx Amaranth. HEX triplet: F8, 34 and 42. RGB value is (248,52,66). Sum of RGB (Red+Green+Blue) = 248+52+66=366 (48% of max value = 765). Red value is 248 (97.27% from 255 or 67.76% from 366); Green value is 52 (20.70% from 255 or 14.21% from 366); Blue value is 66 (26.17% from 255 or 18.03% from 366); Max value from RGB is 248 - color contains mainly: red. Hex color #F83442 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F83442 is #07CBBD. Grayscale: #707070. Windows color (decimal): -510910 or 4338936. OLE color: 4338936.

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

Color convert

RGB2485266-
CMYK00.790.730.03
HSL355.71º93.33%58.82%-
HSV(B)355.71º79.03%97.25%-
XYZ40.9222.817.4-
YUV112.2101.93224.86-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 67.76%
GREEN value IS 52 (20.70% from 255) = 14.21%
BLUE value IS 66 (26.17% from 255) = 18.03%
R=67.76%
G=14.21%
B=18.03%

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
Decimal248526600.790.730.03355.7193.3358.82
HexF8344204F4931645d3b
Octal370641020117111354413573
Binary111110001101001000010010011111001001111011001001011101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F83442

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F83442; }

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

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

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

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

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

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

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

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