#F23E4A

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

Shades of Amaranth #F23E4A

Tints of Amaranth #F23E4A

Color information

#F23E4A (or 0xF23E4A) is unknown color: approx Amaranth. HEX triplet: F2, 3E and 4A. RGB value is (242,62,74). Sum of RGB (Red+Green+Blue) = 242+62+74=378 (50% of max value = 765). Red value is 242 (94.92% from 255 or 64.02% from 378); Green value is 62 (24.61% from 255 or 16.40% from 378); Blue value is 74 (29.30% from 255 or 19.58% from 378); Max value from RGB is 242 - color contains mainly: red. Hex color #F23E4A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F23E4A is #0DC1B5. Grayscale: #757575. Windows color (decimal): -901558 or 4865778. OLE color: 4865778.

HSL color Cylindrical-coordinate representation of color #F23E4A: hue angle of 356º degrees, saturation: 0.87, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F23E4A is Cyan = 0, Magento = 0.74, Yellow = 0.69 and Black (K on CMYK) = 0.05.

Color convert

RGB2426274-
CMYK00.740.690.05
HSL356º87.38%59.61%-
HSV(B)356º74.38%94.9%-
XYZ39.5822.828.8-
YUV117.19103.63217.02-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 64.02%
GREEN value IS 62 (24.61% from 255) = 16.40%
BLUE value IS 74 (29.30% from 255) = 19.58%
R=64.02%
G=16.40%
B=19.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.69
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal242627400.740.690.0535687.3859.61
HexF23E4A04A455164573c
Octal362761120112105554412774
Binary1111001011111010010100100101010001011011011001001010111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F23E4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F23E4A; }

 p { color: rgb(242,62,74); }

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

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

 a { background-color: rgb(242,62,74); }

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

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

 span { border-color: rgb(242,62,74); }

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