Html Css Color HEX #F32446 Amaranth

📋 copy color: '#F32446'

red 243 ◦ green 36 ◦ blue 70

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

Shades of Amaranth #F32446

Tints of Amaranth #F32446

RGB

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

 GREEN value IS 36 (14.45% from 255) = 10.32%

 BLUE value IS 70 (27.73% from 255) = 20.06%

R = 69.63%
G = 10.32%
B = 20.06%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.71

 K value IS 0.05

RGB Variations

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

Color information

#F32446 (or 0xF32446) is known color: Amaranth. HEX triplet: F3, 24 and 46. RGB value is (243,36,70). Sum of RGB (Red+Green+Blue) = 243+36+70=349 (46% of max value = 765). Red value is 243 (95.31% from 255 or 69.63% from 349); Green value is 36 (14.45% from 255 or 10.32% from 349); Blue value is 70 (27.73% from 255 or 20.06% from 349); Max value from RGB is 243 - color contains mainly: red. Hex color #F32446 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F32446 is #0CDBB9. Grayscale: #656565. Windows color (decimal): -842682 or 4596979. OLE color: 4596979.

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

Color convert

RGB 243 36 70 -
CMYK 0 0.85 0.71 0.05
HSL 350.14º 0.9% 0.55% -
HSV(B) 350.14º 0.85% 0.95% -
XYZ 38.7 20.76 7.76 -
YUV 101.77 110.08 228.74 -
System Red Green Blue C M Y K H S L
Decimal 243 36 70 0 0.85 0.71 0.05 350.14 0.9 0.55
Hex F3 24 46 0 55 47 5 15E 5A 37
Octal 363 44 106 0 125 107 5 536 132 67
Binary 11110011 100100 1000110 0 1010101 1000111 101 101011110 1011010 110111

Color Harmonies of #F32446

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F32446

Black with #F32446

Text Example


Text Example

White with #F32446

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F32446; }

 p { color: rgb(243,36,70); }

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

background-color css

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

 a { background-color: rgb(243,36,70); }

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

border-color css

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

 span { border-color: rgb(243,36,70); }

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