Html Css Color HEX #F2214D Amaranth

📋 copy color: '#F2214D'

red 242 ◦ green 33 ◦ blue 77

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

Shades of Amaranth #F2214D

Tints of Amaranth #F2214D

RGB

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

 GREEN value IS 33 (13.28% from 255) = 9.38%

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

R = 68.75%
G = 9.38%
B = 21.88%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.68

 K value IS 0.05

RGB Variations

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

Color information

#F2214D (or 0xF2214D) is known color: Amaranth. HEX triplet: F2, 21 and 4D. RGB value is (242,33,77). Sum of RGB (Red+Green+Blue) = 242+33+77=352 (46% of max value = 765). Red value is 242 (94.92% from 255 or 68.75% from 352); Green value is 33 (13.28% from 255 or 9.38% from 352); Blue value is 77 (30.47% from 255 or 21.88% from 352); Max value from RGB is 242 - color contains mainly: red. Hex color #F2214D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F2214D is #0DDEB2. Grayscale: #646464. Windows color (decimal): -908979 or 5054962. OLE color: 5054962.

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

Color convert

RGB 242 33 77 -
CMYK 0 0.86 0.68 0.05
HSL 347.37º 0.89% 0.54% -
HSV(B) 347.37º 0.86% 0.95% -
XYZ 38.5 20.5 8.95 -
YUV 100.51 114.74 228.92 -
System Red Green Blue C M Y K H S L
Decimal 242 33 77 0 0.86 0.68 0.05 347.37 0.89 0.54
Hex F2 21 4D 0 56 44 5 15B 59 36
Octal 362 41 115 0 126 104 5 533 131 66
Binary 11110010 100001 1001101 0 1010110 1000100 101 101011011 1011001 110110

Color Harmonies of #F2214D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2214D

Black with #F2214D

Text Example


Text Example

White with #F2214D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2214D; }

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

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

background-color css

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

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

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

border-color css

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

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

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