Html Css Color HEX #F22246 Amaranth

📋 copy color: '#F22246'

red 242 ◦ green 34 ◦ blue 70

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

Shades of Amaranth #F22246

Tints of Amaranth #F22246

RGB

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

 GREEN value IS 34 (13.67% from 255) = 9.83%

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

R = 69.94%
G = 9.83%
B = 20.23%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.71

 K value IS 0.05

RGB Variations

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

Color information

#F22246 (or 0xF22246) is known color: Amaranth. HEX triplet: F2, 22 and 46. RGB value is (242,34,70). Sum of RGB (Red+Green+Blue) = 242+34+70=346 (45% of max value = 765). Red value is 242 (94.92% from 255 or 69.94% from 346); Green value is 34 (13.67% from 255 or 9.83% from 346); Blue value is 70 (27.73% from 255 or 20.23% from 346); Max value from RGB is 242 - color contains mainly: red. Hex color #F22246 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F22246 is #0DDDB9. Grayscale: #646464. Windows color (decimal): -908730 or 4596466. OLE color: 4596466.

HSL color Cylindrical-coordinate representation of color #F22246: hue angle of 349.62º degrees, saturation: 0.89, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F22246 is Cyan = 0, Magento = 0.86, Yellow = 0.71 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 34 70 -
CMYK 0 0.86 0.71 0.05
HSL 349.62º 0.89% 0.54% -
HSV(B) 349.62º 0.86% 0.95% -
XYZ 38.3 20.46 7.73 -
YUV 100.3 110.91 229.07 -
System Red Green Blue C M Y K H S L
Decimal 242 34 70 0 0.86 0.71 0.05 349.62 0.89 0.54
Hex F2 22 46 0 56 47 5 15E 59 36
Octal 362 42 106 0 126 107 5 536 131 66
Binary 11110010 100010 1000110 0 1010110 1000111 101 101011110 1011001 110110

Color Harmonies of #F22246

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F22246

Black with #F22246

Text Example


Text Example

White with #F22246

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F22246; }

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

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

background-color css

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

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

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

border-color css

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

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

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