Html Css Color HEX #F22E46 Amaranth

📋 copy color: '#F22E46'

red 242 ◦ green 46 ◦ blue 70

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

Shades of Amaranth #F22E46

Tints of Amaranth #F22E46

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 19.55%

R = 67.6%
G = 12.85%
B = 19.55%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.71

 K value IS 0.05

RGB Variations

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

Color information

#F22E46 (or 0xF22E46) is known color: Amaranth. HEX triplet: F2, 2E and 46. RGB value is (242,46,70). Sum of RGB (Red+Green+Blue) = 242+46+70=358 (47% of max value = 765). Red value is 242 (94.92% from 255 or 67.60% from 358); Green value is 46 (18.36% from 255 or 12.85% from 358); Blue value is 70 (27.73% from 255 or 19.55% from 358); Max value from RGB is 242 - color contains mainly: red. Hex color #F22E46 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F22E46 is #0DD1B9. Grayscale: #6B6B6B. Windows color (decimal): -905658 or 4599538. OLE color: 4599538.

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

Color convert

RGB 242 46 70 -
CMYK 0 0.81 0.71 0.05
HSL 352.65º 0.88% 0.56% -
HSV(B) 352.65º 0.81% 0.95% -
XYZ 38.7 21.27 7.86 -
YUV 107.34 106.93 224.05 -
System Red Green Blue C M Y K H S L
Decimal 242 46 70 0 0.81 0.71 0.05 352.65 0.88 0.56
Hex F2 2E 46 0 51 47 5 161 58 38
Octal 362 56 106 0 121 107 5 541 130 70
Binary 11110010 101110 1000110 0 1010001 1000111 101 101100001 1011000 111000

Color Harmonies of #F22E46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F22E46

Black with #F22E46

Text Example


Text Example

White with #F22E46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F22E46; }

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

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

background-color css

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

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

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

border-color css

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

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

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