Html Css Color HEX #F2374D Amaranth

📋 copy color: '#F2374D'

red 242 ◦ green 55 ◦ blue 77

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

Shades of Amaranth #F2374D

Tints of Amaranth #F2374D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 20.59%

R = 64.71%
G = 14.71%
B = 20.59%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.68

 K value IS 0.05

RGB Variations

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

Color information

#F2374D (or 0xF2374D) is known color: Amaranth. HEX triplet: F2, 37 and 4D. RGB value is (242,55,77). Sum of RGB (Red+Green+Blue) = 242+55+77=374 (49% of max value = 765). Red value is 242 (94.92% from 255 or 64.71% from 374); Green value is 55 (21.88% from 255 or 14.71% from 374); Blue value is 77 (30.47% from 255 or 20.59% from 374); Max value from RGB is 242 - color contains mainly: red. Hex color #F2374D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F2374D is #0DC8B2. Grayscale: #717171. Windows color (decimal): -903347 or 5060594. OLE color: 5060594.

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

Color convert

RGB 242 55 77 -
CMYK 0 0.77 0.68 0.05
HSL 352.94º 0.88% 0.58% -
HSV(B) 352.94º 0.77% 0.95% -
XYZ 39.32 22.15 9.22 -
YUV 113.42 107.45 219.71 -
System Red Green Blue C M Y K H S L
Decimal 242 55 77 0 0.77 0.68 0.05 352.94 0.88 0.58
Hex F2 37 4D 0 4D 44 5 161 58 3A
Octal 362 67 115 0 115 104 5 541 130 72
Binary 11110010 110111 1001101 0 1001101 1000100 101 101100001 1011000 111010

Color Harmonies of #F2374D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2374D

Black with #F2374D

Text Example


Text Example

White with #F2374D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2374D; }

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

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

background-color css

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

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

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

border-color css

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

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

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