Html Css Color HEX #F3224A Amaranth

📋 copy color: '#F3224A'

red 243 ◦ green 34 ◦ blue 74

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

Shades of Amaranth #F3224A

Tints of Amaranth #F3224A

RGB

 RED value IS 243 (95.31% from 255) = 69.23%

 GREEN value IS 34 (13.67% from 255) = 9.69%

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

R = 69.23%
G = 9.69%
B = 21.08%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.70

 K value IS 0.05

RGB Variations

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

Color information

#F3224A (or 0xF3224A) is known color: Amaranth. HEX triplet: F3, 22 and 4A. RGB value is (243,34,74). Sum of RGB (Red+Green+Blue) = 243+34+74=351 (46% of max value = 765). Red value is 243 (95.31% from 255 or 69.23% from 351); Green value is 34 (13.67% from 255 or 9.69% from 351); Blue value is 74 (29.30% from 255 or 21.08% from 351); Max value from RGB is 243 - color contains mainly: red. Hex color #F3224A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F3224A is #0CDDB5. Grayscale: #656565. Windows color (decimal): -843190 or 4858611. OLE color: 4858611.

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

Color convert

RGB 243 34 74 -
CMYK 0 0.86 0.70 0.05
HSL 348.52º 0.9% 0.54% -
HSV(B) 348.52º 0.86% 0.95% -
XYZ 38.77 20.69 8.43 -
YUV 101.05 112.74 229.25 -
System Red Green Blue C M Y K H S L
Decimal 243 34 74 0 0.86 0.70 0.05 348.52 0.9 0.54
Hex F3 22 4A 0 56 46 5 15D 5A 36
Octal 363 42 112 0 126 106 5 535 132 66
Binary 11110011 100010 1001010 0 1010110 1000110 101 101011101 1011010 110110

Color Harmonies of #F3224A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3224A

Black with #F3224A

Text Example


Text Example

White with #F3224A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3224A; }

 p { color: rgb(243,34,74); }

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

background-color css

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

 a { background-color: rgb(243,34,74); }

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

border-color css

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

 span { border-color: rgb(243,34,74); }

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