#F23F4C

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

Shades of Amaranth #F23F4C

Tints of Amaranth #F23F4C

Color information

#F23F4C (or 0xF23F4C) is unknown color: approx Amaranth. HEX triplet: F2, 3F and 4C. RGB value is (242,63,76). Sum of RGB (Red+Green+Blue) = 242+63+76=381 (50% of max value = 765). Red value is 242 (94.92% from 255 or 63.52% from 381); Green value is 63 (25% from 255 or 16.54% from 381); Blue value is 76 (30.08% from 255 or 19.95% from 381); Max value from RGB is 242 - color contains mainly: red. Hex color #F23F4C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F23F4C is #0DC0B3. Grayscale: #767676. Windows color (decimal): -901300 or 4997106. OLE color: 4997106.

HSL color Cylindrical-coordinate representation of color #F23F4C: hue angle of 355.64º 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 #F23F4C is Cyan = 0, Magento = 0.74, Yellow = 0.69 and Black (K on CMYK) = 0.05.

Color convert

RGB2426376-
CMYK00.740.690.05
HSL355.64º87.32%59.8%-
HSV(B)355.64º73.97%94.9%-
XYZ39.722.959.18-
YUV118104.3216.44-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 63.52%
GREEN value IS 63 (25% from 255) = 16.54%
BLUE value IS 76 (30.08% from 255) = 19.95%
R=63.52%
G=16.54%
B=19.95%

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
Decimal242637600.740.690.05355.6487.3259.8
HexF23F4C04A455164573c
Octal362771140112105554412774
Binary1111001011111110011000100101010001011011011001001010111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F23F4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F23F4C; }

 p { color: rgb(242,63,76); }

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

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

 a { background-color: rgb(242,63,76); }

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

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

 span { border-color: rgb(242,63,76); }

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