Html Css Color HEX #F2204D Amaranth

📋 copy color: '#F2204D'

red 242 ◦ green 32 ◦ blue 77

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

Shades of Amaranth #F2204D

Tints of Amaranth #F2204D

RGB

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

 GREEN value IS 32 (12.89% from 255) = 9.12%

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

R = 68.95%
G = 9.12%
B = 21.94%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.68

 K value IS 0.05

RGB Variations

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

Color information

#F2204D (or 0xF2204D) is known color: Amaranth. HEX triplet: F2, 20 and 4D. RGB value is (242,32,77). Sum of RGB (Red+Green+Blue) = 242+32+77=351 (46% of max value = 765). Red value is 242 (94.92% from 255 or 68.95% from 351); Green value is 32 (12.89% from 255 or 9.12% from 351); Blue value is 77 (30.47% from 255 or 21.94% from 351); Max value from RGB is 242 - color contains mainly: red. Hex color #F2204D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F2204D is #0DDFB2. Grayscale: #636363. Windows color (decimal): -909235 or 5054706. OLE color: 5054706.

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

Color convert

RGB 242 32 77 -
CMYK 0 0.87 0.68 0.05
HSL 347.14º 0.89% 0.54% -
HSV(B) 347.14º 0.87% 0.95% -
XYZ 38.47 20.45 8.94 -
YUV 99.92 115.07 229.34 -
System Red Green Blue C M Y K H S L
Decimal 242 32 77 0 0.87 0.68 0.05 347.14 0.89 0.54
Hex F2 20 4D 0 57 44 5 15B 59 36
Octal 362 40 115 0 127 104 5 533 131 66
Binary 11110010 100000 1001101 0 1010111 1000100 101 101011011 1011001 110110

Color Harmonies of #F2204D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2204D

Black with #F2204D

Text Example


Text Example

White with #F2204D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2204D; }

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

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

background-color css

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

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

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

border-color css

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

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

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