Html Css Color HEX #F2374F Amaranth

📋 copy color: '#F2374F'

red 242 ◦ green 55 ◦ blue 79

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

Shades of Amaranth #F2374F

Tints of Amaranth #F2374F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 21.01%

R = 64.36%
G = 14.63%
B = 21.01%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.67

 K value IS 0.05

RGB Variations

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

Color information

#F2374F (or 0xF2374F) is known color: Amaranth. HEX triplet: F2, 37 and 4F. RGB value is (242,55,79). Sum of RGB (Red+Green+Blue) = 242+55+79=376 (49% of max value = 765). Red value is 242 (94.92% from 255 or 64.36% from 376); Green value is 55 (21.88% from 255 or 14.63% from 376); Blue value is 79 (31.25% from 255 or 21.01% from 376); Max value from RGB is 242 - color contains mainly: red. Hex color #F2374F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F2374F is #0DC8B0. Grayscale: #717171. Windows color (decimal): -903345 or 5191666. OLE color: 5191666.

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

Color convert

RGB 242 55 79 -
CMYK 0 0.77 0.67 0.05
HSL 352.3º 0.88% 0.58% -
HSV(B) 352.3º 0.77% 0.95% -
XYZ 39.4 22.17 9.6 -
YUV 113.65 108.45 219.55 -
System Red Green Blue C M Y K H S L
Decimal 242 55 79 0 0.77 0.67 0.05 352.3 0.88 0.58
Hex F2 37 4F 0 4D 43 5 160 58 3A
Octal 362 67 117 0 115 103 5 540 130 72
Binary 11110010 110111 1001111 0 1001101 1000011 101 101100000 1011000 111010

Color Harmonies of #F2374F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2374F

Black with #F2374F

Text Example


Text Example

White with #F2374F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2374F; }

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

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

background-color css

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

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

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

border-color css

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

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

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