Html Css Color HEX #F2204A Amaranth

📋 copy color: '#F2204A'

red 242 ◦ green 32 ◦ blue 74

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

Shades of Amaranth #F2204A

Tints of Amaranth #F2204A

RGB

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

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

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

R = 69.54%
G = 9.2%
B = 21.26%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.69

 K value IS 0.05

RGB Variations

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

Color information

#F2204A (or 0xF2204A) is known color: Amaranth. HEX triplet: F2, 20 and 4A. RGB value is (242,32,74). Sum of RGB (Red+Green+Blue) = 242+32+74=348 (46% of max value = 765). Red value is 242 (94.92% from 255 or 69.54% from 348); Green value is 32 (12.89% from 255 or 9.20% from 348); Blue value is 74 (29.30% from 255 or 21.26% from 348); Max value from RGB is 242 - color contains mainly: red. Hex color #F2204A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F2204A is #0DDFB5. Grayscale: #636363. Windows color (decimal): -909238 or 4858098. OLE color: 4858098.

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

Color convert

RGB 242 32 74 -
CMYK 0 0.87 0.69 0.05
HSL 348º 0.89% 0.54% -
HSV(B) 348º 0.87% 0.95% -
XYZ 38.37 20.4 8.39 -
YUV 99.58 113.57 229.58 -
System Red Green Blue C M Y K H S L
Decimal 242 32 74 0 0.87 0.69 0.05 348 0.89 0.54
Hex F2 20 4A 0 57 45 5 15C 59 36
Octal 362 40 112 0 127 105 5 534 131 66
Binary 11110010 100000 1001010 0 1010111 1000101 101 101011100 1011001 110110

Color Harmonies of #F2204A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2204A

Black with #F2204A

Text Example


Text Example

White with #F2204A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2204A; }

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

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

background-color css

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

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

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

border-color css

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

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

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