#f23f44

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

Shades of Amaranth #F23F44

Tints of Amaranth #F23F44

Color information

#F23F44 (or 0xF23F44) is unknown color: approx Amaranth. HEX triplet: F2, 3F and 44. RGB value is (242,63,68). Sum of RGB (Red+Green+Blue) = 242+63+68=373 (49% of max value = 765). Red value is 242 (94.92% from 255 or 64.88% from 373); Green value is 63 (25% from 255 or 16.89% from 373); Blue value is 68 (26.95% from 255 or 18.23% from 373); Max value from RGB is 242 - color contains mainly: red. Hex color #F23F44 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F23F44 is #0DC0BB. Grayscale: #757575. Windows color (decimal): -901308 or 4472818. OLE color: 4472818.

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

Color convert

RGB2426368-
CMYK00.740.720.05
HSL358.32º87.32%59.8%-
HSV(B)358.32º73.97%94.9%-
XYZ39.4422.857.8-
YUV117.09100.3217.09-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 64.88%
GREEN value IS 63 (25% from 255) = 16.89%
BLUE value IS 68 (26.95% from 255) = 18.23%
R=64.88%
G=16.89%
B=18.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.72
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal242636800.740.720.05358.3287.3259.8
HexF23F4404A485166573c
Octal362771040112110554612774
Binary1111001011111110001000100101010010001011011001101010111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f23f44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f23f44; }

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

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

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

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

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

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

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

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