Html Css Color HEX #F22E4D Amaranth

📋 copy color: '#F22E4D'

red 242 ◦ green 46 ◦ blue 77

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

Shades of Amaranth #F22E4D

Tints of Amaranth #F22E4D

RGB

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

 GREEN value IS 46 (18.36% from 255) = 12.6%

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

R = 66.3%
G = 12.6%
B = 21.1%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.68

 K value IS 0.05

RGB Variations

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

Color information

#F22E4D (or 0xF22E4D) is known color: Amaranth. HEX triplet: F2, 2E and 4D. RGB value is (242,46,77). Sum of RGB (Red+Green+Blue) = 242+46+77=365 (48% of max value = 765). Red value is 242 (94.92% from 255 or 66.30% from 365); Green value is 46 (18.36% from 255 or 12.60% from 365); Blue value is 77 (30.47% from 255 or 21.10% from 365); Max value from RGB is 242 - color contains mainly: red. Hex color #F22E4D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F22E4D is #0DD1B2. Grayscale: #6C6C6C. Windows color (decimal): -905651 or 5058290. OLE color: 5058290.

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

Color convert

RGB 242 46 77 -
CMYK 0 0.81 0.68 0.05
HSL 350.51º 0.88% 0.56% -
HSV(B) 350.51º 0.81% 0.95% -
XYZ 38.93 21.37 9.09 -
YUV 108.14 110.43 223.48 -
System Red Green Blue C M Y K H S L
Decimal 242 46 77 0 0.81 0.68 0.05 350.51 0.88 0.56
Hex F2 2E 4D 0 51 44 5 15F 58 38
Octal 362 56 115 0 121 104 5 537 130 70
Binary 11110010 101110 1001101 0 1010001 1000100 101 101011111 1011000 111000

Color Harmonies of #F22E4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F22E4D

Black with #F22E4D

Text Example


Text Example

White with #F22E4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F22E4D; }

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

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

background-color css

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

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

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

border-color css

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

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

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