Html Css Color HEX #F23F49 Amaranth

📋 copy color: '#F23F49'

red 242 ◦ green 63 ◦ blue 73

#F23F49
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Amaranth #F23F49

Tints of Amaranth #F23F49

RGB

 RED value IS 242 (94.92% from 255) = 64.02%

 GREEN value IS 63 (25% from 255) = 16.67%

 BLUE value IS 73 (28.91% from 255) = 19.31%

R = 64.02%
G = 16.67%
B = 19.31%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.70

 K value IS 0.05

RGB Variations

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

Color information

#F23F49 (or 0xF23F49) is known color: Amaranth. HEX triplet: F2, 3F and 49. RGB value is (242,63,73). Sum of RGB (Red+Green+Blue) = 242+63+73=378 (50% of max value = 765). Red value is 242 (94.92% from 255 or 64.02% from 378); Green value is 63 (25% from 255 or 16.67% from 378); Blue value is 73 (28.91% from 255 or 19.31% from 378); Max value from RGB is 242 - color contains mainly: red. Hex color #F23F49 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F23F49 is #0DC0B6. Grayscale: #757575. Windows color (decimal): -901303 or 4800498. OLE color: 4800498.

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

Color convert

RGB 242 63 73 -
CMYK 0 0.74 0.70 0.05
HSL 356.65º 0.87% 0.6% -
HSV(B) 356.65º 0.74% 0.95% -
XYZ 39.6 22.91 8.64 -
YUV 117.66 102.8 216.69 -
System Red Green Blue C M Y K H S L
Decimal 242 63 73 0 0.74 0.70 0.05 356.65 0.87 0.6
Hex F2 3F 49 0 4A 46 5 165 57 3C
Octal 362 77 111 0 112 106 5 545 127 74
Binary 11110010 111111 1001001 0 1001010 1000110 101 101100101 1010111 111100

Color Harmonies of #F23F49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F23F49

Black with #F23F49

Text Example


Text Example

White with #F23F49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F23F49; }

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

 H1.HeaderClassName
 {
   color: #F23F49;
 }
 .AnyTagClassName
 {
   color: #F23F49;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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