#F23F48

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

Shades of Amaranth #F23F48

Tints of Amaranth #F23F48

Color information

#F23F48 (or 0xF23F48) is unknown color: approx Amaranth. HEX triplet: F2, 3F and 48. RGB value is (242,63,72). Sum of RGB (Red+Green+Blue) = 242+63+72=377 (49% of max value = 765). Red value is 242 (94.92% from 255 or 64.19% from 377); Green value is 63 (25% from 255 or 16.71% from 377); Blue value is 72 (28.52% from 255 or 19.10% from 377); Max value from RGB is 242 - color contains mainly: red. Hex color #F23F48 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F23F48 is #0DC0B7. Grayscale: #757575. Windows color (decimal): -901304 or 4734962. OLE color: 4734962.

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

Color convert

RGB2426372-
CMYK00.740.700.05
HSL356.98º87.32%59.8%-
HSV(B)356.98º73.97%94.9%-
XYZ39.5722.98.47-
YUV117.55102.3216.77-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 64.19%
GREEN value IS 63 (25% from 255) = 16.71%
BLUE value IS 72 (28.52% from 255) = 19.10%
R=64.19%
G=16.71%
B=19.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.70
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal242637200.740.700.05356.9887.3259.8
HexF23F4804A465165573c
Octal362771100112106554512774
Binary1111001011111110010000100101010001101011011001011010111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F23F48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F23F48; }

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

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

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

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

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

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

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

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