Html Css Color HEX #F2204C Amaranth

📋 copy color: '#F2204C'

red 242 ◦ green 32 ◦ blue 76

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

Shades of Amaranth #F2204C

Tints of Amaranth #F2204C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 21.71%

R = 69.14%
G = 9.14%
B = 21.71%

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

#F2204C (or 0xF2204C) is known color: Amaranth. HEX triplet: F2, 20 and 4C. RGB value is (242,32,76). Sum of RGB (Red+Green+Blue) = 242+32+76=350 (46% of max value = 765). Red value is 242 (94.92% from 255 or 69.14% from 350); Green value is 32 (12.89% from 255 or 9.14% from 350); Blue value is 76 (30.08% from 255 or 21.71% from 350); Max value from RGB is 242 - color contains mainly: red. Hex color #F2204C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F2204C is #0DDFB3. Grayscale: #636363. Windows color (decimal): -909236 or 4989170. OLE color: 4989170.

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

Color convert

RGB 242 32 76 -
CMYK 0 0.87 0.69 0.05
HSL 347.43º 0.89% 0.54% -
HSV(B) 347.43º 0.87% 0.95% -
XYZ 38.44 20.43 8.76 -
YUV 99.81 114.57 229.42 -
System Red Green Blue C M Y K H S L
Decimal 242 32 76 0 0.87 0.69 0.05 347.43 0.89 0.54
Hex F2 20 4C 0 57 45 5 15B 59 36
Octal 362 40 114 0 127 105 5 533 131 66
Binary 11110010 100000 1001100 0 1010111 1000101 101 101011011 1011001 110110

Color Harmonies of #F2204C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2204C

Black with #F2204C

Text Example


Text Example

White with #F2204C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2204C; }

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

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

background-color css

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

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

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

border-color css

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

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

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