#F23A46

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

Shades of Amaranth #F23A46

Tints of Amaranth #F23A46

Color information

#F23A46 (or 0xF23A46) is unknown color: approx Amaranth. HEX triplet: F2, 3A and 46. RGB value is (242,58,70). Sum of RGB (Red+Green+Blue) = 242+58+70=370 (49% of max value = 765). Red value is 242 (94.92% from 255 or 65.41% from 370); Green value is 58 (23.05% from 255 or 15.68% from 370); Blue value is 70 (27.73% from 255 or 18.92% from 370); Max value from RGB is 242 - color contains mainly: red. Hex color #F23A46 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F23A46 is #0DC5B9. Grayscale: #727272. Windows color (decimal): -902586 or 4602610. OLE color: 4602610.

HSL color Cylindrical-coordinate representation of color #F23A46: hue angle of 356.09º degrees, saturation: 0.88, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #F23A46 is Cyan = 0, Magento = 0.76, Yellow = 0.71 and Black (K on CMYK) = 0.05.

Color convert

RGB2425870-
CMYK00.760.710.05
HSL356.09º87.62%58.82%-
HSV(B)356.09º76.03%94.9%-
XYZ39.2422.358.04-
YUV114.38102.96219.02-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 65.41%
GREEN value IS 58 (23.05% from 255) = 15.68%
BLUE value IS 70 (27.73% from 255) = 18.92%
R=65.41%
G=15.68%
B=18.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.71
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal242587000.760.710.05356.0987.6258.82
HexF23A4604C475164583b
Octal362721060114107554413073
Binary1111001011101010001100100110010001111011011001001011000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F23A46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F23A46; }

 p { color: rgb(242,58,70); }

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

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

 a { background-color: rgb(242,58,70); }

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

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

 span { border-color: rgb(242,58,70); }

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