Html Css Color HEX #F32649 Amaranth

📋 copy color: '#F32649'

red 243 ◦ green 38 ◦ blue 73

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

Shades of Amaranth #F32649

Tints of Amaranth #F32649

RGB

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

 GREEN value IS 38 (15.23% from 255) = 10.73%

 BLUE value IS 73 (28.91% from 255) = 20.62%

R = 68.64%
G = 10.73%
B = 20.62%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.70

 K value IS 0.05

RGB Variations

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

Color information

#F32649 (or 0xF32649) is known color: Amaranth. HEX triplet: F3, 26 and 49. RGB value is (243,38,73). Sum of RGB (Red+Green+Blue) = 243+38+73=354 (46% of max value = 765). Red value is 243 (95.31% from 255 or 68.64% from 354); Green value is 38 (15.23% from 255 or 10.73% from 354); Blue value is 73 (28.91% from 255 or 20.62% from 354); Max value from RGB is 243 - color contains mainly: red. Hex color #F32649 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F32649 is #0CD9B6. Grayscale: #676767. Windows color (decimal): -842167 or 4794099. OLE color: 4794099.

HSL color Cylindrical-coordinate representation of color #F32649: hue angle of 349.76º degrees, saturation: 0.9, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F32649 is Cyan = 0, Magento = 0.84, Yellow = 0.70 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 38 73 -
CMYK 0 0.84 0.70 0.05
HSL 349.76º 0.9% 0.55% -
HSV(B) 349.76º 0.84% 0.95% -
XYZ 38.86 20.92 8.29 -
YUV 103.29 110.92 227.65 -
System Red Green Blue C M Y K H S L
Decimal 243 38 73 0 0.84 0.70 0.05 349.76 0.9 0.55
Hex F3 26 49 0 54 46 5 15E 5A 37
Octal 363 46 111 0 124 106 5 536 132 67
Binary 11110011 100110 1001001 0 1010100 1000110 101 101011110 1011010 110111

Color Harmonies of #F32649

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F32649

Black with #F32649

Text Example


Text Example

White with #F32649

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F32649; }

 p { color: rgb(243,38,73); }

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

background-color css

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

 a { background-color: rgb(243,38,73); }

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

border-color css

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

 span { border-color: rgb(243,38,73); }

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