Html Css Color HEX #F23049 Amaranth

📋 copy color: '#F23049'

red 242 ◦ green 48 ◦ blue 73

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

Shades of Amaranth #F23049

Tints of Amaranth #F23049

RGB

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

 GREEN value IS 48 (19.14% from 255) = 13.22%

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

R = 66.67%
G = 13.22%
B = 20.11%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.70

 K value IS 0.05

RGB Variations

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

Color information

#F23049 (or 0xF23049) is known color: Amaranth. HEX triplet: F2, 30 and 49. RGB value is (242,48,73). Sum of RGB (Red+Green+Blue) = 242+48+73=363 (48% of max value = 765). Red value is 242 (94.92% from 255 or 66.67% from 363); Green value is 48 (19.14% from 255 or 13.22% from 363); Blue value is 73 (28.91% from 255 or 20.11% from 363); Max value from RGB is 242 - color contains mainly: red. Hex color #F23049 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F23049 is #0DCFB6. Grayscale: #6C6C6C. Windows color (decimal): -905143 or 4796658. OLE color: 4796658.

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

Color convert

RGB 242 48 73 -
CMYK 0 0.80 0.70 0.05
HSL 352.27º 0.88% 0.57% -
HSV(B) 352.27º 0.8% 0.95% -
XYZ 38.88 21.47 8.4 -
YUV 108.86 107.77 222.97 -
System Red Green Blue C M Y K H S L
Decimal 242 48 73 0 0.80 0.70 0.05 352.27 0.88 0.57
Hex F2 30 49 0 50 46 5 160 58 39
Octal 362 60 111 0 120 106 5 540 130 71
Binary 11110010 110000 1001001 0 1010000 1000110 101 101100000 1011000 111001

Color Harmonies of #F23049

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F23049

Black with #F23049

Text Example


Text Example

White with #F23049

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F23049; }

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

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

background-color css

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

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

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

border-color css

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

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

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