Html Css Color HEX #F2374A Amaranth

📋 copy color: '#F2374A'

red 242 ◦ green 55 ◦ blue 74

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

Shades of Amaranth #F2374A

Tints of Amaranth #F2374A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 19.95%

R = 65.23%
G = 14.82%
B = 19.95%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.69

 K value IS 0.05

RGB Variations

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

Color information

#F2374A (or 0xF2374A) is known color: Amaranth. HEX triplet: F2, 37 and 4A. RGB value is (242,55,74). Sum of RGB (Red+Green+Blue) = 242+55+74=371 (49% of max value = 765). Red value is 242 (94.92% from 255 or 65.23% from 371); Green value is 55 (21.88% from 255 or 14.82% from 371); Blue value is 74 (29.30% from 255 or 19.95% from 371); Max value from RGB is 242 - color contains mainly: red. Hex color #F2374A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F2374A is #0DC8B5. Grayscale: #717171. Windows color (decimal): -903350 or 4863986. OLE color: 4863986.

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

Color convert

RGB 242 55 74 -
CMYK 0 0.77 0.69 0.05
HSL 353.9º 0.88% 0.58% -
HSV(B) 353.9º 0.77% 0.95% -
XYZ 39.22 22.1 8.68 -
YUV 113.08 105.95 219.96 -
System Red Green Blue C M Y K H S L
Decimal 242 55 74 0 0.77 0.69 0.05 353.9 0.88 0.58
Hex F2 37 4A 0 4D 45 5 162 58 3A
Octal 362 67 112 0 115 105 5 542 130 72
Binary 11110010 110111 1001010 0 1001101 1000101 101 101100010 1011000 111010

Color Harmonies of #F2374A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2374A

Black with #F2374A

Text Example


Text Example

White with #F2374A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2374A; }

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

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

background-color css

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

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

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

border-color css

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

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

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