Html Css Color HEX #F2164A Amaranth

📋 copy color: '#F2164A'

red 242 ◦ green 22 ◦ blue 74

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

Shades of Amaranth #F2164A

Tints of Amaranth #F2164A

RGB

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

 GREEN value IS 22 (8.98% from 255) = 6.51%

 BLUE value IS 74 (29.3% from 255) = 21.89%

R = 71.6%
G = 6.51%
B = 21.89%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.69

 K value IS 0.05

RGB Variations

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

Color information

#F2164A (or 0xF2164A) is known color: Amaranth. HEX triplet: F2, 16 and 4A. RGB value is (242,22,74). Sum of RGB (Red+Green+Blue) = 242+22+74=338 (44% of max value = 765). Red value is 242 (94.92% from 255 or 71.60% from 338); Green value is 22 (8.98% from 255 or 6.51% from 338); Blue value is 74 (29.30% from 255 or 21.89% from 338); Max value from RGB is 242 - color contains mainly: red. Hex color #F2164A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F2164A is #0DE9B5. Grayscale: #5D5D5D. Windows color (decimal): -911798 or 4855538. OLE color: 4855538.

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

Color convert

RGB 242 22 74 -
CMYK 0 0.91 0.69 0.05
HSL 345.82º 0.89% 0.52% -
HSV(B) 345.82º 0.91% 0.95% -
XYZ 38.14 19.95 8.32 -
YUV 93.71 116.89 233.77 -
System Red Green Blue C M Y K H S L
Decimal 242 22 74 0 0.91 0.69 0.05 345.82 0.89 0.52
Hex F2 16 4A 0 5B 45 5 15A 59 34
Octal 362 26 112 0 133 105 5 532 131 64
Binary 11110010 10110 1001010 0 1011011 1000101 101 101011010 1011001 110100

Color Harmonies of #F2164A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2164A

Black with #F2164A

Text Example


Text Example

White with #F2164A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2164A; }

 p { color: rgb(242,22,74); }

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

background-color css

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

 a { background-color: rgb(242,22,74); }

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

border-color css

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

 span { border-color: rgb(242,22,74); }

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