Html Css Color HEX #F22646 Amaranth

📋 copy color: '#F22646'

red 242 ◦ green 38 ◦ blue 70

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

Shades of Amaranth #F22646

Tints of Amaranth #F22646

RGB

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

 GREEN value IS 38 (15.23% from 255) = 10.86%

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

R = 69.14%
G = 10.86%
B = 20%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.71

 K value IS 0.05

RGB Variations

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

Color information

#F22646 (or 0xF22646) is known color: Amaranth. HEX triplet: F2, 26 and 46. RGB value is (242,38,70). Sum of RGB (Red+Green+Blue) = 242+38+70=350 (46% of max value = 765). Red value is 242 (94.92% from 255 or 69.14% from 350); Green value is 38 (15.23% from 255 or 10.86% from 350); Blue value is 70 (27.73% from 255 or 20% from 350); Max value from RGB is 242 - color contains mainly: red. Hex color #F22646 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F22646 is #0DD9B9. Grayscale: #666666. Windows color (decimal): -907706 or 4597490. OLE color: 4597490.

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

Color convert

RGB 242 38 70 -
CMYK 0 0.84 0.71 0.05
HSL 350.59º 0.89% 0.55% -
HSV(B) 350.59º 0.84% 0.95% -
XYZ 38.42 20.71 7.77 -
YUV 102.64 109.59 227.4 -
System Red Green Blue C M Y K H S L
Decimal 242 38 70 0 0.84 0.71 0.05 350.59 0.89 0.55
Hex F2 26 46 0 54 47 5 15F 59 37
Octal 362 46 106 0 124 107 5 537 131 67
Binary 11110010 100110 1000110 0 1010100 1000111 101 101011111 1011001 110111

Color Harmonies of #F22646

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F22646

Black with #F22646

Text Example


Text Example

White with #F22646

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F22646; }

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

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

background-color css

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

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

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

border-color css

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

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

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