Html Css Color HEX #F23749 Amaranth

📋 copy color: '#F23749'

red 242 ◦ green 55 ◦ blue 73

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

Shades of Amaranth #F23749

Tints of Amaranth #F23749

RGB

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

 GREEN value IS 55 (21.88% from 255) = 14.86%

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

R = 65.41%
G = 14.86%
B = 19.73%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.70

 K value IS 0.05

RGB Variations

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

Color information

#F23749 (or 0xF23749) is known color: Amaranth. HEX triplet: F2, 37 and 49. RGB value is (242,55,73). Sum of RGB (Red+Green+Blue) = 242+55+73=370 (49% of max value = 765). Red value is 242 (94.92% from 255 or 65.41% from 370); Green value is 55 (21.88% from 255 or 14.86% from 370); Blue value is 73 (28.91% from 255 or 19.73% from 370); Max value from RGB is 242 - color contains mainly: red. Hex color #F23749 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F23749 is #0DC8B6. Grayscale: #717171. Windows color (decimal): -903351 or 4798450. OLE color: 4798450.

HSL color Cylindrical-coordinate representation of color #F23749: hue angle of 354.22º degrees, saturation: 0.88, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #F23749 is Cyan = 0, Magento = 0.77, Yellow = 0.70 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 55 73 -
CMYK 0 0.77 0.70 0.05
HSL 354.22º 0.88% 0.58% -
HSV(B) 354.22º 0.77% 0.95% -
XYZ 39.19 22.09 8.5 -
YUV 112.97 105.45 220.04 -
System Red Green Blue C M Y K H S L
Decimal 242 55 73 0 0.77 0.70 0.05 354.22 0.88 0.58
Hex F2 37 49 0 4D 46 5 162 58 3A
Octal 362 67 111 0 115 106 5 542 130 72
Binary 11110010 110111 1001001 0 1001101 1000110 101 101100010 1011000 111010

Color Harmonies of #F23749

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F23749

Black with #F23749

Text Example


Text Example

White with #F23749

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F23749; }

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

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

background-color css

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

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

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

border-color css

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

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

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